Question #956
Which AWS service provides a graphical interface for architecting and deploying serverless applications without requiring infrastructure management?
AWS Lambda
AWS Batch
AWS Application Composer
AWS App Runner
Explanation
The correct answer is C (AWS Application Composer). Here's why:
- AWS Application Composer: Offers a drag-and-drop visual interface to design serverless architectures using services like AWS Lambda, API Gateway, and Step Functions. It generates infrastructure-as-code (IaC) templates (e.g., SAM or CloudFormation) automatically, enabling deployment without manual infrastructure management.
Why other options are incorrect:
- A. AWS Lambda: A serverless compute service but lacks a graphical interface for architecting applications.
- B. AWS Batch: Focuses on batch processing workloads and does not provide visual design tools.
- D. AWS App Runner: Simplifies deploying containerized/web apps but does not offer a graphical interface for designing architectures.
Key Points:
- Serverless applications require minimal infrastructure management.
- Graphical/visual tools streamline architecture design.
- AWS Application Composer specializes in visual serverless app development.
Answer
The correct answer is: C