

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 container service connectivity](ecs_example_ecs_ServiceConnect_085_section.md)
+ [Create a container task for the serverless launch type](ecs_example_ecs_GettingStarted_086_section.md)
+ [Creating a container service for virtual machine instances](ecs_example_ecs_GettingStarted_018_section.md)
+ [Get ARN information for clusters, services, and tasks](ecs_example_ecs_Scenario_GetClustersServicesAndTasks_section.md)