Proper access policy for Amazon Elastic Search Cluster

后端 未结 7 800
梦毁少年i
梦毁少年i 2020-11-29 18:13

I\'ve recently started using the new Amazon Elasticsearch Service and I can\'t seem to figure out the access policy I need so that I can only access the services from my EC2

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 18:39

    You may either use resource based policy or identity based policy rather than IP based policy which is like hard coding the IP address.

    But you need to use Signature version 4 to sign the request

    For Java implementation please refer http://mytechbites.blogspot.in/2017/04/secure-amazon-elastic-search-service.html

提交回复
热议问题