I created an Amazon Web Services endpoint of a classifier and kept it running for sometime and then deleted i.I need to know for how long that endpoint was running so i could estimate the total cost incurred.Does AWS keep track of endpoints? How do i access that information?
Asked
Active
Viewed 66 times
0
-
I think in the billiing you can get the duration and cost after some time before the billing period. – Riz Jan 06 '22 at 22:31
1 Answers
0
You can use the Cloudtrail audits to lookout for when CreateEndpoint API was called and when DeleteEndpoint was called . Go to Cloudtrail Console (Event history page ) and search for EventName CreateEndpoint
and DeleteEndpoint

kapilsingh93
- 31
- 3