Skip to content

[FAIL TO CREATE SERVERLESS EMR STUDIO]

0

Hello, I am a new AWS user, I failed to create a EMR serverless studio with the message "Failed to create Studio. Failed to create Serverless application. [object Object]" for interactive workloads under my IAM admin account. Regardless of this, the corresponding S3 and the IAM role were still created for those but the studio wasn't. Please help me out on this every beginning step of others! Thank you! Regards, Dat

1 Answer
0

I understand you're having trouble creating an EMR Serverless studio as a new AWS user. This error can occur due to a few reasons, primarily related to permissions. Here are some steps you can take to troubleshoot and resolve the issue:

  1. Check IAM permissions: Ensure your IAM admin account has the necessary permissions to create an EMR Serverless studio. This includes permissions for EMR Serverless API operations, particularly the 'createApplication' action.

  2. Verify the service role: Make sure the EMR Studio service role has the required permissions to create and manage EMR Serverless applications. The role should have appropriate access to EMR Serverless, S3, and other related services.

  3. Review S3 bucket permissions: Confirm that the service role has proper access to the S3 bucket specified for the EMR Studio. This includes permissions to read from and write to the bucket.

  4. Check for conflicting policies: Ensure there are no conflicting IAM policies attached to your user or role that might be denying the necessary permissions.

  5. Validate the trust relationship: Verify that the IAM role's trust policy allows Amazon EMR to assume the role.

  6. Clear browser cache: Sometimes, browser cache issues can cause problems. Try clearing your browser cache or accessing the console from an incognito/private window.

  7. Check CloudTrail logs: You can search CloudTrail logs for denied actions related to EMR Serverless and EMR Studio creation. This might provide more detailed information about the specific permission or action that's failing.

If you've verified all these points and are still encountering issues, you may need to contact AWS Support for further assistance. They can provide more specific guidance based on your account configuration and the exact error details.
Sources
Troubleshoot Failed to create Studio errors in Amazon EMR | AWS re:Post
Troubleshoot IAM issues with the EMR Serverless console | AWS re:Post

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.