Socket
Socket
Sign inDemoInstall

@cfn-modules/alb-redirect-to-https

Package Overview
Dependencies
642
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cfn-modules/alb-redirect-to-https

ALB redirect to HTTPS


Version published
Weekly downloads
15
decreased by-75%
Maintainers
2
Install size
182 kB
Created
Weekly downloads
 

Readme

Source

Build Status NPM version

cfn-modules: ALB redirect to HTTPS

ALB rediretc to HTTPS.

Install

Install Node.js and npm first!

npm i @cfn-modules/alb-redirect-to-https

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Redirect:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        AlbListenerModule: !GetAtt 'AlbListener.Outputs.StackName' # required
        RedirectPort: '443' # optional
        Priority: '1' # optional
        HostPattern: '' # optional
        PathPattern: '/*' # optional
      TemplateURL: './node_modules/@cfn-modules/alb-redirect-to-https/module.yml'

Examples

none

  • alb

Parameters

NameDescriptionDefaultRequired?Allowed values
AlbListenerModuleStack name of alb-listener moduleyes
RedirectPortPort that is redirected to using the HTTPS protocol443
PriorityThe priority for the rule. Elastic Load Balancing evaluates rules in priority order, from the lowest value to the highest value. If a request satisfies a rule, Elastic Load Balancing ignores all subsequent rules. A target group can have only one rule with a given priority.1no1-50000
HostPatternHost pattern (you can specify HostPattern and/or PathPattern)no
PathPatternPath pattern (you can specify HostPattern and/or PathPattern)/*no

Keywords

FAQs

Last updated on 03 Jun 2020

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