From 7ac37ecd350a46db04d21a7d36bf285655918ce9 Mon Sep 17 00:00:00 2001 From: "Melchor O. Abcede Jr" Date: Tue, 12 Sep 2017 04:30:53 +0800 Subject: [PATCH] added aws docs --- DOCUMENTATION/content/documentation/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index f3a77807..78eed6d4 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -922,6 +922,26 @@ docker-compose up -d minio ``` + +
+ +## Use AWS + +1 - Configure AWS: + - make sure to add your SSH keys in aws/ssh_keys folder + +2 - Run the Aws Container (`aws`) with the `docker-compose up` command. Example: + +```bash +docker-compose up -d aws +``` + +3 - Access the aws container with `docker-compose exec aws bash` + +4 - To start using eb cli inside the container, initiaze your project first by doing 'eb init'. Read the [aws eb cli](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html) docs for more details. + + +