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
As a workaround, I state the endpoint_url now explicitly, when constructing RightAws::RdsInterface: endpoint_url: "https://rds.#{EC2_REGION}.amazonaws.com:443"
I get this error, when trying to use describe_db_security_groups() on a rds endpoint. From this documentation (http://docs.aws.amazon.com/general/latest/gr/rande.html#rds_region), the endpoint should be rds.eu-west-1.amazonaws.com.
Does someone know what's going on here? Does the endpoint changed? I'm using right_aws 3.1.0
The text was updated successfully, but these errors were encountered: