You must set up the following hardware and software before using AWS with Hedvig:
-
a CentOS or OSX machine on which to run the process
-
Python 2.7 or greater
-
For the CentOS machine, the following packages, programs, and RPMs must be installed using the following commands. The time must be synced to NTP for the AWS CLI to work properly.
yum install python-devel python-setuptoolsyum install chronyeasy_install pippip install awsclIf there are dependency conflicts with the Six library:
pip install awscli --ignore-installed-six -
an active AWS account, configured using
aws configurewith credentials and region -
For OSX, the Python
yamlpackage must be installed using:pip install pyyamlc