Which IAM permissions are needed to set up ECS?

Hello dear community,

I'm supposed to write to my boss about which IAM permissions I need to set up an ECS, such as uploading Docker containers, etc.

Which permissions exactly do I need for this? The AmazonECS_FullAccess permission is too much.

Many thanks in advance

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
tide1109
1 year ago

What permissions are required depends on what activities the user or role is to perform.

AmazonECS_FullAccess will include all permissions relevant to ECS.

If you think it’s too much, you need to copy and customize this policy. Remove permissions complete or limit them to certain resources.

Docker Container Upload will have nothing to do with ECS. The containers are ideally stored in the Elastic Container Registry (ECR). The upload rights must be set there.

Pull rights to the registry should probably have ECS automatically.