【发布时间】:2016-03-24 16:39:05
【问题描述】:
我正在按照教程 here 使用 Elastic Beanstalk 将 Ruby on Rails 应用程序部署到 AWS。我收到了错误
Unable to assume role "arn:aws:iam::xxxxxxxxxx:role/aws-elasticbeanstalk-service-role".
Verify that the role exists and is configured correctly.
所以我在 IAM 中创建了一个角色,并提供了 AWSElasticBeanstalkFullAccess 策略。我想知道我错过了什么。
另外,当我打开 eb 时,它给了我一个 502 Bad Gateway Error。这和上面的错误有关系吗?
【问题讨论】:
标签: ruby-on-rails amazon-web-services amazon-s3 amazon-ec2 amazon-elastic-beanstalk