THIS SCRIPT IS PROVIDED TO YOU "AS IS." TO THE EXTENT PERMITTED BY LAW, QUALYS HEREBY DISCLAIMS ALL WARRANTIES AND LIABILITY FOR THE PROVISION OR USE OF THIS SCRIPT. IN NO EVENT SHALL THESE SCRIPTS BE DEEMED TO BE CLOUD SERVICES AS PROVIDED BY QUALYS
CloudFormation Template to create a Qualys EC2 Connector and associated role and managed policy. To run the script you will need to supply credentials for the Qualys user name and password for Qualys API Access.
Parameters: UserName: Default: {supply_Qualys_user_name} ...
Password: Default: {supply_Qualys_user_password}
...
BaseUrl: Default:
This file will activate the Vulnerability Management (VM) module by default. If you want to activate other modules you will need to update line 78 to contain a list of the required modules.
Activate VM for the EC2 Connector example
"ActivationModule": "VM"
Activate VM and Policy Compliance (PC) example
"ActivationModule": ["VM", "PC"]
The CloudView Connector will be created when this CloudFormation Template is run. If you want to disable this feature change line 83 to false Line 83 - "useForCloudView":"true"
The Qualys EC2 Connector will be named based on the AWS Account Alias. This value is found by making a call via IAM List Account Alias.
If you want to change the Role name you can edit these settings in line number 27
RoleName: Default: CF-QualysConnectorRole