aws-cloud-projects-book/chapter1/cloud-formation-template.yaml

7 lines
145 B
YAML
Raw Normal View History

2024-10-27 16:29:50 -04:00
Resources:
NewEC2Instance:
Type: AWS::EC2::Instance
Properties:
ImageId: "ami-0c101f26f147fa7fd"
InstanceType: "t2.micro"