digitalepidemiologylab/crowdbreaks-streamer

Write a script for renaming the AWS resources after renaming a project

utanashati opened this issue · 1 comments

Write a script for renaming the AWS resources after renaming a project

Which sources have project names in their title?

  • AWS::ECR::Repository — models stored in SageMaker
    • Impossible to rename, may be harder to recreate
  • AWS::KinesisFirehose::DeliveryStream
    • Impossible to rename, need to recreate, but it's pretty easy
  • S3 project folders — the most expensive to rename
    • $0.0054 + $0.00043 = $0.00583 per 1000 objects (COPY + DELETE)
    • project_covid contains 526,434 objects now, it's $3 to rename the S3 folder 😂