Last active
September 19, 2016 08:00
-
-
Save ravenac95/871d90a8ac9a5f159c01fb45bfe6bca4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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