- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin Management
- API Extension Plugins
- Alerting Plugins
- Analysis Plugins
- Discovery Plugins
- Ingest Plugins
- Management Plugins
- Mapper Plugins
- Security Plugins
- Snapshot/Restore Repository Plugins
- Store Plugins
- Integrations
- Help for plugin authors
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Getting started with AWS
editGetting started with AWS
editThe plugin provides a hosts provider for zen discovery named ec2
. This hosts provider
finds other Elasticsearch instances in EC2 through AWS metadata. Authentication is done using
IAM Role
credentials by default. The only necessary configuration change to enable the plugin
is setting the unicast host provider for zen discovery:
discovery.zen.hosts_provider: ec2
Was this helpful?
Thank you for your feedback.