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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ