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

1.0.0 • Public • Published

Build Status NPM version

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'

Parameters

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

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

      Weekly Downloads

      9

      Version

      1.0.0

      License

      Apache-2.0

      Unpacked Size

      16.1 kB

      Total Files

      11

      Last publish

      Collaborators

      • andreaswittig
      • hellomichibye