
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@cfn-modules/ecs-nlb-listener-and-target
Advanced tools
ECS NLB listener and target.
Install Node.js and npm first!
npm i @cfn-modules/ecs-nlb-listener-and-target
---
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'
none
| Name | Description | Default | Required? | Allowed values |
|---|---|---|---|---|
| NlbModule | Stack name of nlb module | yes | ||
| VpcModule | Stack name of vpc 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 NLB Scheme := internal) | no | ||
| DeregistrationDelayInSeconds | The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused | 60 | no | 0-3600 |
| Protocol | The protocol for connections from clients to the load balancer. | TCP | no | [TCP, UDP, TCP_UDP] |
FAQs
ECS NLB listener and target
The npm package @cfn-modules/ecs-nlb-listener-and-target receives a total of 3 weekly downloads. As such, @cfn-modules/ecs-nlb-listener-and-target popularity was classified as not popular.
We found that @cfn-modules/ecs-nlb-listener-and-target demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.