what computer work is
@LarryFisherman working on today
aws changed some IAM roles while i was out on paternity leave, and it broke some access to publish/save billing reports for the CS folks. trying to resolve that, but i'm scratching my head because so far as i can tell i've granted all necessary permissions to the account, so investigating that.
also starting to lay out some thoughts/plans on a demo instance of our product that resets and reseeds data each night. i'm not sure the
best way to do this yet, though i'm leaning something like:
1. Kubernetes deployment
2. SQL back-end
3. Host baseline files in github (includes kube yamls and sql scripts)
4. Spin up an ubuntu server and set a cron job to execute the reset script (which calls others in git, as you do)
5. Profit?
I don't know. That may be too cumbersome but at least I know it would work. Investigating new ave's there too.