NASA-IMPACT / csdap-cumulus

SmallSat Cumulus Deployment
Other
1 stars 0 forks source link

ORCA: Setup AWS Glacier Buckets in DR accounts #247

Closed krisstanton closed 11 months ago

krisstanton commented 12 months ago

Following instructions here: URL

krisstanton commented 12 months ago

Terminal Command Entered

# Create the two UAT Buckets
aws s3api create-bucket --bucket csda-cumulus-cba-uat-orca-archive --profile csda-dr-uat-6741 --region us-west-2 --create-bucket-configuration "LocationConstraint=us-west-2"
aws s3api create-bucket --bucket csda-cumulus-cba-uat-orca-reports --profile csda-dr-uat-6741 --region us-west-2 --create-bucket-configuration "LocationConstraint=us-west-2" 

# Create the two PROD Buckets 
aws s3api create-bucket --bucket csda-cumulus-cba-prod-orca-archive --profile csda-dr-prod-1741 --region us-west-2 --create-bucket-configuration "LocationConstraint=us-west-2"
aws s3api create-bucket --bucket csda-cumulus-cba-prod-orca-reports --profile csda-dr-prod-1741 --region us-west-2 --create-bucket-configuration "LocationConstraint=us-west-2"
krisstanton commented 12 months ago

We are blocked on this until the tickets get resolved. We need to give them a reasonable amount of time to respond. I will ping them after a little bit more time passes on this.

hbparache commented 11 months ago

CSDA team can update (new) doing now

krisstanton commented 11 months ago

Policies have been updated and appear to be functioning properly.