1
You are designing a serverless microservices architecture for a new startup. The application needs to handle unpredictable traffic spikes without managing any underlying infrastructure. Which compute service should you use?
AWS Lambda
Amazon EC2
Amazon EKS
Amazon RDS
View Explanation
✓ Correct Answer: AWS LambdaExplanation:AWS Lambda is a serverless compute service that automatically scales with demand, making it ideal for unpredictable traffic without infrastructure management.