cfn-modules: AWS Route53 hosted zone (public)

August 8, 2020 ยท View on GitHub

AWS Route53 hosted zone public accessible. For a hosted zone accessible inside VPC only look at the route53-hosted-zone-private module.

Install

Install Node.js and npm first!

npm i @cfn-modules/route53-hosted-zone-public

Usage

---
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'

Examples

Parameters

Name Description Default Required? Allowed values
Name The name of the domain (hosted zone) yes