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?

질문됨 일 년 전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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠