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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ