弹性豆茎-eb-create无法创建AWSEBRDSDBSecurityGroup



我目前想在AWS中使用Elastic Beanstalk和RDS部署一个简单的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.

我正在使用具有完全管理员权限的访问令牌。

我该如何解决这个问题?

您确定要使用DB安全组而不是VPC安全组吗?AFAIK,在新帐户中应该不再需要数据库安全组,您应该能够将现有的VPC安全组直接附加到您的实例中。

如果你确实需要它,那么它很可能是其中之一:

  1. 达到最大数据库安全组限制时出现的措辞错误
  2. 实际上,您没有您声称的管理员权限

请尝试并告诉我们您的发现。

相关内容

  • 没有找到相关文章

最新更新