10 lines
241 B
YAML
10 lines
241 B
YAML
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
|