aws-cloud-projects-book/chapter1/cloud-formation-template.yaml
2024-10-27 15:29:50 -05:00

6 lines
145 B
YAML

Resources:
NewEC2Instance:
Type: AWS::EC2::Instance
Properties:
ImageId: "ami-0c101f26f147fa7fd"
InstanceType: "t2.micro"