Just what I needed. Been trying to figure this out for a bit as well. Thanks!
@meirgoldenberg5638 Жыл бұрын
I seem to have done everything right, but get 403 on index creation. I am using serverless...
@Andy-cc4lk Жыл бұрын
Hey Vincent , client = boto3.client('opensearch') gives Unknown service: 'opensearch' error to me . I upgraded by boto3 and botocore but still same error.
@bhawnapant39542 жыл бұрын
Thank you for posting this Vincent. I'm using something similar. Would you mind expanding the define create index function in your code?
@brianferrell9454 Жыл бұрын
Hey Vincent great video. How do you log into opensearch with the IAM credentials? I got stuck on that last part, have you uploaded another video on that?
@brianferrell9454 Жыл бұрын
Nevermind I got it!
@KaranYadav-hw4qc Жыл бұрын
@@brianferrell9454 Hi, I also cannot login once I changed Opensearch security credentials from Master user to IAM with old username and password I had set while creating opensearch domain. How to login now ?