> For the complete documentation index, see [llms.txt](https://docs.mechcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mechcloud.io/cloud-computing/stateless-iac/aws/examples-resources-with-cost/elb/load-balancers-v2/gateway-load-balancers.md).

# 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"
```

#### Example price for above configuration

```
gateway-lb1 (action: create, price: $0.01250/Hrs, monthly: $9.30)
```
