skip to Main Content

Amazon web services – AWS ECS Exec: Cannot start shell on Fargate

I've been following this tutorial: https://www.youtube.com/watch?v=wNN5N1_ZTN4 First, I've confirmed that the user I'm connecting with in AWS CLI has the following permission policy: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ecs:ExecuteCommand", "ecs:DescribeTasks", "ecs:UpdateService", "iam:PassRole" ], "Resource": "*"…

VIEW QUESTION
Back To Top
Search