A collection of AWS Security controls using AWS Route53 Configuration including Hosted Zones, DNS Firewall and DNS Logging for VPCs.
Configuration template to create a Route53 Hosted Zone (DNS domain). Both public and private hosted zones are supported.
This template creates a CIDR collection with two locations, each containing two CIDR blocks.
This template creates an Amazon Route 53 health check that sends HTTP requests to the specified endpoint.
This template creates a private hosted zone in Amazon Route53 for the example.com domain, with VPC associations in ap-northeast-1 and us-west-2 regions. Includes sample tags for reference.
This template creates a Route53 DNS record for the domain test.example.com with an IP address of 192.0.2.99 and a TTL of 300 seconds.
This template creates an A record in Amazon Route53 for an EC2 instance. The A record maps the instance's public IP address to a DNS name in a hosted zone.
This template creates three records for a mail server: an A record that specifies the IP address for the mail server, an MX record that routes email to that server, and a TXT record that contains an SPF string.