Created
September 8, 2016 23:30
-
-
Save ryanmaclean/83f6c7077fc36f0ac5345b0b1880c016 to your computer and use it in GitHub Desktop.
Get EFS Filesystem IDs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Profile and Region are optional | |
| aws efs describe-file-systems --profile dev --region us-east-1 | jq -r ".FileSystems[] | .FileSystemId" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment