简体   繁体   English

AWS Beanstalk托管是否为其创建的每个EC2实例收费?

[英]Does AWS Beanstalk hosting charge for every EC2 instance it creates?

I am new to AWS ElasticBeanstalk. 我是AWS ElasticBeanstalk的新手。 As i have started working on AWS ElasticBeanstalk i have some confusion which are as follows. 当我开始研究AWS ElasticBeanstalk时,我有些困惑,如下所示。

1.Does Amazon charge for every EC2 instance which is created to run ElasticBeanstalk app under free tier. 1.Amazon对创建的每个EC2实例收费,以在免费套餐下运行ElasticBeanstalk应用程序。

2.Is it possible to host multiple app under samne EC2 instance which is created for Elasticbeanstalk ie ASp.net ,Web Api and angular 4 app under same elasticbeanstalk. 2.是否可以在为Elasticbeanstalk创建的samne EC2实例下托管多个应用程序,即在同一个Elasticbeanstalk下创建的ASp.net,Web Api和angular 4应用程序。

Please help me to clear my issues. 请帮助我解决我的问题。

Thanks 谢谢

  1. If the EC2 instances used for Elastic Beanstalk fall under the free tier (ie within the first 12 months of account ownership, they're small enough instances, use less than 750 hours/month, etc.), then they'll be free. 如果用于Elastic Beanstalk的EC2实例属于免费套餐(即在帐户拥有权的前12个月内,它们足够小,每月使用时间少于750小时,等等),那么它们将是免费的。 It doesn't matter if the instances are used for an Elastic Beanstalk application or something else. 实例是用于Elastic Beanstalk应用程序还是其他对象都没关系。
  2. Yes, it is possible to host multiple Elastic Beanstalk applications on the same EC2 instance. 是的,可以在同一EC2实例上托管多个Elastic Beanstalk应用程序。 See this related StackOverflow question . 请参阅相关的StackOverflow问题

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

相关问题 AWS ec2实例卷,即使ec2实例处于关闭状态,此操作也会收费 - aws ec2 instance volumes, does this charge even if the ec2 instance in shut down 在AWS Beanstalk或EC2上托管RESTful API服务器的安全性 - security of hosting a RESTful API server on AWS Beanstalk or EC2 AWS Elastic Beanstalk在部署的带有Django的EC2服务器上托管PostreSQL - AWS Elastic Beanstalk hosting PostreSQL on deployed EC2 server with Django 实际的 ec2 实例没有获得 Elastic Beanstalk 创建并说环境具有的 iam 实例配置文件。 如何做到这一点? - The actual ec2 instance does not get the iam instance profile that Elastic Beanstalk creates and says the environment has. How do make this happen? AWS S3是否收取EC2传输请求的费用? - Does AWS S3 charge requests for EC2 transfer? 我的应用程序代码位于 AWS Elastic Beanstalk EC2 实例上的什么位置? - Where does my application code sit on AWS Elastic Beanstalk EC2 Instance? AWS - 从Beanstalk App配置对EC2实例的访问 - AWS - Configuring access to EC2 instance from Beanstalk App AWS Beanstalk 上同一 ec2 实例中的多个应用程序 - Multiple applications in same ec2 instance on AWS Beanstalk VPC中且没有负载平衡的AWS Beanstalk EC2实例 - AWS beanstalk EC2 instance within a VPC and without Load Balancing AWS:检索链接到beanstalk环境的EC2实例ID - AWS : retrieving EC2 instance id linked to a beanstalk environment
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM