openskills.info
AWS Compute logoCourse Preview

AWS Compute

AWS compute services provide on-demand processing capacity in Amazon's cloud. They range from virtual machines (EC2) and containers (ECS, EKS) to serverless functions (Lambda), each trading control for operational simplicity depending on the workload.

itCloud computing

AWS Compute

AWS Compute is not one service. It is a set of execution models. You can rent virtual servers, schedule containers, run functions after events, or submit jobs to a managed queue.

The first decision is not which product name you recognize. The first decision is what you want AWS to operate for you.

Amazon EC2 gives you virtual servers and broad control over the operating system, networking, and storage. That control creates work. You patch the guest operating system, deploy software, protect credentials, monitor capacity, and replace failed instances.

AWS Fargate removes the server fleet from a container workload. AWS Lambda removes server and container orchestration from a function workload. Amazon Lightsail packages common web resources behind a smaller interface. AWS Batch schedules queued work onto suitable compute capacity.

No option removes architecture. You still choose identity, network access, data placement, failure behavior, observability, and cost controls.

Start with the execution unit

The execution unit tells you what the platform starts and scales.

  • EC2: an instance, which is a virtual server created from an Amazon Machine Image.
  • Amazon ECS: a task, which runs one or more containers from a task definition.
  • Amazon EKS: a Kubernetes pod, scheduled through a managed Kubernetes control plane.
  • Fargate: serverless capacity for ECS tasks or EKS pods.
  • Lambda: a function invocation triggered by an event or API call.
  • AWS Batch: a queued job placed onto EC2 or Fargate capacity through managed orchestration.
  • Lightsail: a bundled instance or container service for a smaller, simpler web workload.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources