Skip to content

Commit

Permalink
Increase Airflow Storage to 32GB (#797)
Browse files Browse the repository at this point in the history
Increased Airflow Volume to 32GB
  • Loading branch information
felix-se-cat authored Feb 24, 2025
1 parent c1c53c8 commit 5a1d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/services/airflow/eb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "aws_elastic_beanstalk_environment" "eb-api-env" {
setting {
namespace = "aws:autoscaling:launchconfiguration"
name = "RootVolumeSize"
value = "16"
value = "32"
resource = ""
}

Expand Down

0 comments on commit 5a1d9f9

Please sign in to comment.