aws.route53.get_checker_ip_ranges
Example SQL Queries
SELECT * FROMaws.route53.get_checker_ip_ranges;Description
Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.
GetCheckerIpRanges still works, but we recommend that you download ip-ranges.json, which includes IP address ranges for all Amazon Web Services services. For more information, see IP Address Ranges of Amazon Route 53 Servers in the Amazon Route 53 Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| checker_ip_ranges A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers. | VARCHAR[] |
Show child fields
| |