2 Answers
- Newest
- Most votes
- Most comments
1
If your domain has a t2 or t3 type data node, that could cause the "Invalid username or password" error when the node is out of service.
Check out the related article.
0
The error in Amazon OpenSearch Service usually relates to m@ster user authentication and domain access policies. When a new m@ster user is created, the previous account is automatically replaced, since OpenSearch does not support multiple m@ster accounts. Only the most recently set-up m@ster user is recognized by the service.
https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html
https://docs.opensearch.org/latest/getting-started/communicate/
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago

we used t3 type. Thanks for your article!