cfn-modules / route53-hosted-zone-public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfn-modules: AWS Route53 hosted zone (public)

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

Related modules

Parameters

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

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%