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
Am attempting to setup a cross-region VPN and need to create EIPs in both regions and then use the public IPs in each when provisioning a new EC2 instance in each region. When I do so, there is a complaint about cycles and it fails. It seems that the cycle can be removed if both EIPs are created before the instances. Here's a dumbed-down example of what I am looking to do:
I will need to later add security groups that include rules for ingress that only allow traffic from the EIP of the other region. Would love to hear alternative ways of achieving the same btw. Thanks ahead for any help!
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 11, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Am attempting to setup a cross-region VPN and need to create EIPs in both regions and then use the public IPs in each when provisioning a new EC2 instance in each region. When I do so, there is a complaint about cycles and it fails. It seems that the cycle can be removed if both EIPs are created before the instances. Here's a dumbed-down example of what I am looking to do:
I will need to later add security groups that include rules for ingress that only allow traffic from the EIP of the other region. Would love to hear alternative ways of achieving the same btw. Thanks ahead for any help!
The text was updated successfully, but these errors were encountered: