Route 53 Hosted Zone
Note: if you are running CloudGraph locally you can view the interactive, automatically generated documentation in either GraphQL Playground or Altair by clicking the docs button on the right-hand side of the screen. After reading the below information we highly suggest you use one of these tools to test your queries as they will autocomplete fields for you and let you know if your queries are valid before you even submit them.
You can currently query the following attributes and connections on an Route 53 Hosted Zone:
Get data for a single Route 53 Hosted Zone that you know the arn for:
Get data for all of the Route 53 Hosted Zones in a certain AWS account:
Get data for all of the Route 53 Hosted Zones that are NOT in a certain AWS account:
Get data for all of the Route 53 Hosted Zones that have a route53Record:
Use multiple filter selectors, (i.e. has, and, not, or) to get data for all of the Route 53 Hosted Zones that have a route53Records AND nameServers OR that do not have a vpc. Note that you can use has, and, not, or completely independently of each other:
You may also filter using a regex when filtering on a string field like, comment if you want to look for a value that matches say, prod-hosted-zone (case insensitive):
You can order the results you get back either asc or desc depending on your preference:
Only select and return the first two Route 53 Hosted Zones that are found:
Only select and return the first two Route 53 Hosted Zones that are found, but offset by one so Route 53 Hosted Zones two & three are returned:
Count the number of Route 53 Hosted Zones across all scanned AWS accounts:
Count the number of Route 53 Hosted Zones in a single account. Note that you can apply all of the same filters that are listed above to aggregate queries:
Get All the Route 53 Hosted Zones along with their route53Records and vpc for AWS Account 12345:
With CloudGraph you can run multiple queries at the same time so you can combine the above two queries if you like:
Putting it all together; get all data for all Route 53 Hosted Zones across all regions for all scanned AWS accounts in a single query. For the purposes of this example we will only get direct children of the API Gateway REST APIs but if you want to it's easy to go from say, Route 53 Hosted Zone -> VPC -> ALB ...etc:
Route 53 Hosted Zones documentation: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Welcome.html
