From b64e3cceed97fc2a494d0286a0b3aeffabd28c73 Mon Sep 17 00:00:00 2001 From: Idan Nof <79643072+idannof-imperva@users.noreply.github.com> Date: Wed, 15 May 2024 11:28:11 +0300 Subject: [PATCH] Update README.md (#411) - change sort order of "AWS Examples" section: move deployments that include all DSF components to appear first --- README.md | 72 +++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index e4eb8e315..d6898b3e5 100644 --- a/README.md +++ b/README.md @@ -552,27 +552,27 @@ For more details about each example, click on the example name. Download - - Sonar Basic Deployment + + DSF Single Account Deployment - Lab/POC + PS/Customer - A DSF deployment with a DSF Hub, an Agentless Gateway, federation, networking and onboarding of a MySQL DB. + A full DSF deployment with DSF Hub and Agentless Gateways (formerly Sonar), DAM (MX and Agent Gateways) and DRA (Admin and DRA Analytics). - sonar_basic_deployment_1_7_13.zip + dsf_single_account_deployment_1_7_13.zip - - Sonar HADR Deployment + + DSF Deployment Lab/POC - A DSF deployment with a DSF Hub, an Agentless Gateway, DSF Hub and Agentless Gateway HADR, federation, networking and onboarding of a MySQL DB. + A full DSF deployment with DSF Hub and Agentless Gateways (formerly Sonar), DAM (MX and Agent Gateways), DRA (Admin and DRA Analytics), and Agent and Agentless audit sources. - sonar_hadr_deployment_1_7_13.zip + dsf_deployment_1_7_13.zip - + Sonar Single Account Deployment PS/Customer @@ -593,27 +593,27 @@ For more details about each example, click on the example name. - DSF Deployment + Sonar Basic Deployment Lab/POC - A full DSF deployment with DSF Hub and Agentless Gateways (formerly Sonar), DAM (MX and Agent Gateways), DRA (Admin and DRA Analytics), and Agent and Agentless audit sources. + A DSF deployment with a DSF Hub, an Agentless Gateway, federation, networking and onboarding of a MySQL DB. - dsf_deployment_1_7_13.zip + sonar_basic_deployment_1_7_13.zip - DSF Single Account Deployment + Sonar HADR Deployment - PS/Customer + Lab/POC - A full DSF deployment with DSF Hub and Agentless Gateways (formerly Sonar), DAM (MX and Agent Gateways) and DRA (Admin and DRA Analytics). + A DSF deployment with a DSF Hub, an Agentless Gateway, DSF Hub and Agentless Gateway HADR, federation, networking and onboarding of a MySQL DB. - dsf_single_account_deployment_1_7_13.zip + sonar_hadr_deployment_1_7_13.zip - Sonar Upgrade (Alpha) + Sonar Upgrade All @@ -719,12 +719,12 @@ After you have [chosen the deployment mode](#choosing-the-deployment-mode), foll This mode offers a straightforward deployment option that relies on running a Terraform script on the user's computer which must be a Linux/Unix machine, e.g, Mac. This mode makes use of the Terraform Command Line Interface (CLI) to deploy and manage environments. -1. Download the zip file of the example you've chosen (See the [Choosing the Example/Recipe that Fits Your Use Case](#choosing-the-examplerecipe-that-fits-your-use-case) section) from the eDSF Kit GitHub Repository, e.g., if you choose the "sonar_basic_deployment" example, you should download sonar_basic_deployment.zip. +1. Download the zip file of the example you've chosen (See the [Choosing the Example/Recipe that Fits Your Use Case](#choosing-the-examplerecipe-that-fits-your-use-case) section) from the eDSF Kit GitHub Repository, e.g., if you choose the "dsf_deployment" example, you should download dsf_deployment.zip. 2. Unzip the zip file in CLI or using your operating system's UI. For example, in CLI: ```bash - unzip sonar_basic_deployment.zip + unzip dsf_deployment_1_7_13.zip >>>> Change this command depending on the example you chose ``` @@ -732,7 +732,7 @@ This mode makes use of the Terraform Command Line Interface (CLI) to deploy and 3. In CLI, navigate to the directory which contains the Terraform files. For example: ```bash - cd sonar_basic_deployment + cd dsf_deployment_1_7_13 >>>> Change this command depending on the example you chose ``` @@ -836,30 +836,30 @@ This mode can be used if a Linux/Unix machine is not available, or eDSF Kit cann For example: `chmode 400 a_key_pair.pem` -9. Download the zip file of the example you've chosen (See the [Choosing the Example/Recipe that Fits Your Use Case](#choosing-the-examplerecipe-that-fits-your-use-case) section) from the eDSF Kit GitHub Repository, e.g., if you choose the "sonar_basic_deployment" example, you should download sonar_basic_deployment.zip. +9. Download the zip file of the example you've chosen (See the [Choosing the Example/Recipe that Fits Your Use Case](#choosing-the-examplerecipe-that-fits-your-use-case) section) from the eDSF Kit GitHub Repository, e.g., if you choose the "dsf_deployment" example, you should download dsf_deployment.zip. Run: ```bash - wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/poc/sonar_basic_deployment/sonar_basic_deployment_1_7_13.zip - + wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/installation/dsf_single_account_deployment/dsf_single_account_deployment_1_7_13.zip + or - - wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/poc/sonar_hadr_deployment/sonar_hadr_deployment_1_7_13.zip - + + wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/poc/dsf_deployment/dsf_deployment_1_7_13.zip + or wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/installation/sonar_single_account_deployment/sonar_single_account_deployment_1_7_13.zip - + or - wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/installation/sonar_multi_account_deployment/sonar_multi_account_deployment_1_7_13.zip - + wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/installation/sonar_multi_account_deployment/sonar_multi_account_deployment_1_7_13.zip + or - wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/poc/dsf_deployment/dsf_deployment_1_7_13.zip - + wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/poc/sonar_basic_deployment/sonar_basic_deployment_1_7_13.zip + or - - wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/installation/dsf_single_account_deployment/dsf_single_account_deployment_1_7_13.zip + + wget https://github.com/imperva/dsfkit/raw/1.7.13/examples/aws/poc/sonar_hadr_deployment/sonar_hadr_deployment_1_7_13.zip ``` 10. Continue by following the [CLI Deployment Mode](#cli-deployment-mode) beginning at step 2. @@ -1044,7 +1044,7 @@ In case of failure, the Terraform may have deployed some resources before failin 1. Navigate to the directory which contains the Terraform files. For example: ```bash - cd sonar_basic_deployment + cd dsf_deployment_1_7_13 >>>> Change this command depending on the example you chose ``` @@ -1481,5 +1481,3 @@ Below is a list of possible issues and troubleshooting remediations. - -