This section validates your Trellix IVX Private Cloud deployment and integrations.
CloudFormation Stack
Verify that the CloudFormation stack private-ivx-{stage}-{account_id}-{region} exists within your cloud environment and has been successfully deployed. Refer to https://docs.aws.amazon.com/cloudformation/ for more information regarding AWS CloudFormation.
Log file
Log files are generated during installation, uninstallation, and update scripts. It is essential to monitor the log files for error and completion messages to ensure each step of the process is successfully completed.
Retrieve integration metadata
Upon successful deployment, the API endpoints and the API key are displayed in the output. This metadata file is in JSON format and contains essential data for integrations.
{
"api_key": "",
"file_submission_api_endpoint": "",
"reports_api_endpoint": "",
"hashes_api_endpoint": "",
"artifacts_api_endpoint": "",
"webui_portal_endpoint": "",
"icap_tcp_endpoint": "",
"icap_tls_endpoint": ""
}
The CDK output parameters is also be stored in the following file: ./ivx_cloud_{stage}_deployment_output.json