A small interface system for common AWS configs
- Run
composer install - To use the RDS / MySQL functions, create a file in
configdirectory calledrds.jsonwith the following format{ "rds" : { "username": "root", "password": "root" } } - Set up AWS credentials file
- Commands can then be run using
php console create:s3:bucket - If you want to you can run
sudo ln -s $(pwd)/console /usr/local/bin/jarviswhich will allow you to simply run thejarviscommand from anywhere on your system