- Newest
- Most votes
- Most comments
Yes, the OrganizationAccountAccessRole should be able to see all services under the sub accounts, including AWS App Runner, when properly configured and used. This role is designed to provide full administrative access to the member accounts within an AWS Organization.
However, if you're experiencing an issue where the App Runner service list appears empty despite assuming the OrganizationAccountAccessRole with AdministratorAccess policy, there could be a few reasons for this:
-
Region-specific resources: Ensure you're looking in the correct AWS region where the App Runner service is deployed. Resources are region-specific, and if you're viewing a different region, the list may appear empty.
-
Role permissions: Double-check that the OrganizationAccountAccessRole in the specific member account has the correct permissions. It should have the AdministratorAccess policy attached, granting full access to all AWS services and resources.
-
Role trust relationship: Verify that the role's trust relationship is correctly set up to allow the management account to assume the role.
-
Temporary permission issues: In rare cases, there might be temporary permission propagation delays or issues within AWS.
To troubleshoot this issue:
- Confirm you're in the correct AWS region.
- Verify the role permissions and trust relationship in the member account.
- Try accessing other services in the same account to see if the issue is specific to App Runner or affects all services.
- If the problem persists, you may want to contact AWS support for further assistance.
As an organization administrator, you should be able to use the OrganizationAccountAccessRole to view and manage all types of services across all sub-accounts. If you're still unable to see the App Runner service or other expected resources, it's recommended to review the role configuration and permissions to ensure everything is set up correctly.
Sources
Manage Organization Member Accounts via AWS CLI | AWS re:Post
Accessing a member account that has OrganizationAccountAccessRole with AWS Organizations - AWS Organizations
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago