AWS - Route53

Amazon Web Services Managed Cloud DNS Service.

IT Services · AWS - Route53

Configuration parameters

  • roleArn — Role Arn
  • roleSessionName — Role Session Name
  • sessionDuration — Role Session Duration
  • credentials — Access Key
  • access_key — Access Key
  • secret_key — Secret Key
  • timeout — Timeout
  • retries — Retries
  • sts_regional_endpoint — AWS STS Regional Endpoints
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (7)

  • aws-route53-create-record

    Creates a resource record set. Creates a resource record set that has the specified values.

  • aws-route53-delete-record

    Deletes a resource record set. Deletes an existing resource record set that has the specified values.

  • aws-route53-list-hosted-zones

    Retrieves a list of the public and private hosted zones that are associated with the current AWS account.

  • aws-route53-list-resource-record-sets

    Lists the resource record sets in a specified hosted zone.

  • aws-route53-test-dns-answer

    Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

  • aws-route53-upsert-record

    Upsert a resource record set. If a resource record set does not already exist, AWS creates it. If a resource set does exist, Amazon Route 53 updates it with the values in the request.

  • aws-route53-waiter-resource-record-sets-changed

    A waiter function that waits until record set change is successful.