Troubleshooting AWS EC2 Instance Instability: Upgrading Type and Managing Credit Limits

0

Today I have a t2 EC2 instance in free tier mode, however, I have been having instability problems with my application... sometimes my instance becomes unavailable... I researched and saw that it may be due to the maximum credit limit being used... my question is:

Is it possible to upgrade the instance type? If yes, is it necessary to reconfigure the entire environment again?

Is it possible to increase the credit level or prevent the instance from simply stopping when it reaches a certain value?

preguntada hace un año255 visualizaciones
1 Respuesta
0
Respuesta aceptada

No re-creation of the environment is required when increasing the instance size of an EC2 instance.
T2 is not suitable for running heavily loaded applications because its performance drops to baseline throughput when burst credits are exhausted.
When running applications with heavy loads, it is recommended to use M6 or similar.
https://aws.amazon.com/ec2/instance-types/?nc1=h_ls

However, M6 is not eligible for free tier, so a fee will be charged.

profile picture
EXPERTO
respondido hace un año

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