From da4b150398f9e7790ed9c33e831441f1ddcf32a0 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 7 Mar 2024 16:49:39 -0800 Subject: [PATCH] (feat) init cloud form stack --- deploy/just_ec2.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deploy/just_ec2.yaml diff --git a/deploy/just_ec2.yaml b/deploy/just_ec2.yaml new file mode 100644 index 00000000000..5c51233ddaf --- /dev/null +++ b/deploy/just_ec2.yaml @@ -0,0 +1,8 @@ +--- +Resources: + MyEC2Instance: + Type: "AWS::EC2::Instance" + Properties: + AvailabilityZone: "us-east-1a" + ImageId: "ami-0f403e3180720dd7e" # Replace with your desired AMI ID + InstanceType: "t2.micro"