You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo guide offers a step-by-step walkthrough for configuring the NGINX Ingress Controller with NGINX App Protect v5 on AWS Cloud, using Terraform scripts to automate the deployment. For more information, refer to the devcentral article: <ComingSoon>
7
7
8
-
**Note:**
9
8
10
9
## Getting Started
11
10
12
11
## Prerequisites
13
12
14
13
*[NGINX Plus with App Protect and NGINX Ingress Controller license](https://www.nginx.com/free-trial-request/)
15
-
*[AWS Account](https://aws.amazon.com) - Due to the assets being created, free tier will not work.
16
-
* The F5 BIG-IP AMI being used from the [AWS Marketplace](https://aws.amazon.com/marketplace) must be subscribed to your account
17
-
* Please make sure resources like VPC and Elastic IP's are below the threshold limit in that aws region
14
+
*[AWS Account](https://aws.amazon.com) - Due to the assets being created, the free tier will not work.
18
15
*[GitHub Account](https://github.com)
19
16
20
17
## Assets
@@ -23,7 +20,8 @@ This demo guide offers a step-by-step walkthrough for configuring the NGINX Ingr
23
20
***infra:** AWS Infrastructure (VPC, IGW, etc.)
24
21
***eks:** AWS Elastic Kubernetes Service
25
22
***arcadia:** Arcadia Finance test web application and API
26
-
***policy:** NGINX WAF Compiler Docker and Policy
23
+
***policy:** NGINX WAF Compiler Docker and Policy
24
+
***S3:** Amazon S3 bucket and IAM role and policy for storage.
27
25
28
26
## Tools
29
27
@@ -58,7 +56,6 @@ This workflow requires the following secrets to be configured in your GitHub rep
58
56
6. Click **Add secret**
59
57
60
58
61
-
62
59
## Workflow Runs
63
60
64
61
**STEP 1:** Check out a branch for the workflow you wish to run using the following naming convention.
0 commit comments