Question

Difficulty: MediumAWS Compute Services

A small marketing agency wants to deploy a simple, low-traffic corporate website using a standard Content Management System (CMS) like WordPress. The team has minimal AWS expertise and requires a straightforward, low-cost virtual private server (VPS) solution that bundles compute, storage, and networking with a predictable monthly pricing model. Which AWS compute service should the agency use to deploy this website?

  1. Amazon LightsailAnswer
  2. B
    Amazon Elastic Compute Cloud (Amazon EC2)
  3. C
    AWS Lambda
  4. D
    AWS Fargate

Answer

Amazon Lightsail is the most appropriate service because it provides simple virtual private server (VPS) instances, storage, and databases at a predictable monthly cost, which is ideal for hosting basic CMS websites like WordPress with minimal management overhead.
Amazon Lightsail is the correct service because it offers a simplified management experience and predictable pricing by packaging virtual private servers, storage, and networking into a single monthly plan. This is perfect for simple websites, blogs, or applications where the customer has minimal cloud expertise.

Step-by-Step Solution

1
Analyze the business and technical requirements of the scenario.
The workload is a simple, low-traffic corporate website (WordPress CMS). The team has minimal AWS expertise and needs a straightforward VPS solution with predictable, bundled monthly pricing.
This establishes the constraints and goals to narrow down the AWS compute service.
2
Compare the available AWS compute services against the requirements.
Amazon Lightsail is specifically designed for quick, simple VPS deployments with bundled storage, data transfer, and predictable pricing. Other services like EC2 require more management overhead and have variable pricing. Lambda is for event-driven functions, and Fargate is for container orchestration.
This identifies the correct service that matches the target criteria while ruling out overly complex or unsuitable alternatives.

Key Concept

Selecting appropriate AWS compute services based on workload complexity, administrative overhead, and pricing predictability.
Rate this question