I am creating an application & deployment group in aws aws code-deploy, but I am facing the issue while creating the same. Screenshot for reference:
I have tried to update the code-deploy controller in the ecs fargate service, but the option itself is not available. I have tried to update ecs using aws-cli command, cli is throwing command not found.
there is no issue in the role that I have attached.
aws ecs update-service –service service-name –cluster cluster-name –deployment-configuration “deploymentCircuitBreaker={enable=true,rollback=true}” –deployment-controller type=CODE_DEPLOY
There are no available documentations on the internet.
1