1.0.0 • Published 6 years ago

@cfn-modules/route53-hosted-zone-public v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

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

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago