Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
【以下的问题经过翻译处理】 *下面的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
【以下的回答经过翻译处理】 在尝试部署模板之前,您是否已经配置了EMR Serverless?
如果遵循这里的 入门指南,您需要在使用该服务之前创建运行时角色。可以通过控制台一次性完成此操作,也可以脚本化进行操作。
如果已经配置了EMR Serverless,请在该地区的CloudTrail中查看EventName = CreateApplication并检查返回的错误。
EventName = CreateApplication
您未登录。 登录 发布回答。
一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。