How to get Reserved Private Ip Address of Opensearch Service Data Nodes

0

When we provision opensearch service, it creates 3 eni's for each data node and use one of them. During blue green deployment, it swaps the reserved ip address.

Is there any cloudtrail event of opensearch service to capture all the reserved ip's?

feita há um ano416 visualizações
1 Resposta
3

CloudTrail does capture the Network Interfaces being created with the event name of CreateNetworkInterface. Inside the body of the response of the event there is also a field that contains the privateIpAddress used for the network interface.

If a B/G deployment is done where the number of data nodes is not changed on the domain then the ENI's associated with the OpenSearch domain are not changed. The existing ENI's simply get detached from the old data nodes and then attached on the new data nodes.

It's not possible to see the reserved private IP's of the new environment created for the B/G deployment until the resources have been swapped over.

Please feel free to accept this answer if I was able to resolve your query.

profile picture
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas