Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TorstenRobitzki opened this issue Jan 24, 2014 · 2 comments
Open

Comments

@TorstenRobitzki
Copy link

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
Copy link
Author

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

@hubb
Copy link

hubb commented Mar 4, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants