Open AWS Console (or aws cli)
Create a new stack
Use below cloud formation
https://github.com/akshaykrjain/coffee_with_code/blob/master/cloudformation/aws_cft.yaml
Note- - Change the user data part to your custome code. A sample code is already added in this cloud formation template.
- Make sure you have atleast 1 public and 1 private subnet ready.
- Private subnet must be able to connect to internet (Use Internet Gateway or NAT for that)
Top comments (0)