Provision a pool of micro EC2 servers running Ubuntu 22.04
The servers should be placed in an auto-scaling group behind an Application Load Balancer
The servers should not be directly accessible on any port except TCP/22 for SSH access
HTTP and HTTPS traffic should only be allowed via the Load Balancer
Upon first boot, each EC2 server should update itself to the latest packages available in APT.
Created terraform code as per the requirement.
Provision a pool of micro EC2 servers running Ubuntu 22.04
The servers should be placed in an auto-scaling group behind an Application Load Balancer
The servers should not be directly accessible on any port except TCP/22 for SSH access
HTTP and HTTPS traffic should only be allowed via the Load Balancer
Upon first boot, each EC2 server should update itself to the latest packages available in APT.
Created terraform code as per the requirement.
Provision a pool of micro EC2 servers running Ubuntu 22.04 The servers should be placed in an auto-scaling group behind an Application Load Balancer The servers should not be directly accessible on any port except TCP/22 for SSH access HTTP and HTTPS traffic should only be allowed via the Load Balancer Upon first boot, each EC2 server should update itself to the latest packages available in APT.