Skip to content

Commit

Permalink
Upgrade api to t3.medium (#724)
Browse files Browse the repository at this point in the history
* Upgrade api to t3.medium

* typo
  • Loading branch information
peterdudfield authored Dec 20, 2024
1 parent 932c99c commit caa65c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/nowcasting/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module "api" {
container-tag = var.api_version
container-registry = "openclimatefix"
eb-app_name = "nowcasting-api"
eb-instance_type = "t3.small"
eb-instance_type = "t3.medium"
s3_bucket = [
{ bucket_read_policy_arn = module.s3.iam-policy-s3-nwp-read.arn },
{ bucket_read_policy_arn = module.s3.iam-policy-s3-sat-read.arn }
Expand Down

0 comments on commit caa65c6

Please sign in to comment.