diff --git a/admin_guide/install/install_amazon_ecs.adoc b/admin_guide/install/install_amazon_ecs.adoc index 1136ba20..5afdb51b 100644 --- a/admin_guide/install/install_amazon_ecs.adoc +++ b/admin_guide/install/install_amazon_ecs.adoc @@ -684,12 +684,10 @@ ifdef::prisma_cloud[] https:///api/v1/certs/service-parameter \ -o service-parameter - * replace with the retrieved console address. - * replace with the retrieve API token. + * Replace with the retrieved Console address. + * Replace with the retrieved API token. - . ensure the jq package is installed. - - . Retrieve and retain the installBundle from the Prisma Cloud API: + . Retrieve and retain the installBundle from the Prisma Cloud API. The jq package must be installed. $ curl -k \ -H 'Content-Type: application/json' \ @@ -697,9 +695,9 @@ ifdef::prisma_cloud[] -X GET \ "https:///api/v1/defenders/install-bundle?consoleaddr=&defenderType=appEmbedded" | jq -r '.installBundle' - * replace with the retrieve API token. - * replace with the retrieved console address URL from *Manage > System > Downloads* tab. - * replace with the first string of the URL (without the ID). + * Replace with the retrieved API token. + * Replace with the retrieved Console address URL from the *Manage > System > Downloads* tab. + * Replace with the first string of the URL (without the ID). For example, the URL may look like https://us-region1.cloud.twistlock.com/us-1-234567 , use just "us-region1.cloud.twistlock.com" for ConsoleAddr value. endif::prisma_cloud[] @@ -711,7 +709,7 @@ ifdef::compute_edition[] -u \ -H 'Content-Type: application/json' \ -X GET \ - https://:8083/api/v1/certs/service-parameter \ + https://:8083/api/v1/certs/service-parameter \ -o service-parameter . Retrieve and retain the installBundle from the Prisma Cloud API: @@ -723,6 +721,9 @@ ifdef::compute_edition[] "https:///api/v1/defenders/install-bundle?consoleaddr=&defenderType=appEmbedded" | jq -r '.installBundle' + + * Replace with the retrieve API token. + * Replace with the Console address URL. + . Copy the service-parameter file to the Defender EFS file system under /twistlock_certificates. . Set the ownership and permissions for the service-parameter file under twistlock_certificates: