Skip to content

Commit e8be8f8

Browse files
authored
Merge pull request #11 from anumohap/batch-tutorials-2025
Add 7 tutorials for the following service: ECS, EBS, ALB, ECR, Step Functions
2 parents 4e26576 + 566806b commit e8be8f8

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)