Gateway Load Balancers

Creating a load balancer with minimal parameters

resources:
  - type: aws_elbv2_load_balancer
    name: gateway-lb1
    props:
      type: "gateway"
      subnets:
        - "subnet-1234"

Last updated

Was this helpful?