Module for ec2 in aws ntier
- Refer Here for the changes done
- to use our ec2 module
- to use community security group module
- to use datasource to get ami information
Provisioning into vms
- This refers to installing softwares in vms
- option 1: We have cloud init Refer Here
- option 2: use terraform provisioners: Refer Here. To connect to remote instances use connection block Refer Here
Option 1 cloud init (AWS)
- Refer Here for the changes
- The problem here is even if the change the script of cloud we need to recreate the machines to get the imapact.
Option 2: Terraform provisioner
- Refer Here for changes done
- To be continued
