troubleshooting-efs
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- System Administration Commands: The skill utilizes elevated permissions via
sudoto perform essential troubleshooting tasks. - Evidence: Use of
sudo yum,sudo apt-get, andsudo tarfor package management and log collection. - Context: These commands are standard for system administrators managing NFS clients and EFS utilities on Linux instances.
- Infrastructure Modifications: The skill includes commands that can modify your AWS environment to resolve connectivity or performance issues.
- Evidence: Commands such as
aws ec2 authorize-security-group-ingress,aws efs update-file-system, andaws ec2 modify-vpc-attributeare used to update configuration. - Context: While these are mutating actions, they are clearly labeled as remediation steps for common EFS issues like security group misconfigurations or throughput exhaustion.
- External Utility Installation: The instructions guide the installation of required NFS and EFS utilities.
- Evidence: Refers to
amazon-efs-utils,nfs-utils, andnfs-commonpackages. - Context: These are official tools required for interacting with Amazon EFS file systems.
- Diagnostic Data Collection: The skill provides a method to aggregate logs for support purposes.
- Evidence: A command to create a compressed archive of EFS logs and configuration in
/tmp/efs-logs.tar.gz. - Context: This is a routine diagnostic step; users should review the contents of the generated archive before sharing it externally to ensure it meets their data privacy standards.
Audit Metadata