ECS Fargate Integrations
Difficulty: Intermediate
Duration: 1 minute and 45 seconds
Students: 307
Rating: 5/5
If you are deploying containers in AWS, the chances are that it’s not just to run your standalone application but also to interact and use other AWS services. In this lesson, we'll look at how to implement these integrations with other services from your ECS containers.
Learning Objectives
By the end of this lesson you should have a good understanding of the following:
- Networking considerations when connecting your containers to EFS storage, as well as RDS databases
- The permission requirements needed to work with S3 from containers
- Using EventBridge with ECS
- Posting messages to SQS from your containers
Intended Audience
- Cloud Developers with prior experience with containers
- Anyone planning to migrate their containers to the cloud to take advantage of AWS
Prerequisites
- General understanding of Docker and building containers
- Basic knowledge of AWS services, such as EC2, S3, and EFS
- Software development
Covered Topics