Prereq’s
- AWS Free Tier Account Refer Here
- AWS Ec2 instance Refer Here
- Softwares:
- Refer Here for visual studio code and git
- Refer Here for Windows Terminal
Creating infrastructure manually
- Scenario: Lets Create a LAMP Server in AWS
- Steps: Refer Here
- Steps in AWS:
- Login into AWS Refer Here
- Create a virtual machine in AWS (EC2) with ubuntu os in it and execute the commands as mentioned in the above steps

Cloud Formation
- Now navigate to cloud formation

- Using Templates we can easily create infrastructure in AWS
- This is a better option compared to manually creating infrastructure
- So as an AWS Cloud Engineer, You are expected to Create Templates
- We should be able to create templates to deploy applications in AWS
Exercises
- Cloud Essentials Playlist Refer Here
- Json and YAML Refer Here
Next Steps
- Lets learn how to create these Cloudformation templates, Concepts and Terminologies around it.
