Closed z0ph closed 4 years ago
It should be used. You can see here: https://github.com/duo-labs/cloudtracker/blob/master/cloudtracker/datasources/athena.py#L140
The start
value makes it's way to that function, though I don't actually use the day.
Do you mean that the whole month is used? so for me 04
last month/current month.
It will make sense as when using the current day (25), the actions used are very large...
It basically chops off the day from the date, so 2019-04-25
should end up being the same as 2019-04
, so it should show everything in the past 25 days.
Ok thanks!
Closing as having been resolved. I should better clarify what data actually gets used though.
Hey Scott,
Thanks for the amazing work, as usual.
Do you confirm that if I'm using :
cloudtracker --account myaccount --user myuser --show-used --start 2019-04-25
The
--start
option is not used?I was trying to identify the last used actions on a specific user after a specific date. (forensic, and least privilege building for a new policy)
Thanks,