commit 117c2c834810ca63682186eece3cd585e819f7e9 Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Sun Oct 27 15:29:50 2024 -0500 chapter1 diff --git a/chapter1/cf-chp1.png b/chapter1/cf-chp1.png new file mode 100644 index 0000000..c14a57b Binary files /dev/null and b/chapter1/cf-chp1.png differ diff --git a/chapter1/cloud-formation-template.yaml b/chapter1/cloud-formation-template.yaml new file mode 100644 index 0000000..6081be7 --- /dev/null +++ b/chapter1/cloud-formation-template.yaml @@ -0,0 +1,6 @@ +Resources: + NewEC2Instance: + Type: AWS::EC2::Instance + Properties: + ImageId: "ami-0c101f26f147fa7fd" + InstanceType: "t2.micro"