A health-department Java API needs a load-balanced, elastic web environment without the team wiring a custom Auto Scaling group and load balancer from scratch. Which service fits?
Select an answer to reveal the explanation.
Short Explanation
Beanstalk is the “deploy the Java API and get a load-balanced elastic environment” shortcut—no hand-built ASG wiring required. Macie, Backup, and VPC Peering aren’t application platforms for that elastic web tier.
Full Explanation
AWS Elastic Beanstalk can provision a load-balanced environment that includes capacity provisioning and scaling for web applications, which suits teams that want elastic compute without assembling every ASG and listener manually. Macie, AWS Backup, and VPC Peering address classification, backups, and networking—not managed elastic application hosting.