小编Cyr*_*our的帖子

无法在AWS Elastic Beanstalk上创建新的RDS数据库

使用eb create创建新环境后,我无法使用AWS控制台在我的环境中创建新的RDS数据库.它要求我从四个列表中选择至少两个可用区域.

无论我选择哪个,我都会收到错误:

DBSubnets:无效的选项值:'["subnet-3dbb9564","subnet-b2edb199"]'(命名空间:'aws:ec2:vpc',OptionName:'DBSubnets'):指定VPC ID并确保所有子网都存在.

使用EB CLI和以下命令eb create --database.engine postgres,我得到超时.

Environment details for: iod-test
  Application name: image_of_day2
  Region: us-east-1
  Deployed Version: 642b
  Environment ID: e-u7q9j5ft2e
  Platform: 64bit Amazon Linux 2015.03 v2.0.1 running Python 2.7
  Tier: WebServer-Standard
  CNAME: iotd-test2.elasticbeanstalk.com
  Updated: 2015-09-21 19:29:37.262000+00:00
Printing Status:
INFO: createEnvironment is starting.
INFO: Using elasticbeanstalk-us-east-1-249541483051 as Amazon S3 storage bucket for environment data.
INFO: Created security group named: sg-7e948419
INFO: Environment health has transitioned to Pending. There are no instances.
INFO: …
Run Code Online (Sandbox Code Playgroud)

django amazon-web-services amazon-elastic-beanstalk

5
推荐指数
2
解决办法
2586
查看次数