Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tuts/018-ecs-ec2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Amazon Elastic Container Service EC2 getting started

This tutorial demonstrates how to get started with Amazon Elastic Container Service (Amazon ECS) using EC2 instances as the compute platform. You'll learn how to create an ECS cluster, define a task definition, and run containerized applications on EC2 instances within your ECS cluster.

You can either run the automated shell script (`ecs-ec2-getting-started.sh`) to quickly set up the entire environment, or follow the step-by-step instructions in the tutorial (`ecs-ec2-getting-started.md`) to understand each component and manually configure your ECS environment.
Loading