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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
In the above line of code the all() method causes the endpoint identification to fail if the endpoint is attached to more subnets than the environment is attached to. The correct approach would be to subtract the subnets the endpoint has from the subnets the environment has and ensure there are none remaining for the environment.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
aws-support-tools/MWAA/verify_env/verify_env.py
Line 682 in 2a9b970
In the above line of code the
all()
method causes the endpoint identification to fail if the endpoint is attached to more subnets than the environment is attached to. The correct approach would be to subtract the subnets the endpoint has from the subnets the environment has and ensure there are none remaining for the environment.The text was updated successfully, but these errors were encountered: