Socket
Socket
Sign inDemoInstall

@cfn-modules/alb

Package Overview
Dependencies
0
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cfn-modules/alb

Application load balancer.


Version published
Maintainers
2
Install size
25.3 kB
Created

Readme

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

Last updated on 05 Feb 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc