ec2
This commit is contained in:
commit
8baf8a99c4
9
01_ec2.yaml
Normal file
9
01_ec2.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
AWSTemplateFormatVersion: 2010-09-09
|
||||||
|
Description: Part 1 - Build a webapp stack with CloudFormation
|
||||||
|
|
||||||
|
Resources:
|
||||||
|
WebAppInstance:
|
||||||
|
Type: AWS::EC2::Instance
|
||||||
|
Properties:
|
||||||
|
ImageId: ami-0df8c184d5f6ae949
|
||||||
|
InstanceType: t2.micro
|
Loading…
x
Reference in New Issue
Block a user