Application Load Balancers
Creating a load balancer with minimal parameters
resources:
- type: aws_elbv2_load_balancer
name: app-lb1
props:
type: "application"
subnets:
- "subnet-1234"
Example price for above configuration
app-lb1 (action: create, price: $0.02250/Hrs, monthly: $16.74)Last updated
Was this helpful?