AWS Application Load Balancer
@hashicorp
The AWS ALB plugin releases applications deployed to AWS by attaching target groups to an ALB.
- Official
- Built-in
Updated 2 months ago
- GitHub(opens in new tab)
AWS ALB Release Manager
Release target groups by attaching them to an ALB.
Interface
- Input: alb.TargetGroup
- Output: alb.Release
Mappers
Allow EC2 Deployments to be hooked up to an ALB
- Input: ec2.Deployment
- Output: alb.TargetGroup
Allow Lambda Deployments to be hooked up to an ALB
- Input: lambda.Deployment
- Output: alb.TargetGroup
Parameters
8 Results
the ARN on an existing ALB to configure when this is set, no ALB or Listener is created. Instead the application is configured by manipulating this existing Listener. This allows users to configure their ALB outside waypoint but still have waypoint hook the application to that ALB