Creating a Service Using a Deployment Strategy
Create an ECS service using the blue-green deployment strategy.
Introduction
The main objective of this lesson is to create an Amazon ECS service (containing a Fargate task) using the blue-green deployment strategy.
Creating the necessary IAM role
We need to create the ecsTaskExecutionRole
, ecsCodeDeployRole
, and a service role of ECS for later use. We also need to attach the necessary policies to these roles.
Get hands-on with 1400+ tech skills courses.