ALB listener.
Install Node.js and npm first!
npm i @cfn-modules/alb-listener
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
AlbListener:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
AlbModule: !GetAtt 'Alb.Outputs.StackName' # required
Port: '80' # optional
CertificateArn: '' # optional
ClientSgModule: '' # optional
TemplateURL: './node_modules/@cfn-modules/alb-listener/module.yml'
Name Description Default Required? Allowed values AlbModule Stack name of alb module yes Port The port on which the listener listens for requests 80 no CertificateArn Amazon Resource Name (ARN) of the certificate to associate with the listener no ClientSgModule Stack name of client-sg module where traffic is allowed from on port $Port to the listener (requires ALB Scheme := internal) no
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