A global logistics company is preparing for a major system integration that will connect a new partner's fleet of delivery vehicles. The integration will launch on a specific date and will result in an immediate, one-time increase in telemetry traffic at exactly 09:00 UTC. The existing telemetry processing service runs on Amazon EC2 instances inside an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The instances reside in private subnets across two Availability Zones (AZ-A and AZ-B) and retrieve reference metadata from external APIs via a single NAT Gateway located in AZ-A. The EC2 instances require a -minute bootstrapping period to pull configuration files and warm up application caches before they can successfully process requests. Under the current scaling configuration, when CPU utilization spikes, the ASG launches instances but does not wait for the bootstrapping to complete before launching more, resulting in severe over-provisioning. Additionally, the architecture must ensure that a failure of a single Availability Zone or NAT Gateway does not disrupt outbound connectivity for the EC2 instances. Which three actions should the Solutions Architect take to prepare the architecture for the launch and resolve these reliability issues?
- Create a NAT Gateway in AZ-B, and configure the route table of the private subnets in AZ-B to route outbound internet traffic through this new gateway.Cevap
- Update the Auto Scaling group scaling policy to include a default instance warmup of seconds.Cevap
- Submit a request to AWS Support to pre-warm the Application Load Balancer to the expected request rate and concurrent connection levels prior to the launch time.Cevap
- DDeploy a second NAT Gateway in AZ-A, and configure Route 53 DNS failover to route outbound traffic between the two NAT Gateways.
- EDecrease the Auto Scaling group's cooldown period to seconds to allow the group to quickly launch additional instances.
- FConfigure an Application Load Balancer scaling policy based on target response times to automatically scale the load balancer capacity during the spike.