
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A developer who has no AWS Cloud experience wants to use AWS technology to build a web application. Which AWS service should the developer use to start building the application?
A
Amazon SageMaker
B
AWS Lambda
C
Amazon Lightsail
D
Amazon Elastic Container Service (Amazon ECS)
Explanation:
Amazon Lightsail is the correct answer because it is specifically designed for developers with little to no AWS experience who want to quickly deploy and manage web applications. Lightsail provides pre-configured virtual private servers (instances) with everything needed to run a web application, including compute, storage, networking, and a management console that simplifies the deployment process.
Why other options are incorrect:
Amazon SageMaker: This is a machine learning service for building, training, and deploying ML models, not for general web application development.
AWS Lambda: While Lambda can be used for web applications, it requires more AWS knowledge and is serverless-focused, which may be complex for beginners.
Amazon ECS: This is a container orchestration service that requires knowledge of Docker and container management, making it more advanced for beginners.