Modify an AWS CloudFormation template
Budget: $30 – $250 USD
Modify the provided AWS CloudFormation template to support Blue/Green Deployment using CodeDeploy for my ECS containers.
The provided template is the one posted at the end of this AWS post: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html
The current template creates a stack mainly with a task definition, ecs service, task, a load balancer with 2 target groups for blue/green deployment, what is missing is the CodeDeploy application and deployment group so I can use it in CodePipeline
The provided template is the one posted at the end of this AWS post: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html
The current template creates a stack mainly with a task definition, ecs service, task, a load balancer with 2 target groups for blue/green deployment, what is missing is the CodeDeploy application and deployment group so I can use it in CodePipeline