You've already forked devops-exercises
Add new challenge
This commit is contained in:
22
challenges/solutions/elk_kibana_aws.md
Normal file
22
challenges/solutions/elk_kibana_aws.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Elasticsearch, Kibana and AWS - Solution
|
||||
|
||||
This one out of many possible solutions. This solution is relying heavily on AWS.
|
||||
|
||||
* Create a VPC with subnet so we can place Elasticsearch node(s) in internal environment only.
|
||||
If required, we will also setup NAT for public access.
|
||||
|
||||
* Create an IAM role for the access to the cluster. Also, create a separate role for admin access.
|
||||
|
||||
* To provision the solution quickly, we will use the elasticsearch service directly from AWS for production deployment.
|
||||
This way we also cover multiple AZs. As for authentication, we either use Amazon cognito or the organization LDAP server.
|
||||
|
||||
* To transfer data, we will have to install logstash agent on the instances. The agent will be responsible
|
||||
for pushing the data to elasticsearch.
|
||||
|
||||
* For monitoring we will use:
|
||||
|
||||
* Cloud watch to monitor cluster resource utilization
|
||||
* Cloud metrics dashboard
|
||||
|
||||
* If access required from multiple regions we will transfer all the data to S3 which will allow us to view the data
|
||||
from different regions and consolidate it in one dashboard
|
||||
Reference in New Issue
Block a user