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.

已提问 2 年前823 查看次数
1 回答
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
已回答 2 年前
AWS
专家
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则