Nat Gateway
Creating a zonal gateway with minimal parameters
resources:
- type: aws_ec2_nat_gateway
name: nat_gateway1 (zonal)
props:
subnet_id: "subnet-12345" Example price for above configuration
nat_gateway1 (zonal) (action: create, price: $0.04500/Hrs, monthly: $33.48)Creating a regional gateway with minimal parameters
resources:
- type: aws_ec2_nat_gateway
name: nat_gateway2 (regional)
props:
availability_mode: regional Example price for above configuration
nat_gateway2 (regional) (action: create, price: $0.04500/Hrs, monthly: $33.48)Last updated
Was this helpful?