Question 46:
You are creating an Elasticsearch cluster using Amazon Elasticsearch Service (Amazon ES). Once the Amazon ES domain is established, you plan to use the default Kibana instance provided by Amazon ES to visualize the data. The security team raises concerns on how to control access to Kibana. How would you address the concern properly?
Answer options:
A.Users can directly access Kibana through their AWS credentials. No extra actions are required. B.Enable SAML authentication for Kibana so that you can use the existing identity provider to offer single sign-on (SSO) for Kibana on Amazon Elasticsearch Service (Amazon ES) domains. C.Create an IAM group with read/write permissions on Kibana and include the IAM users in the group. D.Edit the "config/kibana.yml" file in Amazon ES and assign the permissions to IAM users or roles.