--- title: AWS Route 53 description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/aws-route53/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/aws-route53/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; aws ***Version: 1.2 Updated: August 19, 2025*** Interact with DNS records through AWS Route 53. ## Actions * **Create Record** (*Enrichment*) - Creates a resource record set that has the specified values. * **List Hosted Zones** (*Enrichment*) - Retrieves a list of the public and private hosted zones that are associated with the current AWS account. * **List Resource Records Sets** (*Enrichment*) - Lists the resource record sets in a specified hosted zone. * **Test DNS Answer** (*Enrichment*) - Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. * **Delete Record** (*Containment*) - Deletes an existing resource record set that has the specified values. * **Upsert Record** (*Containment*) - If a resource record set does not already exist, AWS creates it. If a resource set does exist, Route 53 updates it with the values in the request. ## External Libraries * [AWS Route 53](https://github.com/boto/boto3/blob/develop/LICENSE) ## Configure AWS Route 53 in Automation Service and Cloud SOAR import IntegrationsAuth from '../../../../reuse/integrations-authentication.md'; import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md'; import AWSRegions from '../../../../reuse/automation-service/aws/region.md'; import AWSAccesskey from '../../../../reuse/automation-service/aws/access-key.md'; import AWSSecret from '../../../../reuse/automation-service/aws/secret.md'; import AWSIAMRole from '../../../../reuse/automation-service/aws/iam-role.md'; import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md'; import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md'; import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md'; import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md'; import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md'; import IAMConfiguration from '../../../../reuse/automation-service/aws/iam-configuration.md'; * * **URL**. Enter your [AWS Route 53 URL](https://docs.aws.amazon.com/general/latest/gr/r53.html), for example, `route53.amazonaws.com`. * * * * * * AWS Route 53 configuration For information about AWS Route 53, see [Route 53 documentation](https://docs.aws.amazon.com/route53/). ### AWS IAM role-based access ## Limitations Local [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) is not supported in this version. ## Change Log * December 24, 2019 - First upload * June 21, 2023 (v1.1) - Updated the integration with Environmental Variables * August 19, 2025 (v1.2) - Added support for IAM role authentication - Users can now authenticate using an AWS IAM Role in addition to access key–based authentication.