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?

已提问 1 年前255 查看次数
1 回答
0
已接受的回答

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
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则