简体   繁体   English

是否可以将ec2实例移动到不同的vpc?

[英]Is it possible to move an ec2 instance to diffreent vpcs?

I'm a new user of aws. 我是aws的新用户。 After I've created a ec2 instance, I found this instance belongs to different vpc what my team assumes. 创建ec2实例后,我发现该实例属于我的团队假设的不同vpc。

So I want to move this instance's to other vpcs. 因此,我想将此实例移至其他vpc。 Is it possible? 可能吗?

what I want is.. 我想要的是..

my-instance (vpc A) -> my-instance (vpc B) 我的实例(vpc A)->我的实例(vpc B)

You cannot move the instance. 您不能移动实例。 But you can make an image (an AMI ) of your instance and launch an instance in the new VPC. 但是,您可以为实例创建映像( AMI ),然后在新的VPC中启动实例。 It will be the same as the original. 它将与原始的相同。 This article on TechRepublic is a nice walkthrough. TechRepublic上的这篇文章是一个不错的演练。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 数据库实例和EC2安全组在不同的VPC,cloudFormation错误 - The DB instance and EC2 security group are in different VPCs, cloudFormation error terraform 数据库实例和 ec2 安全组在不同的 vpc 中 - terraform the db instance and ec2 security group are in different vpcs 创建数据库实例时出错:InvalidParameterCombination:数据库实例和 EC2 安全组位于不同的 VPC 中 - Error creating DB Instance: InvalidParameterCombination: The DB instance and EC2 security group are in different VPCs 在具有VPC对等功能的不同VPC上,Amazon RDS dbinstance和EC2实例的安全组规则是什么? - What are the security group rules for Amazon RDS dbinstance and EC2 instance over the different VPCs with VPC Peering? 将 EC2 实例移动到不同的 VPC - Move an EC2 instance to a different VPC 将 AWS EC2 实例移动到另一个账户 - Move AWS EC2 Instance to another account 是否可以更改 EC2 实例区域? - Is it possible to change the EC2 instance region? EC2 CLI。 帮助创建具有名称的 VPC - EC2 CLI. Help creating VPCs with name AWS:如何为 2 个 VPC 中的 ec2 实例设置灾难恢复? - AWS: How to set up disaster recovery for ec2 instances in 2 VPCs? 是否可以从一个 ec2 实例运行一个命令,该命令将该命令执行到另一个 ec2 实例上? - Is it possible to run a command from one ec2 instance that executes that command onto another ec2 instance?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM