Skip to content

Instantly share code, notes, and snippets.

@ffeast
Created July 4, 2016 10:08
Show Gist options
  • Save ffeast/3abc7c8aac706117988fc3b570258268 to your computer and use it in GitHub Desktop.
Save ffeast/3abc7c8aac706117988fc3b570258268 to your computer and use it in GitHub Desktop.
EC2 instance type from inside EC2 instance
#!/bin/sh
# just copy & paste this line into your CLI
# more info http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
curl http://169.254.169.254/latest/meta-data/instance-type && echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment