Skip to content

Latest commit

 

History

History

elasticsearch-domain

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Elasticsearch Domain Example

This example creates an Elasticsearch Domain with fine-grained access control enabled

Fine-Grained Access Control Requirements

Note: Fine-grained access control can only be enabled on new domains. Once enabled, it cannot be disabled.

Configure AWS Provider

To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html

Run the Example

For planning phase

terraform plan

For apply phase

terraform apply

Remove the Example

To remove the stack

terraform destroy