You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -922,6 +922,26 @@ docker-compose up -d minio
922
922
```
923
923
924
924
925
+
926
+
<br>
927
+
<aname="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.
0 commit comments