简体   繁体   English

我可以将 AWS elastic IP 从一个区域迁移到另一个区域吗?

[英]Can I migrate AWS elastic IP from a region to another region?

Currently I am having t2-micro instance in Frankfurt(eu-ceentral-1).目前我在法兰克福 (eu-ceentral-1) 有 t2-micro 实例。 Now I want to migrate from this region to another ie Frankfurt-Mumbai.现在我想从这个地区迁移到另一个地区,即法兰克福-孟买。 For that I am using AMI and Snapshot but it needs to create new instance which will use new elastic IP but I want to use same elastic IP which I am using in Frankfurt region.为此,我正在使用 AMI 和快照,但它需要创建新实例,该实例将使用新的弹性 IP,但我想使用我在法兰克福地区使用的相同弹性 IP。 Is there a way I can do so???有什么办法可以做到吗???

Not getting solution for the same aws elastic IP migration from one region to another.没有得到相同的 aws elastic IP 从一个区域迁移到另一个区域的解决方案。

An Elastic IP address is static;一个Elastic IP地址是static; it does not change over time.它不会随时间改变。 An Elastic IP address is for use in a specific Region only, and cannot be moved to a different Region. Elastic IP 地址只能在特定区域使用,不能移动到其他区域。

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#:~:text=An%20Elastic%20IP%20address%20is%20static%3B%20it%20does%20not%20change,moved%20to%20a%20different%20Region . https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#:~:text=An%20Elastic%20IP%20address%20is%20static%3B%20it%20does %20not%20change, moved%20to%20a%20different%20Region

暂无
暂无

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

相关问题 在 AWS 中复制 AMI 映像(从一个区域到另一个区域)时会出现错误,提示“ami 的存储在源区域不可用” - While copying an AMI image (from one region to another) in AWS create's an error that "The storage for the ami is not available in the source region" 您可以在 aws 中设置默认控制台区域吗? - Can you set a default console region in aws? Bash - 从 AWS 中提取区域 - Bash - Extract region from AWS arn AWS 从错误的区域验证 SES 身份 - AWS verifying SES identity from the wrong region 使用数据工厂将数据从 Azure cosmos 美区迁移到欧区 - Migrate Data from Azure cosmos US region to European Region using data factory AWS - 有没有人成功地使用流量镜像到另一个地区的目标? - AWS - Has anyone successfully used traffic mirroring to a target in another region? 我可以使用 AWS Client VPN 终端节点访问同一区域的三个以上 su.net 吗? - Can I use an AWS Client VPN endpoint to access more than three subnets in the same region? AWS SDK 无法通过区域提供商链从 docker 容器中找到区域 - AWS SDK Unable to find a region via the region provider chain from docker container 为什么在我设置区域后 AWS CLI 报告“Credential should be scoped to a valid region”? - Why does the AWS CLI report `Credential should be scoped to a valid region` when I have set a region? AWS 区域中的可用区之间是否会出现通信故障? - Can there be a communication failure between availability zones in an AWS region?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM