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개 답변
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠