Problem Statement
- We need to create an infra provisioing for an ecommerce app on virtual machines/ec2 instances
- AWS Specific infra
-
Azure Specific infra
-
From jenkins/AzureDevOps we will be calling the infra provisioining to create
- QA (System Test)
- UAT (User Acceptance Test)
Activities
- Create the network
- Create the database
- optional: Create a vmimage/ami (manually)
- Create the vm/ec2 instance in subnet
- execute provisioning
- terraform => provisioner
- arm templates/bicep => extension or user data
- cloudformation => userdata
