

There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples) GitHub repo.

# Scenarios for Amazon ECS using AWS SDKs
<a name="ecs_code_examples_scenarios"></a>

The following code examples show you how to implement common scenarios in Amazon ECS with AWS SDKs. These scenarios show you how to accomplish specific tasks by calling multiple functions within Amazon ECS or combined with other AWS services. Each scenario includes a link to the complete source code, where you can find instructions on how to set up and run the code. 

Scenarios target an intermediate level of experience to help you understand service actions in context.

**Topics**
+ [Configure Amazon ECS Service Connect](ecs_example_ecs_ServiceConnect_085_section.md)
+ [Create an Amazon ECS Linux task for the Fargate launch type](ecs_example_ecs_GettingStarted_086_section.md)
+ [Creating an Amazon ECS service for the EC2 launch type](ecs_example_ecs_GettingStarted_018_section.md)
+ [Get ARN information for clusters, services, and tasks](ecs_example_ecs_Scenario_GetClustersServicesAndTasks_section.md)