How to onboard Alibaba Cloud
Onboard Alibaba Cloud accounts to Cortex Cloud for cloud security monitoring and governance.
After completing the prerequisites, follow these instructions to onboard your Alibaba Cloud environment to Cortex Cloud.
Access the Alibaba Cloud onboarding wizard in Cortex Cloud:
In Cortex Cloud, select Settings → Data Sources & Integrations.
On the Data Sources & Integrations page, click + Add New.
On the Add Data Sources or Integrations page, search for Alibaba Cloud, then hover over it and click Add.
Enter an instance name
Enter a unique instance name or leave it empty to be automatically populated. The automatic naming convention is
ALIBABA-``. Cortex Cloud does not prevent you from reusing instance names, but it is best practice to use a unique name for every cloud instance.
Configure advanced settings (optional)
Click Show advanced settings to define the following advanced settings:
Scope Modifications: Use these settings to fine-tune your Alibaba Cloud scope, you can modify the scope by including or excluding specific regions.
Cloud Tags: Define tags and tag values to be added to any new resource created by Cortex Cloud in Alibaba Cloud. Note: The
managed_by = paloaltonetworkstag is automatically added to all resources. This tag is mandatory. You cannot edit or remove this tag.
Save the configuration
Click Save. Cortex Cloud generates a Terraform authentication template based on the settings you configured in the Alibaba Cloud onboarding wizard.
Click Download Terraform to download the Terraform authentication template.
The Terraform authentication template is downloaded. To complete the process, deploy the Terraform authentication template in Alibaba Cloud.
Deploy the authentication template
Prerequisites
Before you begin, ensure you have:
Installed Terraform on your local machine. You can download Terraform from the official Terraform website and follow the installation instructions for your operating system.
Installed the Alibaba Cloud CLI tool.
Log in to your Alibaba Cloud console and open Cloud Shell.
Create a directory on your local machine to store and run the Terraform code. If you have more than one Alibaba Cloud cloud instance, you need a separate directory for each one:
Navigate to the directory you created and extract the Terraform files from the compressed archive you downloaded previously. Ensure all necessary Terraform files are present (main.tf, template_params.tfvars, and so on).
Important
Do not delete or move the Terraform files from this folder. It will prevent you from being able to edit your cloud instance in the future.
Initialize Terraform in your project directory:
Apply your Terraform configuration using the downloaded parameter file:
When prompted, review the actions the Terraform will perform and approve them by entering yes.
The Terraform template is deployed. To complete the onboarding of your Alibaba Cloud environment, manually connect the pending cloud instance.
Last updated
Was this helpful?
