Skip to content

Commit

Permalink
Merge pull request #7685 from ministryofjustice/TM-354
Browse files Browse the repository at this point in the history
TM-354,TM-355: Build APEX Preprod env
  • Loading branch information
vc13837 authored Sep 4, 2024
2 parents 6fe4f62 + b0230a0 commit dc007ce
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion terraform/environments/apex/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,53 @@
"oas_lz_cidr": "10.206.4.156/32"
},
"preproduction": {
"example_var": "preproduction-data"
"ec2amiid": "ami-0cbc8c735c4f995b2",
"ec2instancetype": "t3.xlarge",
"workspace_cidr": "10.200.16.0/20",
"u01_orahome_size": "20",
"u01_orahome_snapshot": "snap-04bb413fa2de334af",
"u02_oradata_size": "100",
"u02_oradata_snapshot": "snap-0416e80340b5aaeda",
"u03_redo_size": "50",
"u03_redo_snapshot": "snap-05b79d15d7ac9cc71",
"u04_arch_size": "50",
"u04_arch_snapshot": "snap-0bab28ac43aa1b16c",
"container_instance_type": "linux",
"instance_type": "t3a.medium",
"key_name": "",
"ec2_desired_capacity": 1,
"ec2_max_size": 2,
"ec2_min_size": 1,
"app_count": 1,
"appscaling_min_capacity": 1,
"appscaling_max_capacity": 2,
"ecs_scaling_cpu_threshold": 80,
"ecs_scaling_mem_threshold": 80,
"ec2_instance_warmup_period": 300,
"container_memory_allocation": 1000,
"region": "eu-west-2",
"docker_image_tag": "preproduction",
"app_debug_enabled": "false",
"acm_cert_domain_name": "modernisation-platform.service.justice.gov.uk",
"server_port": 8080,
"apex_ec2_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7HDDHiShHK9+kATKP7ovDjuwVbodTQ7+L2k7RkvZkoIsQVz5MlDyusagTE4WhzdGjAjid9C+4RoZ0Emjhk+w4h5prA2u4xDYNwvi0wrV2q6DunUkhuyb77pgEeyYHUfzlIYJvxzW36v22+wL2GjHfQ2G/hsJTemLAimBswv3iJjAZaPjIFxi8MXBCiB+dwdfbNOE3DBvib0qKcCjeRA7PoTZv/G6e6KJKzEI+dm8McomkiVnAG2S5Asd5zdrjuCf+qbceLnK+iwMhsdGA5WvItfeoRfolXQ+sqJWh/hfKY2BzPtys7Hc/AMqSv4ky/f69lBJ/RpsIwr2qHYLju44M39gHYXOl1gXbu4PcdYuBVRWoHHiiSkyDS85MUlTCG60XqIkkt0WD4r3Mi/fy02GC2kWYHk40Kmc0DbEEB4oKEjr/pPh8kwwR7eNbxMfPeft5ssprwIJjRrvfVwxTIbpM60HjjYrsgn9IrRHldI6EFj1Mr/m3FqhOcAJtfg2F5fc= vincent.cheung@MJ004609",
"database_status_alarm_threshold": "1",
"database_cpu_alarm_threshold": "85",
"database_oracle_alerts_alarm_threshold": "1",
"database_pmon_status_alarm_threshold": "1",
"ecs_cpu_alarm_threshold": "75",
"ecs_memory_alarm_threshold": "75",
"asg_cpu_alarm_threshold": "85",
"asg_status_alarm_threshold": "1",
"alb_response_time_alarm_threshold": "10",
"alb_response_time_max_alarm_threshold": "60",
"alb_unhealthy_hosts_alarm_threshold": "0",
"alb_rejected_connections_alarm_threshold": "10",
"alb_target_5xx_alarm_threshold": "1",
"alb_elb_5xx_alarm_threshold": "10",
"alb_target_4xx_alarm_threshold": "10",
"alb_elb_4xx_alarm_threshold": "10",
"oas_lz_cidr": "10.206.4.156/32"
},
"production": {
"example_var": "production-data",
Expand Down

0 comments on commit dc007ce

Please sign in to comment.