简体   繁体   中英

How to track AWS endpoint

I created an Amazon Web Services endpoint of a classifier and kept it running for sometime and then deleted iI 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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM