change EC2 parameters (cores, RAM) after I have installed a GUI and some softwares

0

Hello, My needs for virtual machines (EC2 with linux in Stockholm) are changing for two parameters: number of cores and memory (RAM).

Is it possible to get access to a machine and change these parameters after I have installed a GUI and some softwares? By that i mean that I want to keep the installation and setup of the latter unchanged. Importantly I would have installed the softwares using my own licenses.

Many thanks in advance. Antoine

preguntada hace 2 años571 visualizaciones
2 Respuestas
2

You can definitely increase/decrease CPU and RAM for your EC2 instance. This can be achieved by change the instance type and switching to the bigger or smaller type depending on the requirement in the same instance family.

If your instance is EBS backed i.e it uses EBS volume for the root disk then follow instructions at: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html#change-instance-type-of-ebs-backed-instance

To change the instance type of instance store instance: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resize-instance-store-backed-instance.html

If you want to change to the in-compatible instance type then please check: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html#migrate-instance-configuration

respondido hace 2 años
2

On EC2, you can't technically change the resources allocated to an instance, but you can easily stop it, change the instance type and start again.

Details here https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html and the end result is the same than increasing resources, except this can't be done live.

AWS
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas