jhatler / janus

Just Another Neural Utility System
MIT License
1 stars 3 forks source link

chore: move ubuntu-cloudimg containers to ECR #410

Closed jhatler closed 3 months ago

jhatler commented 3 months ago

This is a cost savings measure.

Refs: #406 Signed-off-by: Jaremy Hatler hatler.jaremy@gmail.com

infracost[bot] commented 3 months ago

💰 Infracost report

Monthly estimate increased by $54 📈

Changed project Baseline cost Usage cost* Total change New monthly cost
terraform-stacks-network +$44 +$10 +$54 (+69%) $132
terraform-stacks-ubuntu_cloudimg +$0 +$5 +$5 $5
terraform-stacks-ubuntu_cloudimgs +$0 -$5 -$5 $0

*Usage costs were estimated using Infracost Cloud settings, see docs for other options.

Estimate details (includes details of unsupported resources and skipped projects due to errors) ``` Key: * usage cost, ~ changed, + added, - removed ────────────────────────────────── Project: terraform-stacks-network Module path: terraform/stacks/network + aws_vpc_endpoint.ecr_api +$27 + Data processed (first 1PB) +$5, +500 GB* + Endpoint (Interface) +$22 + aws_vpc_endpoint.ecr_dkr +$27 + Data processed (first 1PB) +$5, +500 GB* + Endpoint (Interface) +$22 Monthly cost change for terraform-stacks-network (Module path: terraform/stacks/network) Amount: +$54 ($78 → $132) Percent: +69% ────────────────────────────────── Project: terraform-stacks-ubuntu_cloudimg Module path: terraform/stacks/ubuntu_cloudimg + aws_ecr_repository.ubuntu_cloudimg +$5 + Storage +$5, +50 GB* Monthly cost change for terraform-stacks-ubuntu_cloudimg (Module path: terraform/stacks/ubuntu_cloudimg) Amount: +$5 ($0.00 → $5) ────────────────────────────────── Project: terraform-stacks-ubuntu_cloudimgs Module path: terraform/stacks/ubuntu_cloudimgs - aws_ecr_repository.ubuntu_cloudimgs -$5 - Storage -$5, -50 GB* Monthly cost change for terraform-stacks-ubuntu_cloudimgs (Module path: terraform/stacks/ubuntu_cloudimgs) Amount: -$5 ($5 → $0.00) ────────────────────────────────── Project: terraform-stacks-runners Module path: terraform/stacks/runners Errors: Failed to lookup module "spacelift.io/jhatler/runner-template/aws" - No versions found for registry module ────────────────────────────────── Project: terraform-stacks-auth Module path: terraform/stacks/auth Errors: Failed to lookup module "spacelift.io/jhatler/github-oidc/aws" - No versions found for registry module Diff baseline error: Failed to lookup module "spacelift.io/jhatler/github-oidc/aws" - No versions found for registry module ────────────────────────────────── Key: * usage cost, ~ changed, + added, - removed 9 projects have no cost estimate changes. Run the following command to see their breakdown: infracost breakdown --path=/path/to/code ────────────────────────────────── *Usage costs were estimated using Infracost Cloud settings, see docs for other options. 164 cloud resources were detected: ∙ 20 were estimated ∙ 131 were free ∙ 13 are not supported yet, see https://infracost.io/requested-resources: ∙ 10 x aws_network_acl_association ∙ 3 x aws_s3_bucket_lifecycle_configuration Infracost estimate: Monthly estimate increased by $54 ↑ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓ ┃ Changed project ┃ Baseline cost ┃ Usage cost* ┃ Total change ┃ ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━━━┫ ┃ terraform-stacks-network ┃ +$44 ┃ +$10 ┃ +$54 (+69%) ┃ ┃ terraform-stacks-ubuntu_cloudimg ┃ +$0 ┃ +$5 ┃ +$5 ┃ ┃ terraform-stacks-ubuntu_cloudimgs ┃ +$0 ┃ -$5 ┃ -$5 ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━━━┛ ```

This comment will be updated when code changes.