When terminating EC2 instances, I need to be able to clean up remnants from the servers. Like removing the computer object from Active Directory, Chef, Octopus Deploy, Cyclance, etc...
None of these server applications are aware of the Instance ID in AWS, but they can all be found by the IP address.
When the EC2 instance is terminated, the private IP address is immediately removed and unable to be queried.
Is there anyway to find out what the Private IP address of terminated instance was?