AWS Route53 hosted zone public accessible. For a hosted zone accessible inside VPC only look at the route53-hosted-zone-private module.
Install Node.js and npm first!
npm i @cfn-modules/route53-hosted-zone-public
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
HostedZone:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
Name: 'widdix.de' # required
TemplateURL: './node_modules/@cfn-modules/route53-hosted-zone-public/module.yml'
Name | Description | Default | Required? | Allowed values |
---|---|---|---|---|
Name | The name of the domain (hosted zone) | yes |