@@ -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 */
@@ -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 */
@@ -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