How to Scale Up an AWS Instance

Asked 2 years ago, Updated 2 years ago, 40 views

Is it possible to scale up the instance that was already made in EC2 of AWS?
I can't find the CPU, memory, instance changes, etc.Enter a description of the image here

It says virtualization type hvm, but is it impossible to change this instance?

Enter a description of the image here

aws

2022-09-30 17:49

1 Answers

You can change the memory size and CPU count by changing the instance type (t2.micro).
You can select an instance in the AWS management console and change the instance type in the context menu, "Setting Instances" → "Change Instance Type".
Please note that changing the instance type will change the price.


2022-09-30 17:49

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.