【发布时间】:2019-01-05 05:01:42
【问题描述】:
我目前想使用 Elastic Beanstalk 和 RDS 在 AWS 中部署一个简单的 Django 应用程序,遵循本教程:http://www.1strategy.com/blog/2017/05/23/tutorial-django-elastic-beanstalk/。要创建 Beanstalk 应用程序,我使用命令 eb create --scale 1 -db -db.engine postgres -db.i db.t2.micro。
在创建过程中,工具无法创建[AWSEBRDSDBSecurityGroup]。这是输出:
2018-07-28 06:07:51 ERROR Stack named 'awseb-e-ygq5xuvccr-stack' aborted
operation. Current state: 'CREATE_FAILED' Reason: The following resource(s)
failed to create: [AWSEBRDSDBSecurityGroup].
2018-07-28 06:07:51 ERROR Creating RDS database security group named:
awseb-e-ygq5xuvccr-stack-awsebrdsdbsecuritygroup-oj71kkwnaaag failed Reason:
Either the resource does not exist, or you do not have the required permissions.
我正在使用具有完全管理员权限的访问令牌。
我该如何解决这个问题?
【问题讨论】:
-
你用完了吗?尝试删除未使用的安全组或请求更多。
标签: amazon-web-services amazon-elastic-beanstalk amazon-rds amazon-iam