Which AWS service or feature should the company use to handle the load for its application during periods of high demand?
Auto Scaling groups
AWS Global Accelerator
Amazon Route 53
An Elastic IP address
Explanations:
Auto Scaling groups automatically adjust the number of EC2 instances in response to the load on the application. This allows the application to scale up during high demand and scale down when demand decreases, effectively managing CPU utilization and preventing latency issues.
AWS Global Accelerator improves the availability and performance of applications by directing traffic to optimal endpoints, but it does not automatically scale resources or manage CPU utilization. It is more focused on routing and latency improvements rather than handling load through scaling.
Amazon Route 53 is a scalable domain name system (DNS) web service that provides reliable routing for users to application endpoints but does not provide load balancing or scaling capabilities for EC2 instances. It helps in managing traffic but does not directly solve the CPU utilization issue.
An Elastic IP address is a static, public IPv4 address designed for dynamic cloud computing. While it can ensure that an EC2 instance remains reachable, it does not address the issue of CPU utilization or scaling the application to handle high demand.