How to manage ECS Clusters across accounts?

0

We are having lots of AWS Accounts. Is there a way to manage ECS clusters across these accounts without logging back and forth between the accounts?

Especially, if there are any tools for ECS like Lens for K8S, that will be really great.

1 Answer
0

First of all, I don't think there is a tool quite like Lens, for ECS. That is, centrally manage and store credentials of various K8s clusters and provide single plane of glass for cluster management.

That said, it seems that your main concern is don't want to logging back and forth between accounts. If that is the case, there might be couple of options.

  1. Use tools like CoPilot, and add AWS CLI named profiles to store credentials for different accounts, and use them when needed;
  2. Use cross-account IAM roles to grant specific permissions to an user who need to have access to multiple ECS clusters across accounts;
  3. Utilize centralized CI/CD process where the Pipeline is in one account, deploying applications into multiple accounts using cross-account IAM roles.
Jason_S
answered 2 years ago
AWS
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions