Home > OS >  Can not see anything created by my organization on AWS
Can not see anything created by my organization on AWS

Time:11-24

I was invited to an AWS organization. Now, after I logged into AWS Console as root user, I could not see anything created by the organization in (lambda, s3, etc).

Is there any additional step I should take except accepting the invitation? Or is this some config missing on the organization side?

Thank you

CodePudding user response:

AWS Organizations is a way of combining individual AWS Accounts into a hierarchy. Billing can 'roll-up' the hierarchy and permissions can 'go down'.

However, when you login to a specific AWS Account, you will only be able to view/access resources in that particular account. If you wish to view/access resources in another account within the organization, you could need to use an IAM Role to login to that other account.

  • Related