Maintain Uniformity in AWS member accounts without access to their resources

0

How can a management account setup the architecture in AWS member accounts without having the access to the resources in member AWS accounts.

The management account want to maintain updates in the architecture in AWS member accounts from time to time but, it should not be able to make any calls in the member accounts or access any resources. Also, the member acccounts need to have an User Interface which is accessible by only them.

Can there be a way to maintain centralized repository for the architecture

1 Answer
0

In AWS, the management account can handle administrative tasks and policies and member accounts can be delegated responsibilities. Remember access to member accounts can be managed using the OrganizationAccountAccessRole IAM role.

You can then use S3 as a centralized repository managing all the permissions as needed.

profile picture
EXPERT
answered 7 days ago