我在使用新帐户创建 Elastic Beanstalk 环境时遇到问题。
我已为自己设置了以下服务的完全访问权限:
我遇到以下错误
创建 Auto Scaling 启动配置失败原因:资源 处理程序返回消息:“用户: arn:aws:iam::xxxxxxxxxxxx:user/IAMUserName 不是 有权执行:autoscaling:CreateLaunchConfiguration on 资源: arn:aws:autoscaling:eu-west-2:542435368335:launchConfiguration:*:launchConfigurationName/awseb-e-xi8zxyphtb-stack-AWSEBAutoScalingLaunchConfiguration-qgdY1GNSwf60 因为没有基于身份的政策允许 自动缩放:CreateLaunchConfiguration 操作(服务:AutoScaling, 状态代码:403,请求 ID:d4307ebf-1f5f-40ca-a867-3545c198b51f)" (请求令牌:84675438-bcb3-6830-445d-97bfec2a06c7,处理程序错误代码: 一般服务异常)
我真的不明白这个问题。我以前没有经历过这种情况。我错过了什么?
您需要将
autoscaling:CreateLaunchConfiguration
权限添加到 IAMUserName
。