Question

Difficulty: EasyAWS Compute Services

A small business owner wants to quickly deploy a simple, low-traffic WordPress blog. The owner has limited cloud expertise and prefers a simplified service with a predictable monthly pricing plan that bundles compute, storage, and networking resources together. Which AWS service is best suited for this requirement?

  1. Amazon LightsailAnswer
  2. B
    Amazon EC2
  3. C
    AWS Lambda
  4. D
    AWS Fargate

Answer

Amazon Lightsail
The correct answer is Amazon Lightsail because it is specifically designed to provide an easy-to-use virtual private server (VPS) experience. It bundles compute capacity, storage, and networking transfer limits into a single, predictable monthly price, which is ideal for users with limited cloud experience hosting simple websites like WordPress.

Step-by-Step Solution

1
Identify the key workload characteristics and user constraints from the scenario.
The user needs to host a simple WordPress blog, has limited cloud experience, and requires predictable monthly pricing with bundled resources (compute, storage, and networking).
This establishes the criteria needed to select the most appropriate AWS compute service.
2
Evaluate the available AWS compute services against the identified criteria.
Amazon Lightsail offers pre-configured virtual private servers with predictable monthly pricing that bundles all necessary resources. Amazon EC2, AWS Lambda, and AWS Fargate do not meet these criteria due to their administrative overhead, pay-per-execution model, or container orchestration complexity.
Comparing the options ensures the selected service matches the requirement for a simplified, low-cost VPS setup.

Key Concept

AWS Compute Service Selection for Simple Workloads
Rate this question