简体   繁体   English

无法创建用于多容器Docker的EB环境

[英]EB Environment for multi-container docker is failed to be created

I'm gonna set up sample elasticbeanstalk environment for multi-container docker . 我将为multi-container docker elasticbeanstalk设置示例elasticbeanstalk环境。
But it is not created due to error. 但是由于错误而未创建。

environment tier: web-server 环境层:Web服务器
other configuation info is here 其他配置信息在这里

I want to create sample elasticbeanstalk environment for multi-container docker . 我想为multi-container docker elasticbeanstalk创建示例elasticbeanstalk环境。
But the actual is not created. 但是实际并没有创建。

ERROR   Creating Auto Scaling group named: awseb-e-at4dw9xg2u-stack-AWSEBAutoScalingGroup-11FLLBCSSSP3 failed.
        Reason: Group did not stabilize. {current/minSize/maxSize} group size = {0/1/1}. 
        Failed Scaling Activity: No default subnet for availability zone: 'ap-northeast-1c'. Launching EC2 instance failed.
ERROR   Stack named 'awseb-e-at4dw9xg2u-stack' aborted operation. 
        Current state: 'CREATE_FAILED' Reason: The following resource(s) failed to create: [AWSEBAutoScalingGroup].

正如@ mchawre在评论中建议的那样,我解决了此问题

Failed Scaling Activity: No default subnet for availability zone: 'ap-northeast-1c'. Launching EC2 instance failed You don;t have any default subnet for ap-northeast-1c```

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有Docker多容器和Node的EB - EB with docker multi-container and Node 由于LaunchWaitCondition,无法创建用于多容器Docker的Elastic Beanstalk环境 - Elastic Beanstalk Environment for multi-container docker fails to be created due to LaunchWaitCondition AWS 上的多容器 Docker - Multi-Container Docker on AWS 如果我仅使用containerHost而没有hostPort,则AWS eb的docker设置将不起作用。(多容器Docker) - AWS eb's docker setting is not work if I use only containerPort without hostPort.(Multi-container Docker) 如何配置 github 动作以将 docker 容器部署到 aws elasticbeanstalk 多容器环境 - How to configure the github action to deploy docker container to aws elasticbeanstalk multi-container environment Elastic Beanstalk上的HTTPS(Docker多容器) - HTTPS on Elastic Beanstalk (Docker Multi-container) Docker环境多容器结构中PostgreSQL和.Net Core的docker-compose文件应该怎么做? - How should be docker-compose file for PostgreSQL and .Net Core in Docker Environment multi-container structure? 为什么要构建多容器 docker 应用程序? - Why multi-container docker apps are built? 运送多容器 Docker 应用程序 - Shipping multi-container Docker app 运行多容器 Docker 的 AWS BeanStalk 环境无法启动并显示 Health: Severe - AWS BeanStalk environment running multi-container Docker fail to start with Health: Severe
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM