From 8baf8a99c445d57f185b5d65126cd121600f3a9d Mon Sep 17 00:00:00 2001 From: Martin Cholewa Date: Tue, 21 Jan 2025 11:22:55 +0100 Subject: [PATCH] ec2 --- 01_ec2.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 01_ec2.yaml diff --git a/01_ec2.yaml b/01_ec2.yaml new file mode 100644 index 0000000..aa69c5c --- /dev/null +++ b/01_ec2.yaml @@ -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