2i2c-org / infrastructure

Infrastructure for configuring and deploying our community JupyterHubs.
https://infrastructure.2i2c.org
BSD 3-Clause "New" or "Revised" License
106 stars 65 forks source link

AWS cost attribution: create an EFS for each hub of all clusters, tag it and move data accordingly #5077

Closed GeorgianaElena closed 2 days ago

GeorgianaElena commented 1 week ago

For each cluster in the list below, perform the following actions:

- [ ] Make a new EFS filesystem for each but one of the hubs in the cluster
- [ ] Migrate existing data from the existing EFS to this new EFS 
- [ ] Tag the new EFS with `2i2c:hub-name` and set the value to be the name of the hub that will be using it
- [ ] Switch the hubs to the new EFSs

Reference

https://github.com/2i2c-org/infrastructure/issues/4475 and https://github.com/2i2c-org/infrastructure/issues/4464

Definition of Done

GeorgianaElena commented 2 days ago

Closing this task in favour of the EBS migrations that will happen as part of https://github.com/2i2c-org/infrastructure/issues/5010 as discussed with @yuvipanda.