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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠