Back to Terraform Provider Aws

Elasticsearch Domain Example

examples/elasticsearch-domain/README.md

6.44.01019 B
Original Source
<!-- Copyright IBM Corp. 2014, 2026 --> <!-- SPDX-License-Identifier: MPL-2.0 -->

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

bash
terraform plan

For apply phase

bash
terraform apply

Remove the Example

To remove the stack

bash
terraform destroy