PRE-REQUISITES
RECOMMENDED HARDWARE REQUIREMENTS
The node running cloud defense compose environment should meet the following requirements
-
At least 4 cores or 4 vCPU's
-
12-16 GB RAM
-
50 - 100 GB SSD disk or more
PREPARING THE ENVIRONMENT
Install Docker onto to host machine following instructions at https://docs.docker.com/get-started/. Cloud Defense stack requires Docker version 20.10.x and above. It is always recommended to install the latest version of Docker. If the host is in an air-gapped environment, ensure that it can pull required docker images from DockerHub by whitelisting appropriate ports.
AVAILABILITY OF PORTS
There may be some custom firewall settings especially in AWS, Azure or Google Cloud Platform. But in general the basic firewall settings should allow the below ports unless you are on an extrement secure network where ports have to be specifically opened by the security team. The Cloud Defense support team can work closely with you to find what ports work for your cloud provider in case you have a custom firewall.
PORTS
CloudDefense application stack requires the following port to be available, if the required port is not available, please make a note of them.
Port |
Description |
80 |
Web Interface |
HOW TO CHECK IF THE PORTS ARE AVAILABLE
OSX / LINUX:
Run the following command and ensure one of the above ports doesn't appear in the list
lsof -i -P -n | grep LISTEN
If you have a previous installation of the on Cloud Defense prem service running from previously you maye see something like below:
WINDOWS:
Coming soon