NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

us-east-1 AWS resources must be migrated to us-east-2 #77

Closed christopherwharrop-noaa closed 6 months ago

christopherwharrop-noaa commented 6 months ago

GSL's AWS VPC resources are being migrated from us-east-1 to us-east-2. In the process all access is being migrated from IAM user based access with keys to role-based access with temporary credentials and new guard-rails. This repository relies on a Spack binary build cache hosted on S3 in us-east-1 which allows public read-only access and write access with AWS IAM key credentials. This S3 bucket must be moved from us-east-1 to us-east-2 and the github actions CI workflow must be modified to access the new bucket with role-based authentication. The us-east-1 resources are scheduled to be removed on March 1, which has already passed, so we expect the us-east-1 bucket to become inaccessible at any moment.