EMR Serverless的CF堆栈创建失败,显示“ Error occurred during operation 'CreateApplication'”。

0

【以下的问题经过翻译处理】 *下面的CF堆栈出现错误,错误信息为“Resource handler returned message: Error occurred during operation 'CreateApplication'.”(RequestToken:<some-token-id>,HandlerErrorCode:GeneralServiceException)” *区域:eu-weat-1 *有人知道这个错误可能的原因吗?

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

profile picture
ESPECIALISTA
feita há 5 meses65 visualizações
1 Resposta
0

【以下的回答经过翻译处理】 在尝试部署模板之前,您是否已经配置了EMR Serverless?

如果遵循这里的 入门指南,您需要在使用该服务之前创建运行时角色。可以通过控制台一次性完成此操作,也可以脚本化进行操作。

如果已经配置了EMR Serverless,请在该地区的CloudTrail中查看EventName = CreateApplication并检查返回的错误。

profile picture
ESPECIALISTA
respondido há 5 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas