Skip to content

Commit

Permalink
Add warning for supported non-published fck-nat features
Browse files Browse the repository at this point in the history
  • Loading branch information
RaJiska committed Dec 8, 2023
1 parent 6c05cba commit 05fa109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ A Terraform module for deploying NAT Instances using [fck-nat](https://github.co
The following is a list of features available with this module:
- High-availability mode achieved through a floating internal ENI automatically attached to instances being started by
an ASG
- Optional consistent static IP via EIP re-attachment to the internet facing ENI
- Cloudwatch metrics reported similar to those available with the managed NAT Gateway
- Optional consistent static IP via EIP re-attachment to the internet facing ENI **\***
- Cloudwatch metrics reported similar to those available with the managed NAT Gateway **\***
- Use of spot instances instead of on-demand for reduced costs

/!\ Some of of those features, even though merged upstream, may require you to build the AMI until they are officially published.
**Features marked with a * may not be published as part of the latest fck-nat version and may require you to build the AMI yourself yourself to use them.**

## Example

Expand All @@ -31,4 +31,4 @@ module "fck-nat" {
"your-rtb-name-B" = "rtb-abc1234Bar"
}
}
```
```

0 comments on commit 05fa109

Please sign in to comment.