A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cfn-modules/route53-hosted-zone-private below:

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

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 Node.js and npm first!

npm i @cfn-modules/route53-hosted-zone-private
---
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'

none

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4