Created
November 21, 2017 17:55
-
-
Save pbzona/ddb4a80db048971f99b2403b856925a3 to your computer and use it in GitHub Desktop.
CloudFormation - EC2 creation template
This file contains hidden or 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
| Resources: | |
| EC2Instance: | |
| Type: AWS::EC2::Instance | |
| Properties: | |
| InstanceType: t2.micro | |
| KeyName: 'default' # keypair must already exist | |
| ImageId: ami-6869aa05 # AMI us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment