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?

asked a year ago242 views
1 Answer
0
Accepted Answer

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
EXPERT
answered a year 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