> 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/others/customer-gateway.md).

# Customer Gateway

### Creating a gateway with minimal parameters

```
resources:
  - type: aws_ec2_customer_gateway
    name: customer-gateway1
    props:
      type: "ipsec.1"
      bgp_asn: 65000
      ip_address: "203.0.113.1"
```
