You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run eureka in a VPC; I allocated VPC elastic IPs and started the instance in a VPC. I received an error message when trying to bind to an elastic IP because VPC EIPs require allocation id (which can be found in DescribeAddresses) instead of public IP (which EC2-Classic EIPs require). Though it didn't make it that far, unbinding would also run into a problem because it requires association id instead of the public IP.
The text was updated successfully, but these errors were encountered:
I was trying to run eureka in a VPC; I allocated VPC elastic IPs and started the instance in a VPC. I received an error message when trying to bind to an elastic IP because VPC EIPs require allocation id (which can be found in DescribeAddresses) instead of public IP (which EC2-Classic EIPs require). Though it didn't make it that far, unbinding would also run into a problem because it requires association id instead of the public IP.
The text was updated successfully, but these errors were encountered: