@@ -28,8 +28,8 @@ new RenderingCDKStack(cdkApp, 'ArticleRendering-PROD', {
28
28
stage : 'PROD' ,
29
29
domainName : 'article-rendering.guardianapis.com' ,
30
30
scaling : {
31
- minimumInstances : 27 ,
32
- maximumInstances : 270 ,
31
+ minimumInstances : 24 ,
32
+ maximumInstances : 240 ,
33
33
policies : {
34
34
step : {
35
35
cpu : cpuScalingSteps ,
@@ -52,7 +52,7 @@ new RenderingCDKStack(cdkApp, 'ArticleRendering-PROD', {
52
52
} ,
53
53
} ,
54
54
} ,
55
- instanceType : InstanceType . of ( InstanceClass . C7G , InstanceSize . MEDIUM ) ,
55
+ instanceType : InstanceType . of ( InstanceClass . C8G , InstanceSize . MEDIUM ) ,
56
56
} ) ;
57
57
58
58
/** Facia */
@@ -68,8 +68,8 @@ new RenderingCDKStack(cdkApp, 'FaciaRendering-PROD', {
68
68
stage : 'PROD' ,
69
69
domainName : 'facia-rendering.guardianapis.com' ,
70
70
scaling : {
71
- minimumInstances : 30 ,
72
- maximumInstances : 180 ,
71
+ minimumInstances : 21 ,
72
+ maximumInstances : 210 ,
73
73
policies : {
74
74
step : {
75
75
cpu : cpuScalingSteps ,
@@ -92,7 +92,7 @@ new RenderingCDKStack(cdkApp, 'FaciaRendering-PROD', {
92
92
} ,
93
93
} ,
94
94
} ,
95
- instanceType : InstanceType . of ( InstanceClass . C7G , InstanceSize . MEDIUM ) ,
95
+ instanceType : InstanceType . of ( InstanceClass . C8G , InstanceSize . MEDIUM ) ,
96
96
} ) ;
97
97
98
98
/** Tag pages */
@@ -108,8 +108,8 @@ new RenderingCDKStack(cdkApp, 'TagPageRendering-PROD', {
108
108
stage : 'PROD' ,
109
109
domainName : 'tag-page-rendering.guardianapis.com' ,
110
110
scaling : {
111
- minimumInstances : 15 ,
112
- maximumInstances : 150 ,
111
+ minimumInstances : 9 ,
112
+ maximumInstances : 90 ,
113
113
policies : {
114
114
step : {
115
115
cpu : cpuScalingSteps ,
@@ -132,7 +132,7 @@ new RenderingCDKStack(cdkApp, 'TagPageRendering-PROD', {
132
132
} ,
133
133
} ,
134
134
} ,
135
- instanceType : InstanceType . of ( InstanceClass . C7G , InstanceSize . MEDIUM ) ,
135
+ instanceType : InstanceType . of ( InstanceClass . C8G , InstanceSize . MEDIUM ) ,
136
136
} ) ;
137
137
138
138
/** Interactive */
@@ -172,5 +172,5 @@ new RenderingCDKStack(cdkApp, 'InteractiveRendering-PROD', {
172
172
} ,
173
173
} ,
174
174
} ,
175
- instanceType : InstanceType . of ( InstanceClass . C7G , InstanceSize . MEDIUM ) ,
175
+ instanceType : InstanceType . of ( InstanceClass . C8G , InstanceSize . MEDIUM ) ,
176
176
} ) ;
0 commit comments