pangeo-forge / pangeo-forge-cloud-federation

Infrastructure for running pangeo-forge across multiple bakeries
Apache License 2.0
3 stars 6 forks source link

Rewrite to not use the EKS Terraform Module #4

Closed yuvipanda closed 1 year ago

yuvipanda commented 1 year ago

The EKS terraform module has generally been super flaky, and caused extra complications around opinionated networking choices that have not been worth it. It was originally picked as an 'easy' way to get an EKS cluster up and running, as the primitives available in terraform are a bit too primitive. However, as it has caused more trouble than its worth, this PR completely strips it out and uses just terraform + bare AWS provisioner to set the infrastructure up.

While we are here, version upgrades have also been performed.

The old terraform + cluster was torn down, but the S3 bucket with the data is still around.

Fixes https://github.com/yuvipanda/pangeo-forge-cloud-federation/issues/3