- Newest
- Most votes
- Most comments
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
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.
Thank you - appreciate your help, it is the same as another post and it made me more confident in going forward :-)
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
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago
Please note that if you do not have ElasticIP configured on EC2, your public IP address will change upon reboot.