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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则