Tushar Raichand
Tushar Raichand

Reputation: 61

Can we know AWS EBS volumes detach date?

Is there any way where we can check when(date) was an AWS EBS volume detached?

I have checked the AWS documentations but found nothing.

Upvotes: 0

Views: 694

Answers (1)

John Rotenstein
John Rotenstein

Reputation: 269101

If you have AWS CloudTrail active, you could look back at the audit history to see when an Amazon EBS volume was specifically detached.

It likely won't show detachments caused by terminations, but it will show specific requests to detach a volume.

Upvotes: 3

Related Questions