'disassociate EIP and then convert to vps eip
I have an eip that I want to convert from scope EC2-classic to VPC. Can I disassociate, convert to VPC eip, and then just re-associate with the same ec2 instance? I'm not sure if I will be able to reattach it to an instance, not in the VPC.
Solution 1:[1]
Once you convert it to VPC, you cannot attach it to an instance that is not in a VPC. You can't attach a VPC EIP to an EC2-Classic instance, and you can't attach an EC2-Classic EIP to a VPC EC2 instance. This is the entire point of the conversion action.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mark B |