Question

Difficulty: MediumAWS Compute Services

A company needs to host a simple marketing website with predictable traffic patterns. The development team has minimal cloud management experience and wants a solution that provides a virtual private server, SSD-based storage, data transfer, and a static IP address in a single, low-cost monthly plan. Which AWS compute service should the company select to meet these requirements?

  1. A
    AWS Lambda
  2. B
    Amazon EC2
  3. Amazon LightsailAnswer
  4. D
    AWS Elastic Beanstalk

Answer

Amazon Lightsail
The correct option is Amazon Lightsail because it provides an easy-to-use virtual private server (VPS) environment that bundles compute instances, storage, databases, and networking features (such as static IPs and DNS) into a single, predictable monthly pricing plan. This makes it ideal for simpler workloads, blogs, or small websites where the customer wants to avoid the complexity of managing individual AWS infrastructure components.

Step-by-Step Solution

1
Analyze the business requirements to identify key constraints: simple website hosting, minimal cloud management experience, packaged storage/networking features, and a predictable monthly pricing plan.
Determine that the customer requires a bundled Virtual Private Server (VPS) solution with fixed monthly billing rather than a highly customizable, dynamically billed infrastructure.
AWS compute services vary significantly in their management overhead, architecture patterns, and cost structures, requiring alignment with organizational capabilities.
2
Compare candidate compute services against the identified requirements.
Identify that the option offering a packaged VPS with flat monthly rates is the correct choice, while other services either rely on variable resource billing or use serverless architectures unsuitable for persistent site hosting.
Evaluating individual service characteristics ensures the selection matches the technical workload demands as well as operational and cost management constraints.

Key Concept

Selecting the appropriate AWS compute service based on business needs, specifically leveraging Amazon Lightsail for simplified virtual private servers with predictable monthly pricing.
Rate this question