This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
While following the documentation at https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_amazon_ecs.html to connect AWS account to Prisma Cloud Compute, I'm having errors in Curl commands with regards to the Console URL.
Retrieving Service parameter from the Prisma Cloud API
curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
<CONSOLE>/api/v1/certs/service-parameter \
-o service-parameter
CONSOLE https://us-west1.cloud.twistlock.com/us-3-159178606 (as per documentation)
2. Retrieve the certificate bundle from the Prisma Cloud API
curl -k \ -u <USER> -H 'Content-Type: application/json' -X GET <CONSOLE>/api/v1/defenders/install-bundle?consoleaddr=<CONSOLE_CONN> | jq -r '.installBundle'
CONSOLE https://us-west1.cloud.twistlock.com/us-3-159178606
CONSOLE_CONN us-west1.cloud.twistlock.com/us-3-159178606
Please provide the correct URLs for CONSOLE and CONSOLE_CONN in both the cases.
... View more
Is there a detailed documentation to use AWS ECS with Prisma Cloud compute (twistlock) ? I'm trying to setup Prisma Cloud Compute with AWS for the first time and would appreciate a step by step guide.
... View more