Skip to content

Commit 566806b

Browse files
committed
Add batch of 7 tutorials: ECS EC2, EBS volumes, ELB, ECR, Step Functions, ECS Service Connect, ECS Fargate
1 parent 27f0b7e commit 566806b

21 files changed

Lines changed: 7188 additions & 0 deletions

tuts/018-ecs-ec2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Amazon Elastic Container Service EC2 getting started
2+
3+
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.
4+
5+
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.

0 commit comments

Comments
 (0)