devops-exercises/exercises/elk_kibana_aws.md
abregman d43ec162f0 Rename repository
Unforunately, It came to my knowledge that this repository
promoted a phenomenon where DevOps interviews became a trivia game
where people think it's normal to throw 20 random short questions
like "what is fork()" or "which tools would you use for each
of the following areas?" and this was not my intention.

To explcitly state this repository doesn't represents real DevOps
interview questions I've decided to rename it.
2020-01-12 22:28:43 +02:00

22 lines
630 B
Markdown

# Elasticsearch, Kibana and AWS
Your task is to build an elasticsearch cluster along with Kibana dashboard on one of the following clouds:
* AWS
* OpenStack
* Azure
* GCP
You have to describe in details (preferably with some drawings) how you are going to set it up.
Please describe in detail:
- How you scale it up or down
- How you quickly (less 20 minutes) provision the cluster
- How you apply security policy for access control
- How you transfer the logs from the app to ELK
- How you deal with multi apps running in different regions
## Solution
One Possible solution can be found [here](solutions/elk_kibana_aws.md)