Provisioning an instance
You can provision an instance of the IBM Cloud Security and Compliance Center Workload Protection service in IBM Cloud to add capability in your account to detect and investigate threats, prioritize risks, and help identify compliance anomalies and ongoing threats to your environments.
Provisioning an instance from the catalog
To provision an instance from the IBM Cloud catalog, complete the following steps:
-
Click Catalog. The list of the services that are available on IBM Cloud opens.
-
To filter the list of services that is displayed, select the Security category.
-
Click the IBM Cloud Security and Compliance Center Workload Protection tile.
-
Select Create.
-
Select the location.
-
Select a service plan.
For more information about the service plans, see Service plans.
-
Enter a service name.
-
Select a resource group. By default, the Default resource group is set.
-
Optionally, you can add tags and access management tags.
-
Click Create.
Provisioning an instance through the CLI
To provision an instance through the command line, complete the following steps:
-
[Pre-requisite] Installion of the IBM Cloud CLI. If the CLI is installed, continue with the next step.
-
Log in to the region in the IBM Cloud where you want to provision the instance. Run the following command: ibmcloud login
-
Set the resource group where you want to provision the instance. Run the following command: ibmcloud target
By default, the
defaultresource group is set. -
Create the instance. Run the ibmcloud resource service-instance-create command:
ibmcloud resource service-instance-create NAME sysdig-secure SERVICE_PLAN_NAME LOCATIONWhere
NAMEis the name of the instance.service-nameis the name of the IBM Cloud Security and Compliance Center Workload Protection service name in the IBM Cloud.SERVICE_PLAN_NAMEis the type of plan. See Service plans to get the plan name.LOCATIONis the region where the instance is created. -
Create the service key that connects to the instance ibmcloud resource service-key-create
ibmcloud resource service-key-create NAME ROLE_NAME --instance-name SERVICE_INSTANCE_NAMEWhere
NAMEis the name of your new service keyROLE_NAMEis eitherAdministrator,Manager,Writer, orReaderSERVICE_INSTANCE_NAMEis the name of the instance you createdThis will gain you access to the instance's access key.