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

1.0.0 • Public • Published

Build Status NPM version

cfn-modules: AWS Route53 hosted zone (private)

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

Install

Install Node.js and npm first!

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

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  HostedZone:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        VpcModule: !GetAtt 'Vpc.Outputs.StackName' # required
        Name: 'local.widdix.de' # required
      TemplateURL: './node_modules/@cfn-modules/route53-hosted-zone-private/module.yml'

Parameters

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

Package Sidebar

Install

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

Weekly Downloads

3

Version

1.0.0

License

Apache-2.0

Unpacked Size

17.1 kB

Total Files

11

Last publish

Collaborators

  • andreaswittig
  • hellomichibye