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

Add route53 get_checker_ip_ranges method #2792

Merged
merged 3 commits into from Dec 2, 2014

Conversation

zihaoyu
Copy link
Contributor

@zihaoyu zihaoyu commented Dec 2, 2014

Gets a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources.

http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetCheckerIpRanges.html

class TestGetCheckerIpRanges(AWSMockServiceTestCase):
connection_class = Route53Connection

def setUp(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just calls super so this method can be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@danielgtaylor
Copy link
Member

Aside from the minor style comments above this looks great. Please fix and ping me to get this merged in! 👍

@zihaoyu
Copy link
Contributor Author

zihaoyu commented Dec 2, 2014

@danielgtaylor Please take another look. Thanks!

@danielgtaylor danielgtaylor merged commit f0bd2d7 into boto:develop Dec 2, 2014
danielgtaylor added a commit that referenced this pull request Dec 2, 2014
Adds support for getting health checker IP ranges from Route53. Fixes #2792.
@danielgtaylor
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants