Socket
Book a DemoInstallSign in
Socket

@cfn-modules/ecs-nlb-listener-and-target

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfn-modules/ecs-nlb-listener-and-target

ECS NLB listener and target

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
4
-69.23%
Maintainers
2
Weekly downloads
 
Created
Source

cfn-modules: ECS NLB listener and target

ECS NLB listener and target.

Install

Install Node.js and npm first!

npm i @cfn-modules/ecs-nlb-listener-and-target

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Target:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        NlbModule: !GetAtt 'Nlb.Outputs.StackName' # required
        VpcModule: !GetAtt 'Vpc.Outputs.StackName' # required
        Port: '80' # optional
        CertificateArn: '' # optional
        ClientSgModule: '' # optional
        DeregistrationDelayInSeconds: '60' # optional
        Protocol: 'TCP' # optional
      TemplateURL: './node_modules/@cfn-modules/ecs-nlb-listener-and-target/module.yml'

Examples

none

  • nlb

Parameters

NameDescriptionDefaultRequired?Allowed values
NlbModuleStack name of nlb moduleyes
VpcModuleStack name of vpc moduleyes
PortThe port on which the listener listens for requests80no
CertificateArnAmazon Resource Name (ARN) of the certificate to associate with the listenerno
ClientSgModuleStack name of client-sg module where traffic is allowed from on port $Port to the listener (requires NLB Scheme := internal)no
DeregistrationDelayInSecondsThe amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused60no0-3600
ProtocolThe protocol for connections from clients to the load balancer.TCPno[TCP, UDP, TCP_UDP]

Keywords

cfn-modules

FAQs

Package last updated on 22 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts