-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Update S3/EC2 Documentation #25619
Copy link
Copy link
Closed
Labels
:Distributed/Discovery-PluginsAnything related to our integration plugins with EC2, GCP and AzureAnything related to our integration plugins with EC2, GCP and Azure:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>docsGeneral docs changesGeneral docs changesv6.0.0-beta2
Metadata
Metadata
Assignees
Labels
:Distributed/Discovery-PluginsAnything related to our integration plugins with EC2, GCP and AzureAnything related to our integration plugins with EC2, GCP and Azure:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>docsGeneral docs changesGeneral docs changesv6.0.0-beta2
Type
Fields
Give feedbackNo fields configured for issues without a type.
Now we have moved to secure settings for S3 and removed/deprecated some settings like
region, we must update the documentation.I'm just adding this issue so we don't forget to do it.
Some users are yet hitting this:
I'm summarizing here major changes so if anyone in the meantime is hitting this, we can refer them to this issue:
Using secure settings
You now need to register the following secured settings (see https://www.elastic.co/guide/en/elasticsearch/reference/5.5/secure-settings.html):
For EC2
discovery.ec2.access_keydiscovery.ec2.secret_keyFor S3
s3.client.default.access_keys3.client.default.secret_keyregion is replaced by endpoint
And
cloud.aws.regionshould not be used anymore.For EC2
discovery.ec2.endpointneeds to be set inelasticsearch.ymlfile. Pick your endpoint from this list: http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_regionFor S3
s3.client.default.endpointneeds to be set inelasticsearch.ymlfile. Pick your endpoint from this list: http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region