I'm trying to install Splunk SOAR in and EC2 Linux machine (8vCPU and 16GB RAM). I used this link https://docs.splunk.com/Documentation/SOARonprem/5.3.5/Install/InstallRPM. On running sudo ./soar-install i'm getting errors. Trying this setup for test purpose only. The storage I have added is less than 500GB.
Traceback (most recent call last):
File "/opt/phantom/5.3.4/splunk-soar/./soar-install", line 85, in main
deployment.run()
File "/opt/phantom/5.3.4/splunk-soar/install/deployments/deployment.py", line 130, in run
self.run_pre_deploy()
File "/opt/phantom/5.3.4/splunk-soar/usr/python39/lib/python3.9/contextlib.py", line 79, in inner
return func(*args, **kwds)
File "/opt/phantom/5.3.4/splunk-soar/install/deployments/deployment.py", line 163, in run_pre_deploy
raise InstallError(
install.install_common.InstallError: pre-deploy checks failed. Warnings can be ignored with --ignore-warnings
install failed.
Anyone faced any issues similar to this ?