Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Deprecation
This module is deprecated. The official F5-supported BIG-IP provisioning module on AWS can be found at https://github.com/F5Networks/terraform-aws-bigip-module.

# AWS BIG-IP Terraform Module
Terraform module to deploy an F5 BIG-IP in AWS. This module currently supports 1 and 3 nic deployments and defaults to using the AWS Marketplace PAYG (pay-as-you-go) 200Mbps BEST license. If you would like to use a bring your own license (BYOL) AMI the set the *f5_ami_search_name* variable accordingly.

Expand Down Expand Up @@ -93,4 +96,4 @@ aws ec2 describe-images --owners 679593333241 --filters "Name=name, Values=F5 Ne
Example to find F5 AMIs for BYOL 200Mbps BEST licensing:
```bash
aws ec2 describe-images --owners 679593333241 --filters "Name=name, Values=F5 Networks BIGIP-14.0.1*BYOL*All Modules 1 Boot*"
```
```