- Newest
- Most votes
- Most comments
This is expected behaviour. In the AWS Console you can only see the buckets for that account, and the same with RDS databases. Even if one of the accounts is a Management account.
You can delegate access to resources using IAM roles https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html
And sticking with the example of buckets, you can provide cross-account access to buckets and their objects https://repost.aws/knowledge-center/cross-account-access-s3
But a bucket or RDS database created in Account A will never show up in the AWS Console of Account B.
Hi,
If you want to see the buckets and RDS instances cross-account mode, you cannot use the console access to the S3 and RDS of local account.
1 way to go is to use CloudShell and run proper CLI command from there. See https://aws.amazon.com/cloudshell/
Best,
Didier
Relevant content
- asked 8 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago