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?

질문됨 일 년 전417회 조회
1개 답변
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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠