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!

已提問 1 年前檢視次數 666 次
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
專家
已回答 1 年前
  • 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
已回答 1 年前
  • 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
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南