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