Skip to content

Instantly share code, notes, and snippets.

@MacPower
Created December 7, 2020 17:55
Show Gist options
  • Save MacPower/ee4bb6a873f8473d2fdff230fb936bd0 to your computer and use it in GitHub Desktop.
Save MacPower/ee4bb6a873f8473d2fdff230fb936bd0 to your computer and use it in GitHub Desktop.
Retrieve the AWS zone Id from ec2 instance
aws ec2 describe-availability-zones --query "AvailabilityZones[0].ZoneId" --filter Name=zone-name,Values=$(ec2-metadata -z | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment