Proper access policy for Amazon Elastic Search Cluster

后端 未结 7 824
梦毁少年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:32

    A bit late to the party, but I was able to deal with the exact same issue by adding signature to my requests.

    If you use Python (like I do), you can use the following library to make it particularly easy to implement: https://github.com/DavidMuller/aws-requests-auth

    It worked perfectly for me.

提交回复
热议问题