I need to add another vCPU to a VPC - any clues?

0

Hi there, I am a 'rare' user of AWS - I set things up, leave them to run and then don't really delve into the depths of all the options available, this means that when an App i'm running on an EC2 instance tells me I need 2 CPU cores, I seem to be unable to find out how to add another vCPU to my instance. Any clues, guidance would be amazing - thanks you - Graham :-)

asked 10 months ago309 views
3 Answers
0
Accepted Answer

Hello.

What EC2 instance type are you currently using?
If the instance type you are currently using is t2, I think it would be fine to upgrade to "t2.medium" since the vCPU is 2.
https://aws.amazon.com/ec2/instance-types/?nc1=h_ls

The instance type can be changed by following the steps in the document below.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html#change-instance-type-of-ebs-backed-instance

profile picture
EXPERT
answered 10 months ago
  • Please note that if you do not have ElasticIP configured on EC2, your public IP address will change upon reboot.

0

You’ll need to select a instance size that has the 2 vCPU that you need.

Stop the instance, edit the instance size and start it up again.

answered 10 months ago
  • Thank you - appreciate your help, it is the same as another post and it made me more confident in going forward :-)

0

BIG thanks for the suggestion - I have followed the steps and I've upgraded to t2.medium - 2 Cores :-) ... Restarted the instance and currently not able to connect to the Public IP address now, I'll trhy another restart - but thank you for helping - much appreciated, Graham

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions