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