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.

posta 2 anni fa823 visualizzazioni
1 Risposta
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
con risposta 2 anni fa
AWS
ESPERTO
verificato 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande