EMR Serverless CF Stacked failed with "Error occurred during operation 'CreateApplication'"

0
  • below CF stack is failing with this error "Resource handler returned message: Error occurred during operation 'CreateApplication'." (RequestToken: <some-token-id>, HandlerErrorCode: GeneralServiceException)"
  • Region: eu-weat-1
  • anyone knows what could be possible reasons for this error?
AWSTemplateFormatVersion: 2010-09-09
Description: EMR serverless cluster 


Resources:
  EmrSparkApp:
    Type: AWS::EMRServerless::Application
    Properties:
      Type: Spark
      ReleaseLabel: emr-6.9.0
      
Outputs:
  EmrSparkAppId:
    Description: Application ID of the EMR Serverless Spark App
    Value: !Ref EmrSparkApp
1 個回答
1
已接受的答案

Have you configured EMR Serverless before attempting to deploy the template?

If you follow the getting started docs, you need to create a runtime role before you can starting using the service. You could do this once-off via the console or script it too.

If you have, check CloudTrail in that region for EventName = CreateApplication and check the returned error.

AWS
專家
Raphael
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南