Skip to content

Right-sized ECS and RDS resources#459

Merged
vladsha-dev merged 1 commit intomainfrom
main-right-size-ecs-and-rds-resources
Dec 13, 2024
Merged

Right-sized ECS and RDS resources#459
vladsha-dev merged 1 commit intomainfrom
main-right-size-ecs-and-rds-resources

Conversation

@vladsha-dev
Copy link
Contributor

Right-sized the resources for Django containers across all environments and the RDS instance in the Production and Preprod environments. This will result in a savings of approximately $2,481. The following changes have been made:

  • Production:
    • RDS instance type was changed from db.m6in.8xlarge to db.m6in.4xlarge.
    • ECS tasks for Django containers: the number was reduced from 12 to 10, and memory was reduced from 8GB to 4GB.
  • Preprod:
    • RDS instance type was changed from db.m6in.8xlarge to db.m6in.4xlarge.
    • ECS tasks for Django containers: the number was reduced from 12 to 10, and memory was reduced from 8GB to 4GB.
    • These changes were made to maintain parity with the Production environment, as it is a copy of that environment.
  • Staging:
    • ECS tasks for Django containers: memory was reduced from 8GB to 2GB.
  • Test:
    • ECS tasks for Django containers: memory was reduced from 8GB to 4GB.
  • Development:
    • ECS tasks for Django containers: memory was reduced from 8GB to 1GB, and CPU was reduced from 1 vCPU to 0.5 vCPU.

Right-sized the resources for Django containers across all environments
and the RDS instance in the Production and Preprod environments. This
will result in a savings of approximately $2,481. The following changes
have been made:
 - Production:
 - RDS instance type was changed from `db.m6in.8xlarge` to
`db.m6in.4xlarge`.
  - ECS tasks for Django containers: the number was reduced from `12` to
`10`, and memory was reduced from `8GB` to `4GB`.
 - Preprod:
  - RDS instance type was changed from `db.m6in.8xlarge` to
`db.m6in.4xlarge`.
  - ECS tasks for Django containers: the number was reduced from `12` to
`10`, and memory was reduced from `8GB` to `4GB`.
  - These changes were made to maintain parity with the Production
environment, as it is a copy of that environment.
 - Staging:
  - ECS tasks for Django containers: memory was reduced from `8GB` to
`2GB`.
 - Test:
  - ECS tasks for Django containers: memory was reduced from `8GB` to
`4GB`.
 - Development:
  - ECS tasks for Django containers: memory was reduced from `8GB` to
`1GB`, and CPU was reduced from `1 vCPU` to `0.5 vCPU`.
@vladsha-dev vladsha-dev self-assigned this Dec 13, 2024
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:01 — with GitHub Actions Inactive
@sonarqubecloud
Copy link

@coderabbitai
Copy link

coderabbitai bot commented Dec 13, 2024

📝 Walkthrough

Walkthrough

This pull request includes modifications to several Terraform configuration files for different environments of the OpenSupplyHub project. Key changes involve reductions in resource allocations, specifically the CPU and memory for Fargate services and adjustments to RDS instance types across development, pre-production, production, staging, and test environments. Additionally, the release notes have been updated to reflect these changes and other bug fixes within the application.

Changes

File Path Change Summary
deployment/environments/terraform-development.tfvars - app_fargate_cpu updated from "1024" to "512"
- app_fargate_memory updated from "8192" to "1024"
deployment/environments/terraform-preprod.tfvars - rds_instance_type updated from "db.m6in.8xlarge" to "db.m6in.4xlarge"
- app_ecs_desired_count updated from "12" to "10"
- app_fargate_memory updated from "8192" to "4096"
deployment/environments/terraform-production.tfvars - rds_instance_type updated from "db.m6in.8xlarge" to "db.m6in.4xlarge"
- app_ecs_desired_count updated from "12" to "10"
- app_fargate_memory updated from "8192" to "4096"
deployment/environments/terraform-staging.tfvars - app_fargate_memory updated from "8192" to "2048"
deployment/environments/terraform-test.tfvars - app_fargate_memory updated from "8192" to "4096"
doc/release/RELEASE-NOTES.md - Updated to reflect changes in version 1.27.0, including bug fixes and resource adjustments.

Possibly related PRs

Suggested reviewers

  • roman-stolar
  • VadimKovalenkoSNF
  • mazursasha1990

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Outside diff range and nitpick comments (2)
deployment/environments/terraform-preprod.tfvars (1)

19-19: LGTM - Preprod maintains parity with production

The resource reductions mirror production exactly, which is ideal for:

  • Validating production changes
  • Testing performance impact
  • Identifying potential issues

Suggestions:

  1. Use preprod to validate the resource reductions before rolling out to production
  2. Run load tests in preprod with production-like workloads
  3. Monitor key metrics (response times, error rates, resource utilization)

Also applies to: 25-25, 29-29

doc/release/RELEASE-NOTES.md (1)

77-90: Improve list formatting consistency

The release notes content is comprehensive, but the formatting could be improved for better readability.

Apply this formatting:

* Right-sized the resources for Django containers across all environments and the RDS instance in the Production and Preprod environments. This will result in a savings of approximately $2,481. The following changes have been made:
  * Production:
    * RDS instance type was changed from `db.m6in.8xlarge` to `db.m6in.4xlarge`.
    * ECS tasks for Django containers: the number was reduced from `12` to `10`, and memory was reduced from `8GB` to `4GB`.
  * Preprod:
    * RDS instance type was changed from `db.m6in.8xlarge` to `db.m6in.4xlarge`.
    * ECS tasks for Django containers: the number was reduced from `12` to `10`, and memory was reduced from `8GB` to `4GB`.
    * These changes were made to maintain parity with the Production environment, as it is a copy of that environment.
  * Staging:
    * ECS tasks for Django containers: memory was reduced from `8GB` to `2GB`.
  * Test:
    * ECS tasks for Django containers: memory was reduced from `8GB` to `4GB`.
  * Development:
    * ECS tasks for Django containers: memory was reduced from `8GB` to `1GB`, and CPU was reduced from `1 vCPU` to `0.5 vCPU`.
🧰 Tools
🪛 Markdownlint (0.37.0)

78-78: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


79-79: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


80-80: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


81-81: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


82-82: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


83-83: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


84-84: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


85-85: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


86-86: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


87-87: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


88-88: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


89-89: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


90-90: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


78-78: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


79-79: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


80-80: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


81-81: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


82-82: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


83-83: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


84-84: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


85-85: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


86-86: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


87-87: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


88-88: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


89-89: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


90-90: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between fee6700 and a3f8980.

📒 Files selected for processing (6)
  • deployment/environments/terraform-development.tfvars (1 hunks)
  • deployment/environments/terraform-preprod.tfvars (1 hunks)
  • deployment/environments/terraform-production.tfvars (1 hunks)
  • deployment/environments/terraform-staging.tfvars (1 hunks)
  • deployment/environments/terraform-test.tfvars (1 hunks)
  • doc/release/RELEASE-NOTES.md (1 hunks)
🧰 Additional context used
🪛 Markdownlint (0.37.0)
doc/release/RELEASE-NOTES.md

78-78: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


79-79: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


80-80: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


81-81: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


82-82: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


83-83: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


84-84: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


85-85: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


86-86: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


87-87: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


88-88: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


89-89: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


90-90: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)


78-78: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


79-79: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


80-80: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


81-81: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


82-82: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


83-83: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


84-84: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


85-85: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


86-86: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


87-87: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


88-88: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)


89-89: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


90-90: Expected: 4; Actual: 8
Unordered list indentation

(MD007, ul-indent)

🔇 Additional comments (3)
deployment/environments/terraform-production.tfvars (1)

18-18: Consider gradual resource reduction in production

Significant resource reductions:

  • RDS: 50% reduction (8xlarge → 4xlarge)
  • ECS tasks: 17% reduction (12 → 10)
  • Memory: 50% reduction (8GB → 4GB)

While these align with cost-saving objectives, consider:

  1. Implementing these changes gradually
  2. Setting up detailed monitoring
  3. Having a rollback plan

Consider implementing:

  • Resource utilization alerts
  • Performance monitoring dashboards
  • Load testing with reduced resources
  • Gradual rollout strategy (e.g., start with RDS, then ECS, then memory)

Also applies to: 24-24, 29-29

✅ Verification successful

Resource reduction plan appears safe with existing monitoring

The infrastructure has adequate monitoring in place to safely implement the proposed resource reductions:

  1. CloudWatch monitoring is configured with:

    • CPU and memory alarms for cache (aws_cloudwatch_metric_alarm for cache_cpu and cache_memory)
    • Log groups for application components (app, cli, cc, dd, kafka, logstash)
    • Lambda-based failure alerts for batch and step functions
  2. Resource changes align with other environments:

    • RDS: m6in.4xlarge matches preprod configuration
    • Memory allocations (4GB) align with test environment settings
    • Similar configurations are already tested in lower environments

Recommendations for implementation:

  1. Use existing CloudWatch alarms to monitor performance during changes
  2. Roll out changes during low-traffic periods
  3. Start with staging verification, then preprod, before production deployment
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check for performance-related issues in production
gh api repos/opensupplyhub/open-supply-hub/issues \
  --jq '.[] | select(.labels[].name == "production" or .labels[].name == "performance") | {title: .title, url: .html_url}' | \
  grep -i "performance\|timeout\|memory\|slow"

Length of output: 219


Script:

#!/bin/bash
# Let's check for monitoring and alerting configurations
fd "monitoring|alert|dashboard" --type f

# Check terraform files for monitoring resources
rg -l "monitoring|cloudwatch|alert|metric" --type tf

# Look for existing resource configurations
rg "rds_instance_type|ecs_task|memory" --type tfvars -A 2 -B 2

Length of output: 4099


Script:

#!/bin/bash
# Check terraform configurations for monitoring and metrics
rg "monitoring|cloudwatch|alert|metric" -A 5 -B 5 deployment/terraform/container_service.tf deployment/terraform/iam.tf

# Check for existing resource configurations in terraform files
rg "rds_instance_type|task_count|memory" deployment/environments/ -A 2 -B 2

# Look for CloudWatch alarms or monitoring configurations
rg "aws_cloudwatch_metric_alarm|aws_cloudwatch_log_metric_filter" deployment/terraform/

Length of output: 17936

deployment/environments/terraform-development.tfvars (1)

30-31: Verify the impact of significant memory reduction

The memory allocation has been significantly reduced from 8GB to 1GB. While this aligns with cost optimization goals, please verify:

  1. Application performance remains stable with 1GB memory
  2. No out-of-memory errors occur during development tasks
✅ Verification successful

Memory allocation in development environment appears appropriate

The reduced memory configuration (1GB) in the development environment is consistent with the application's resource patterns across environments:

  1. Production/Preprod: 4GB memory
  2. Staging: 2GB memory
  3. Test: 4GB memory
  4. Development: 1GB memory

The development environment has appropriately scaled-down resources:

  • Single instance count (app_ecs_desired_count = "1")
  • Reduced CPU (512 = 0.5 vCPU)
  • Proportionally reduced memory (1GB)
  • Smaller RDS instance (db.t3.micro)

The configuration maintains the right balance for development workloads while optimizing costs.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for OOM events in CloudWatch logs

# Get the log group name for the ECS service
LOG_GROUP=$(aws logs describe-log-groups --log-group-name-prefix "/ecs/opensupplyhub-development" --query 'logGroups[0].logGroupName' --output text)

# Search for OOM events in the last 24 hours
echo "Checking for OOM events in $LOG_GROUP..."
aws logs filter-log-events \
  --log-group-name "$LOG_GROUP" \
  --filter-pattern "\"out of memory\" OR \"OutOfMemoryError\" OR \"Killed\"" \
  --start-time $(($(date +%s) - 86400))000

Length of output: 565


Script:

#!/bin/bash
# Let's check the application's memory usage patterns and requirements from the codebase

# Search for memory-related configurations in the infrastructure code
echo "=== Checking memory configurations across environments ==="
fd -e tfvars -x cat {} \; 2>/dev/null

# Look for Docker memory configurations
echo -e "\n=== Checking Docker memory configurations ==="
fd -e dockerfile -e compose.yml -e compose.yaml -x cat {} \; 2>/dev/null

# Search for memory-intensive operations in the codebase
echo -e "\n=== Checking for potential memory-intensive operations ==="
rg -i "memory|heap|cache" --type-add 'config:*.{yml,yaml,json,conf,config}' --type config

Length of output: 10324

deployment/environments/terraform-test.tfvars (1)

35-35: LGTM! Resource optimization looks appropriate

The reduction to 4GB memory for the test environment maintains a good balance between cost optimization and testing requirements.

@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:03 — with GitHub Actions Inactive
@barecheck
Copy link

barecheck bot commented Dec 13, 2024

React App | Jest test suite - Code coverage report

Total: 27.88%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:07 — with GitHub Actions Inactive
@barecheck
Copy link

barecheck bot commented Dec 13, 2024

Dedupe Hub App | Unittest test suite - Code coverage report

Total: 56.14%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:08 — with GitHub Actions Inactive
@barecheck
Copy link

barecheck bot commented Dec 13, 2024

Contricleaner App | Unittest test suite - Code coverage report

Total: 98.91%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:09 — with GitHub Actions Inactive
@barecheck
Copy link

barecheck bot commented Dec 13, 2024

Countries App | Unittest test suite - Code coverage report

Total: 100%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@vladsha-dev vladsha-dev temporarily deployed to Quality Environment December 13, 2024 15:18 — with GitHub Actions Inactive
@barecheck
Copy link

barecheck bot commented Dec 13, 2024

Django App | Unittest test suite - Code coverage report

Total: 79.96%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@vladsha-dev vladsha-dev enabled auto-merge (squash) December 13, 2024 15:53
Copy link
Contributor

@mazursasha1990 mazursasha1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vladsha-dev vladsha-dev merged commit 81a9845 into main Dec 13, 2024
@vladsha-dev vladsha-dev deleted the main-right-size-ecs-and-rds-resources branch December 13, 2024 16:45
protsack-stephan pushed a commit that referenced this pull request Apr 12, 2025
Right-sized the resources for Django containers across all environments
and the RDS instance in the Production and Preprod environments. This
will result in a savings of approximately $2,481. The following changes
have been made:
 - Production:
  - RDS instance type was changed from `db.m6in.8xlarge` to
`db.m6in.4xlarge`.
  - ECS tasks for Django containers: the number was reduced from `12` to
`10`, and memory was reduced from `8GB` to `4GB`.
 - Preprod:
  - RDS instance type was changed from `db.m6in.8xlarge` to
`db.m6in.4xlarge`.
  - ECS tasks for Django containers: the number was reduced from `12` to
`10`, and memory was reduced from `8GB` to `4GB`.
  - These changes were made to maintain parity with the Production
environment, as it is a copy of that environment.
 - Staging:
  - ECS tasks for Django containers: memory was reduced from `8GB` to
`2GB`.
 - Test:
  - ECS tasks for Django containers: memory was reduced from `8GB` to
`4GB`.
 - Development:
  - ECS tasks for Django containers: memory was reduced from `8GB` to
`1GB`, and CPU was reduced from `1 vCPU` to `0.5 vCPU`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants