英文:
AWS Dedicated Host Pricing
问题
我对专用主机定价有点困惑。如果有人能帮助我理解我的疑问,那将非常棒。
我需要为我的一个项目启动专用主机。我理解的是,会有一台专用机器分配给我的帐户,我可以在该机器上启动像普通按需EC2实例一样的实例。
疑问:
- 一旦我支付了专用按需主机的费用,我是否还需要为在其上启动的EC2实例付费,还是说我已经支付了专用主机的费用,现在如果我将我的虚拟机导出并像普通的EC2一样在专用主机上启动,将不会有额外的费用,我只需支付专用主机的费用。
英文:
I am getting a bit confused with Dedicated Host Pricing. It will be great if someone can help me to understand my queries.
I have to launch Dedicated Host for one of my Project. What I understand is there be a Dedicated Machine that will be assigned to my account and I can launch instances on that Machine like typical On Demand EC2 Instance.
Queries:
- Once I pay for the Dedicated On Demand Host, will I be also charged for the EC2 Instances that will be launched over top of it or it is like I have paid for Dedicated Host and now If I export my VM and launch on the Dedicated Host like normal EC2 there will be no additional charges and I will pay for only Dedicated Host Only.
答案1
得分: 0
您在您的EC2专用主机上启动的EC2实例不会产生额外费用。您只需支付专用主机本身的费用,专用主机的价格因实例系列、区域和付款选项(按需、预留或储值计划)而异。
根据Amazon EC2专用主机定价页面:
无论您选择在特定的专用主机上启动多少个实例或实例的大小,您只需为每个活动的专用主机付费。
英文:
You will not be charged any additional amount for EC2 instances that you launch on your EC2 Dedicated Host. You only pay for the host itself, and the price for a Dedicated Host varies by instance family, region, and payment option (On Demand, Reservation, or Savings Plan).
Per the Amazon EC2 Dedicated Hosts Pricing page:
> Regardless of the quantity or the size of instances that you choose to launch on a particular Dedicated Host you only pay for each active Dedicated Host.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论