About the EC2 persistent instance retirement scheduled

0

Hello, I'm using an EC2 instance in the ap-southeast-1 region, I see a retirement scheduled announcement on 2023-01-20 06:00:00 UTC. I'm using some service on this instance and it needs to be up and running. I have a few questions about this:

  1. The data on my old local instance-store volumes will be lost, will they be transferred to the new instance-store volume? Do I need to create a snapshot for backup?
  2. How long does this event last?
  3. If I create a new instance in region ap-southeast-1, will the new instance be affected when the event calendar arrives? Can I use the current instance's public IP for the new instance? Thank you.
질문됨 일 년 전357회 조회
1개 답변
0
수락된 답변

It's difficult to answer some of your questions because I don't know the reason for the instance retirement - for example, it could be that the hardware is impaired; or we could be removing older hardware to make way for newer hardware. You also haven't specified the instance type so that limits my answers to being general:

  1. Instance storage is ephemeral and it is a customer responsibility to ensure that data on instance storage is backed up. As an example: If the hardware that your instance is running on were to suddenly fail and it was configured for instance recovery then the instance would be restarted on new hardware but the instance storage would need to be reinitialised by you. So yes, make sure your data is backed up and as per an answer I provided the other day you should check to see that the instance storage is initialised correctly at every operating system boot.
  2. I can't answer that question - but the support team may be able to.
  3. Without knowing the reason for the retirement I can't say. But if this event is about hardware impairment or retirement then creating a new instance should be ok. It's only if we're retiring an instance class then you'll need to choose a new instance type. I'd note that moving to newer instance types is a good idea anyway - you generally get higher performance for lower cost. You can move an Elastic IP from one instance to another; but not if it is a Public IP.

I'd also add that building resilience into your application on AWS (e.g. instance auto-recovery; auto-scaling; etc.) is a good thing (if possible). That way, events such as hardware failure, power outages, network isolation means that your environment can recovery automatically.

profile pictureAWS
전문가
답변함 일 년 전

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

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

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

관련 콘텐츠