-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate EFS creation for AWS #622
Comments
@yuvipanda I was trying to clean this one up a little bit, and I'm not actually sure what is needed to make this happen. The original issue said that this should be done with Terraform, but I don't see any AWS terraform in our terraform folder. Does implementing this issue require also implementing AWS terraform deployment code in general? |
yep! |
I believe that this and #623 is now completed? ref: https://github.com/2i2c-org/infrastructure/blob/master/terraform/aws/efs.tf |
Yep! |
I do not think #623 is actually completed, right? When I look into the terraform code, I do not see any references to the backup and I think that does not come by default... |
@damianavila I was just trying to clean up issues that I thought were dangling and that had already been resolved. If this hasn't been addressed, we should decide how important #623 is and whether we should prioritize it. What do you think? |
Description
We use EFS for home directory storage on AWS, and it works really well. We have a script to set it up for use with kops (https://github.com/2i2c-org/pilot-hubs/blob/master/kops/setup-efs.py) but not with eksctl. It should be a fully automatically set up, ideally with terraform.
Benefit
This is another step in automating our deployment infrastructure so that we can deploy new hubs with less complexity and new steps. It also further professionalizes our infrastructure to be more reliable and consistent.
Implementation
This should be an addition to the AWS Terraform code.
We have a
kops
implementation of this here: https://github.com/2i2c-org/pilot-hubs/blob/master/kops/setup-efs.pyBut we should use
eksctl
instead if possible.Tasks
The text was updated successfully, but these errors were encountered: