> 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/ec2/elastic-ip.md).

# Elastic IP

### Creating an elastic ip with minimal inputs

```
resources:
  - type: aws_ec2_eip
    name: elastic-ip1
```

#### Example price for above configuration

```
elastic-ip1 (action: create, price: $0.00500/Hrs, monthly: $3.72)
```
