You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
I have been trying to get mixed instance policy to work. My EC2 Instace/Container is not adding in ECS. It starts outside the Ecs. I have tried to connect public subnet to it but still no success. Sharing Config. Please guide.
Dear Pahud. In your service you are using image id
Type: String
Default: /aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_id
This gives an error.
My Issue got solved by using
Type: AWS::SSM::Parameter::ValueAWS::EC2::Image::Id
Default: /aws/service/ecs/optimized-ami/amazon-linux/recommended/image_id
Linux-2 does not work for me. can you please tell me why its happening if you have clue regarding that.
Also now i can see that my docker service is not working
task exited for container (Service Events)
unable to create state change event for container ( cloudwatch)
Dear Pahud,
I have been trying to get mixed instance policy to work. My EC2 Instace/Container is not adding in ECS. It starts outside the Ecs. I have tried to connect public subnet to it but still no success. Sharing Config. Please guide.
The text was updated successfully, but these errors were encountered: