This topic describes how to apply the activation code to the virtual appliance instance and configure a password for the initial admin user.
Important
This procedure is optional. If you skip this procedure, you will be prompted to enter the activation code and change the password when you log into the initial SSH session to perform the initial configuration of the appliance.
Open the EC2 Management Console.
Select Instances > Instances in the left pane.
Right-click the instance, and select Instance State > Stop.
Right-click the instance, and select Instance Settings > View/Change User Data.
Copy and paste the following script in the User Data field. Replace
<code>with the activation code for the instance that was included in the onboarding email from Trellix and replace<password>with the new password for the initial admin user.{ "va_bootstrap": { "activation_code": "<code>", "reset_admin_password": "<password>"} }
Important
The syntax (including the indentation) must match what is shown in this step. Otherwise, you will be unable to establish a password-authenticated SSH session with the instance.
Click Save.
Right-click the instance, and select Instance State > Start.
Note
Trellix recommends that you clear the user data field after the virtual appliance is deployed.