简体   繁体   English

Amazon EC2 服务器升级到更好的处理器

[英]Amazon EC2 Server upgrade to a better processor

I am using this free tier Amazon ubuntu linux machine with with processor 'Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz' .我正在使用此免费层级 Amazon ubuntu linux 机器,其处理器为'Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz' Can i increase its memory and processor, as i when i try to upgrade ubuntu, it gives me message 'not enough memory to upgrade'.我可以增加它的内存和处理器吗,因为当我尝试升级 ubuntu 时,它给我消息“没有足够的内存来升级”。 Can it be made EC2 instance.可以做EC2实例吗? If yes, what are the charges and options available.如果是,费用和可用选项是什么。

You can change your EC2 instance type at anytime. 您可以随时更改EC2实例类型。 The process is 这个过程是

  • stop your EC2 instance type 停止您的EC2实例类型
  • change the instance type 更改实例类型
  • start the EC2 instance 启动EC2实例

You can stop / start and change instance type in the console, CLI or using AWS' API. 您可以在控制台,CLI或使用AWS的API中停止/启动并更改实例类型。

Details are here https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html 详细信息在这里https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html

There are a couple of compatibility rules to follow (you can not change instance type from 32bits CPU to 64bits CPU for example). 有两个兼容性规则要遵循(例如,您不能将实例类型从32位CPU更改为64位CPU)。 Rules are in the doc. 规则在文档中。

In aws you can change the CPU power of your instance by changing the instance type[1], depending on the instance type you choose, you will be able to Increase or decrease the number of CPU cores of your CPU.在 aws 中,您可以通过更改实例类型 [1] 来更改实例的 CPU 功率,根据您选择的实例类型,您将能够增加或减少 CPU 的 CPU 内核数。

In order to compare between instance types available on aws view : https://aws.amazon.com/ec2/instance-types/ To change your instance type follow the steps in this guide : https://aws.amazon.com/premiumsupport/knowledge-center/resize-instance/为了比较 aws 视图上可用的实例类型: https ://aws.amazon.com/ec2/instance-types/ 要更改您的实例类型,请按照本指南中的步骤操作: https : //aws.amazon.com/高级支持/知识中心/调整大小实例/

Hopefully this answers your question.希望这能回答你的问题。

Reference : [1] https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-resize.html参考:[1] https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-resize.html

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM