Use the temporary server to run the installation script, which creates the virtual SIEM device.
Download the installation script from the Trellix download site.
Make sure to use AWS CLI version 2.
Open command line and enter
aws --versionto verify the version.aws-cli/1.xxx is version 1 and aws-cli/2.xxx is version 2.
If the version is not 2, enter
rpm -e awsclito remove the previous version.To install AWS CLI v2, run the script:
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install -b /usr/bin
Create a user.
From the AWS Management Console, go to Identity and Access Management.
Click Users, then click Create User.
The Add user window appears.
Enter a user name.
Select Generate an access key for each user.
Give the new user Programmatic access and Admin permissions.
Click Create user.
Click Download Credentials, then save the resulting CSV file. These credentials contain the Access Key and Secret Key you will need later.
From the command prompt on the temporary Linux server, enter
sudo su.Enter
aws configure.Copy and paste the Access key ID and Secret access key when prompted.
Change the permissions of the script:
chmod 755 <installation script file name>
Run the script:
./<installation script file name>
The script creates a machine image. This can take about 20 minutes.