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"