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
AWS GovCloud has different endpoints than their commercial cloud. FIPS endpoints only work with https and not http, which is what all of Calico and rke2 default to (port 80 for 169.254.169.254)
https://aws.amazon.com/compliance/fips/#FIPS_Endpoints_by_Service
https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/using-govcloud-endpoints.html
https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-ec2.html
AWS GovCloud has different endpoints than their commercial cloud. FIPS endpoints only work with https and not http, which is what all of Calico and rke2 default to (port 80 for 169.254.169.254)