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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ