cfn-modules / client-sg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfn-modules: Client Security Group

Security Group to mark traffic from client (e.g. database client).

Install

Install Node.js and npm first!

npm i @cfn-modules/client-sg

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  ClientSg:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        VpcModule: !GetAtt 'Vpc.Outputs.StackName' # required
      TemplateURL: './node_modules/@cfn-modules/client-sg/module.yml'

Examples

Related modules

none

Parameters

Name Description Default Required? Allowed values
VpcModule Stack name of vpc module yes

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%