Skip to content

Instantly share code, notes, and snippets.

@ravenac95
Last active September 19, 2016 08:00
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 ravenac95/871d90a8ac9a5f159c01fb45bfe6bca4 to your computer and use it in GitHub Desktop.
Save ravenac95/871d90a8ac9a5f159c01fb45bfe6bca4 to your computer and use it in GitHub Desktop.
{
"us-east-1": {
"ubuntu": {
"ami": "ami-2ef48339",
"ssh_username": "ubuntu"
},
"ecs": {
"ami": "ami-6bb2d67c",
"ssh_username": "ec2-user"
}
},
"us-west-1": {
"ubuntu": {
"ami": "ami-a9a8e4c9",
"ssh_username": "ubuntu"
},
"ecs":{
"ami": "ami-70632110",
"ssh_username": "ec2-user"
}
},
"us-west-2": {
"ubuntu": {
"ami": "ami-746aba14",
"ssh_username": "ubuntu"
},
"ecs": {
"ami": "ami-2d1bce4d",
"ssh_username": "ec2_user"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment