OrganizationAccountAccessRole

0

Currently by default OrganizationAccountAccessRole role has complete access to all the resources in the member accounts. How to make it responsible only for billing by default.

Keerthi
preguntada hace 4 meses642 visualizaciones
2 Respuestas
0

Hello,

To restrict the OrganizationAccountAccessRole role to only have access to billing in the member accounts, you need to update the policy associated with this role. By default, OrganizationAccountAccessRole is created with full administrative access when an AWS Organization is created.

Here’s how to modify the role to restrict it to billing access only:

  1. Identify the Policy: Find the policy attached to the OrganizationAccountAccessRole. This is typically the AdministratorAccess policy.
  2. Create a new IAM policy that grants only billing permissions or add the AWS managed billing policy(arn:aws:iam::aws:policy/job-function/Billing)
  3. Attach this new policy to the OrganizationAccountAccessRole and detach any existing policies that grant broader permissions.
profile picture
EXPERTO
respondido hace 4 meses
0

The IAM role OrganizationAccountAccessRole is created automatically in AWS accounts created via AWS Organizations. When an existing account is invited to join an AWS Org, the role isn't created automatically, but you can create it manually.

In both cases, the role is just a regular role residing inside each member account. It can only be modified or deleted by principals in the account with sufficient permissions. The management account doesn't control it directly.

From the management account or another trusted account, you can assume a role with sufficient permissions (such as the OrganizationAccountAccessRole with full access for now) in a member account to make the changes. Then repeat the process for all the other member accounts. You'll want to be careful if you're changing the role that you are currently using, of course, because if you limit your access rights before getting the configuration corrected, you might not get another chance.

EXPERTO
Leo K
respondido hace 4 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas