A developer uses Terraform to provision a multi-component cloud stack (VPC, ECS instances, storage), then performs post-deployment network configuration on the ECS instances — binding elastic IPs, attaching ENIs, and tightening security group rules to make the provisioned infrastructure production-reachable and secure.
A developer uses Terraform to provision a multi-component cloud stack (VPC, ECS instances, storage), then performs post-deployment network configuration on the ECS instances — binding elastic IPs, attaching ENIs, and tightening security group rules to make the provisioned infrastructure production-reachable and secure.
See ecs/ecs-configure-instance.
See terraform/terraform-provision-infrastructure.