- Newest
- Most votes
- Most comments
This issue where Amplify apps are not showing in the dashboard despite resources being created is a known problem that can occur for several reasons. Here are some potential causes and solutions to consider:
-
Region mismatch: Even though you mentioned selecting the correct region, double-check that you're viewing the Amplify console in the same region where your apps were deployed. AWS Amplify resources are region-specific.
-
IAM permissions: While you have the AmplifyBackendDeployFullAccess policy attached, it's possible that additional permissions might be needed. Consider temporarily assigning a more permissive policy like ReadOnlyAccess to see if it resolves the issue. This can help determine if it's a specific Amplify permission or a broader access problem.
-
IAM Identity Center (SSO) configuration: If you're using AWS SSO, ensure that the permission set is correctly assigned to your user account and that you're accessing the correct AWS account.
-
Service role issues: Verify if there's a service role associated with your Amplify app and ensure it has the necessary permissions.
-
Cross-account access: If the Amplify app is in a different AWS account than your IAM user, make sure proper cross-account permissions are set up.
-
CloudTrail logs: Check CloudTrail logs for any access denied events related to Amplify. This can provide insights into any permission-related errors.
-
Amplify CLI configuration: Ensure that your AWS CLI is properly configured with the correct credentials, especially if you're using AWS SSO.
-
Cache issues: Try clearing your browser cache or using a different browser to access the Amplify console.
If none of these solutions work, you may need to reach out to AWS Support for further assistance. They can help investigate why your apps are not visible in the Amplify dashboard despite the resources being created successfully.
Sources
Organization Members cannot see or access my amplify projects | AWS re:Post
All of my apps have disappeared from Amplify | AWS re:Post
Application up and running but not shown in Console Management | AWS re:Post
Hi Craig,
The Amplify Sandbox does not create Amplify apps. You can manage your sandboxes by clicking the "Manage sandboxes" button in the Amplify console. https://docs.amplify.aws/react/deploy-and-host/sandbox-environments/setup/#manage-sandbox-environments
However, if you do not have any Amplify apps, you may be unable to see this button. In that case, you can access it directly via the URL. https://<region>.console.aws.amazon.com/amplify/apps/sandboxes
Regards, Leon
Relevant content
- asked 6 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 4 years ago
