To perform this recipe, we'll install Security Monkey and the database needed for the application: a single Ubuntu instance. For most of this recipe, we'll follow the guidelines from Security Monkey's GitHub documentation:
- First, we'll create a service account called securitymonkey and provide it with the necessary access. Create a JSON access key for the service account and save it in a safe location:
- We'll add the Viewer and Security Reviewer roles to the service account we just created:
- We'll now create an Ubuntu 16.04 ...