简体   繁体   中英

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' . Can i increase its memory and processor, as i when i try to upgrade ubuntu, it gives me message 'not enough memory to upgrade'. Can it be made EC2 instance. If yes, what are the charges and options available.

You can change your EC2 instance type at anytime. The process is

  • stop your EC2 instance type
  • change the instance type
  • start the EC2 instance

You can stop / start and change instance type in the console, CLI or using AWS' API.

Details are here 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). 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.

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/

Hopefully this answers your question.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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