How do I migrate from t2.micro to t3.micro

0

Hi,

I am hoping to migrate my website from t2.micro to t3.micro. It is running Windows Server 2012 R2. How do I make the changes please?

Thank you!

3개 답변
4

let's start with the following articles

https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/enhanced-networking-ena.html

as a summary

  1. (optional) ENA drivers are included in Windows Server 2012 R2 by default but if you are using an old AMI version etc. please download and install ENA driver manually.
  2. Note: do not forget to backup :)
  3. Enable ENA Support
aws ec2 modify-instance-attribute --instance-id i-1234567890abcdef0 --ena-support

  1. then update the instance type
  2. verify the new ENA adapter and driver from the Device Manager
profile picture
전문가
답변함 일 년 전
  • Thank you! That’s helpful. I will try to work through the steps.

1

Take the following steps in AWS Console:

  1. Select the instance
  2. Choose Instance state, Stop instance
  3. With the instance still selected, choose Actions, Instance settings, Change instance type

Recommending backing up all data before attempting.

Here is a video that walks through migrating a Windows server instance: https://www.youtube.com/watch?v=Df89U7Xi24A

profile pictureAWS
답변함 일 년 전
  • Thank you! I do know how to change an instance type. However, I am trying to migrate from a T2 to a T3 instance, so I need to enable the ENA - elastic network adaptor?

    I guess I am asking how do I enable the ENA for Windows Server 2012.

    Thanks

0

The network interfaces are different between t2 and t3 and will not have network connectivity after you change the type.

Please see the Compatibility https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resize-limitations.html

I have yet to change a windows from T2 to T3 but I also need too at some point

profile picture
전문가
답변함 일 년 전

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

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

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

관련 콘텐츠