Skip to content

Instantly share code, notes, and snippets.

@luciopaiva
Created February 11, 2020 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luciopaiva/a2657b5c249f95b308d42adf41192622 to your computer and use it in GitHub Desktop.
Save luciopaiva/a2657b5c249f95b308d42adf41192622 to your computer and use it in GitHub Desktop.
Get AWS own instance type via curl
#!/bin/bash
curl http://169.254.169.254/latest/meta-data/instance-type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment