如何安全地将 Amazon EC2 实例从 t1.micro 升级到大型?

发布于 2024-11-05 03:31:16 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

┾廆蒐ゝ 2024-11-12 03:31:16

使用 AWS 管理控制台:

  • 右键单击实例
    • 实例生命周期>停止
    • 等等...
    • 实例管理>更改实例类型

Using AWS Management Console:

  • Right-Click on the instance
    • Instance Lifecycle > Stop
    • Wait...
    • Instance Management > Change Instance Type
小红帽 2024-11-12 03:31:16

根据我的经验,我的做法是创建当前图像的快照,然后一旦完成,您将在启动新实例时看到它作为一个选项。此时只需将其作为大型实例启动即可。

如果我不希望任何停机(即生产服务器),这是我的方法,因为此解决方案仅在新服务器启动并运行后才使服务器离线(我还使用它通过使用此方法将新计算机添加到我的集群中仅添加新机器)。如果停机时间可以接受,请参阅 Marcel Castilho 的回答。

From my experience, the way I do it is create a snapshot of your current image, then once its done you'll see it as an option when launching new instances. Simply launch it as a large instance at that point.

This is my approach if I do not want any downtime(i.e. production server) because this solution only takes a server offline only after the new one is up and running(I also use it to add new machines to my clusters by using this approach to only add new machines). If Downtime is acceptable then see Marcel Castilho's answer.

心头的小情儿 2024-11-12 03:31:16

使用 AWS 管理控制台

  • 转到“卷”并创建实例卷的快照。
  • 转到“快照”并选择“从快照创建图像”。
  • 转到“AMI”并选择“启动实例”并选择您的“实例类型”等。

Using the AWS Management Console

  • Go to "Volumes" and create a Snapshot of your instance's volume.
  • Go to "Snapshots" and select "Create Image from Snapshot".
  • Go to "AMIs" and select "Launch Instance" and choose your "Instance Type" etc.
如果没结果 2024-11-12 03:31:16

使用 AWS EC2 控制台,而不是 ElasticFox。

第一种方法:

  • 创建实例的新 AMI
  • 启动它

替代方法:

  • 制作磁盘快照
  • 启动大型 EBS 实例 具有相同的 AMI 类型(请注意,此时磁盘将包含创建此 AMI 时存在的数据,而不是您的最新更改)
  • 完全启动后,停止新实例
  • <强>分离已停止实例的根卷
  • 从之前在新实例的同一可用区中创建的快照创建虚拟磁盘
  • 将根卷附加到 /dev/sda1 >
  • 再次启动新实例

Use the AWS EC2 console, not ElasticFox.

First Way:

  • Create a new AMI of the instance
  • Launch it

Alternative Way:

  • Make a snapshot of the disk
  • Launch a large EBS instance with the same AMI type (please note that at this point the disk will contain the data that was present when this AMI was created, not your latest changes)
  • Once is fully booted, stop the new instance
  • Detach the root volume from the stopped instance
  • Create a virtual disk from the snapshot created before in the same availability zone of the new instance
  • Attach the root volume to /dev/sda1
  • Start the new instance again
梦罢 2024-11-12 03:31:16

创建 AMI ->在大型实例上启动 AMI。

更多信息 http://docs.amazonwebservices.com/AmazonEC2/gsg/ 2006-06-26/creating-an-image.html

您也可以通过 aws.amazon.com 的管理控制台执行这一切

Create AMI -> Boot AMI on large instance.

More info http://docs.amazonwebservices.com/AmazonEC2/gsg/2006-06-26/creating-an-image.html

You can do this all from the admin console too at aws.amazon.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文