r53

Route 53

NetworkingAWS
General

General information about the service.

Description

Amazon Route 53 is a scalable DNS web service providing domain registration and health checking.

Service Namespace

AWS::Route53::HostedZone

ARN Pattern

arn:aws:route53:::hostedzone/{hosted-zone-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

r53-

Length

1-255

Valid Characters

Letters, numbers, hyphens, periods

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_route53_zone" "main" {
2 name = var.domain_name
3}
Utilities

Utilities to support app deployment or configuration.