Skip to content

Instantly share code, notes, and snippets.

@GeneralistDev
Created September 29, 2018 00:21
Show Gist options
  • Save GeneralistDev/6406acd1bf6fdf4f8833f6749f650537 to your computer and use it in GitHub Desktop.
Save GeneralistDev/6406acd1bf6fdf4f8833f6749f650537 to your computer and use it in GitHub Desktop.
EC2 ImageId example
{
"Type" : "AWS::EC2::Instance",
"Properties" : {
"ImageId" : "ami-d5d9eeb6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment