devops-exercises/scenarios/elk_kibana_aws.md

22 lines
630 B
Markdown
Raw Normal View History

2019-10-04 23:47:32 +02:00
# 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
2019-10-05 15:43:54 +02:00
## Solution
One Possible solution can be found [here](solutions/elk_kibana_aws.md)