Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
Configuration template to create a Route53 Hosted Zone (DNS domain). Both public and private hosted zones are supported.
Configuration settings include:
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
HostedZone:
Type: "AWS::Route53::HostedZone"
Properties:
Name: ""
Parameters: {}
Metadata: {}
Conditions: {}