Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cfn-modules/alb

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfn-modules/alb

Application load balancer.

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
Maintainers
0
Weekly downloads
 
Created
Source

cfn-modules: ALB

Application load balancer.

Install

Install Node.js and npm first!

npm i @cfn-modules/alb

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Alb:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        VpcModule: !GetAtt 'Vpc.Outputs.StackName' # required
        AlertingModule: '' # optional
        BucketModule: '' # optional
        Scheme: 'internet-facing' # optional
        IpAddressType: 'dualstack' # optional
        IdleTimeoutInSeconds: '60' # optional
      TemplateURL: './node_modules/@cfn-modules/alb/module.yml'

Examples

Parameters

NameDescriptionDefaultRequired?Allowed values
VpcModuleStack name of vpc moduleyes
AlertingModuleStack name of alerting moduleno
BucketModuleStack name of S3 bucket moduleno
SchemeIndicates whether the load balancer reachable from the public Internet or only from within the VPCinternet-facingno[internet-facing, internal]
IpAddressTypeThe IP adress type for the load balancer: IPv4 only or Dualstack (IPv4+IPv6)dualstackno[ipv4, dualstack]
IdleTimeoutInSecondsThe idle timeout value, in seconds60no1-4000

Keywords

FAQs

Package last updated on 13 Dec 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc