Right-sized ECS and RDS resources#458
Merged
vladsha-dev merged 1 commit intoreleases/v.1.26from Dec 13, 2024
Merged
Conversation
|
React App | Jest test suite - Code coverage reportTotal: 27.96%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
killev
approved these changes
Dec 13, 2024
Dedupe Hub App | Unittest test suite - Code coverage reportTotal: 56.14%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Countries App | Unittest test suite - Code coverage reportTotal: 100%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Contricleaner App | Unittest test suite - Code coverage reportTotal: 98.91%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Django App | Unittest test suite - Code coverage reportTotal: 79.95%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
vladsha-dev
added a commit
that referenced
this pull request
Dec 13, 2024
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`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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:
db.m6in.8xlargetodb.m6in.4xlarge.12to10, and memory was reduced from8GBto4GB.db.m6in.8xlargetodb.m6in.4xlarge.12to10, and memory was reduced from8GBto4GB.8GBto2GB.8GBto4GB.8GBto1GB, and CPU was reduced from1 vCPUto0.5 vCPU.