Skip to content

Route53#

The methodaws route53 family of commands provide information about an account's Route53 DNS entries and hosted zones.

Usage#

methodaws route53 [command]

Commands#

Enumerate#

The enumerate command will gather information about all of the Route53 hosted zones and DNS entries, that the provided credentials have access to.

Usage#

methodaws route53 enumerate --regions us-east-1 --output json

Help Text#

$ methodaws route53 enumerate --help
Enumerate Route53 records

Usage:
  methodaws route53 enumerate [flags]

Flags:
  -h, --help   help for enumerate

Global Flags:
  -o, --output string          Output format (signal, json). Default value is signal (default "signal")
  -f, --output-file string     Path to output file. If blank, will output to STDOUT
  -q, --quiet                  Suppress output
  -r, --regions stringArray    AWS Regions to search for resources. You can specify multiple regions by providing the flag multiple times. If blank, will search all regions.
  -v, --verbose                Verbose output