rstudio / fuzzbucket

a simplified means to CRUD ephemeral user-scoped EC2 instances
MIT License
7 stars 2 forks source link

Support (somewhat) box updates #89

Closed meatballhat closed 2 years ago

meatballhat commented 2 years ago

While very little can be updated for a given box, the ability to change the tags will allow for support of extending a given box's TTL as described in #88. Maybe more updating can be added in the future 🤷🏼

fuzzbucket-client update ubuntu20 --ttl '2 weeks'

In addition to the update command, there is also a --check-ttl top-level flag for experimenting with TTL values, e.g.:

fuzzbucket-client --check-ttl '4 weeks, 3 days'

Closes #88