CLM-39516: Update AWS reference architecture to match L-sized architecture - #24
Open
jmromeroes wants to merge 3 commits into
Open
CLM-39516: Update AWS reference architecture to match L-sized architecture#24jmromeroes wants to merge 3 commits into
jmromeroes wants to merge 3 commits into
Conversation
…cture - Update ECS configuration to L profile: 8 vCPU ARM (Graviton), 64 GB RAM - Update Java heap to 48GB (75% of 64GB RAM) with AlwaysPreTouch and monitoring threads - Change Aurora/RDS instance class from db.r6g.4xlarge to db.r6g.2xlarge - Add ALB idle timeout configuration (180 seconds) - Add ecs_runtime_platform variable for ARM64 architecture - Update documentation with L Customer Profile notes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jmromeroes
force-pushed
the
CLM-39516-update-aws-reference-architecture
branch
from
April 15, 2026 21:32
47fc6b3 to
8a5e327
Compare
mealingr
reviewed
Apr 16, 2026
mealingr
reviewed
Apr 16, 2026
mealingr
reviewed
Apr 16, 2026
- Add "with 10 threads" to continuous monitoring comments - Remove unused ecs_runtime_platform variable (ARM architecture is enabled via platform_version = "LATEST" in ECS service) - Update L Customer Profile notes to mention 10 threads Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jmromeroes
requested review from
SirMaster and
mealingr
and removed request for
mealingr
April 16, 2026 16:03
- Update all hardcoded 'ref-arch' references to use var.cluster_name - Add alb_idle_timeout to ALB resource - Add ecs_memory_reservation to container definition - Use var.enable_container_insights in ECS cluster settings - Use var.common_tags for all resource tags - Update IAM policies to use dynamic SSM parameter paths This ensures all defined variables are properly utilized across the infrastructure configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SirMaster
removed their request for review
May 4, 2026 14:27
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.
Summary
db.r6g.4xlargetodb.r6g.2xlarge(8 vCPU, 64 GB RAM, ARM Graviton)ecs_runtime_platformvariable for ARM64 architecture supportChanges
ECS Configuration (L Profile)
Java Options
-XX:+AlwaysPreTouchfor consistent GC performance-Dinsight.threads.monitor=10for monitoring thread poolDatabase
db.r6g.2xlarge(8 vCPU, 64 GB RAM, ARM Graviton)Load Balancer
Test plan
terraform validate)Related
🤖 Generated with Claude Code