1.0.0 • Published 6 years ago

@cfn-modules/client-sg v1.0.0

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

Build Status NPM version

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'

Parameters