#refarch (2024-09)

Cloud Posse Reference Architecture

2024-09-25

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@RB @Hans D @Jonathan Eunice any of you have an ECR pull thru cache component?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Matt Gowie

RB avatar

I do not, am interested ^

Matt Gowie avatar
Matt Gowie

Nope.

RB avatar

Seems fairly easy

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_pull_through_cache_rule

resource "aws_ecr_pull_through_cache_rule" "default" {
  ecr_repository_prefix = var.ecr_repository_prefix
  upstream_registry_url = var.upstream_registry_url
  credential_arn        = var.credential_arn
}

2024-09-26

    keyboard_arrow_up