(feat) init cloud form stack

This commit is contained in:
ishaan-jaff 2024-03-07 16:49:39 -08:00
parent 1f15c79252
commit da4b150398

8
deploy/just_ec2.yaml Normal file
View file

@ -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"