Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Created September 8, 2016 23:30
Show Gist options
  • Select an option

  • Save ryanmaclean/83f6c7077fc36f0ac5345b0b1880c016 to your computer and use it in GitHub Desktop.

Select an option

Save ryanmaclean/83f6c7077fc36f0ac5345b0b1880c016 to your computer and use it in GitHub Desktop.
Get EFS Filesystem IDs
#!/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