Which AWS service should the company use to ensure that there are enough instances to meet the surges in demand?
AWS Lambda
Amazon EventBridge (Amazon CloudWatch Events)
Elastic Load Balancing (ELB)
Amazon EC2 Auto Scaling
Explanations:
AWS Lambda is used for running serverless functions, but it is not suited for managing EC2 instances or handling sudden traffic surges.
Amazon EventBridge (formerly CloudWatch Events) is used for scheduling and event-driven automation but cannot directly scale EC2 instances.
Elastic Load Balancing (ELB) distributes traffic across instances but does not automatically add or remove EC2 instances based on demand.
Amazon EC2 Auto Scaling is designed to automatically increase or decrease the number of EC2 instances to match traffic demands.