Skip to content

Commit 7ac37ec

Browse files
committed
added aws docs
1 parent 792789e commit 7ac37ec

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,26 @@ docker-compose up -d minio
922922
```
923923

924924

925+
926+
<br>
927+
<a name="Use-AWS"></a>
928+
## Use AWS
929+
930+
1 - Configure AWS:
931+
- make sure to add your SSH keys in aws/ssh_keys folder
932+
933+
2 - Run the Aws Container (`aws`) with the `docker-compose up` command. Example:
934+
935+
```bash
936+
docker-compose up -d aws
937+
```
938+
939+
3 - Access the aws container with `docker-compose exec aws bash`
940+
941+
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.
942+
943+
944+
925945
<br>
926946
<a name="CodeIgniter"></a>
927947

0 commit comments

Comments
 (0)