flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

https://eu-west-1.rds.amazonaws.com:443 temporarily unavailable #177

Open TorstenRobitzki opened 10 years ago

TorstenRobitzki commented 10 years ago

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

TorstenRobitzki commented 10 years ago

As a workaround, I state the endpoint_url now explicitly, when constructing RightAws::RdsInterface: endpoint_url: "https://rds.#{EC2_REGION}.amazonaws.com:443"

hubb commented 10 years ago

Thanks @TorstenRobitzki, we are facing the same issue and your workaround worked