Is there any other way to add whitelisting in opensearch 2.11.0

Hi We are trying to migrate from elasticsearch 7.9.2 to opensearch 2.11.0 at the time of migration i’m facing follwing error
{
“error”: {
“root_cause”: [
{
“type”: “illegal_argument_exception”,
“reason”: “Invalid remote host:[x.x.x.x]”
}
],
“type”: “illegal_argument_exception”,
“reason”: “Invalid remote host:[x.x.x.x]”
},
“status”: 400
}
Unfortunately, in AWS managed Elasticsearch we will not be able to modify static configuration settings like the reindex.remote.whitelist parameter, because to configure the reindex.remote.whitelist parameter requires modification of the elasticsearch.yml file. This is because AWS ES managed service and currently there isn’t a way for customers to access the OS/File System please suggest if anyone have another way to resolve this issue.

Hey @surajrajegore

You may have to perform a upgrade path.

ES v7.9.2 --> OS v1.3.x --> OS v2.0 -->OS v2.11