File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const registrationCodeProps: RegistrationProps = {
3030 app : 'registration' ,
3131 env : { region : 'eu-west-1' } ,
3232 instanceMetricGranularity : '5Minute' ,
33- minAsgSize : 1 ,
33+ minAsgSize : 0 ,
3434} ;
3535
3636export const registrationProdProps : RegistrationProps = {
@@ -39,8 +39,8 @@ export const registrationProdProps: RegistrationProps = {
3939 app : 'registration' ,
4040 env : { region : 'eu-west-1' } ,
4141 instanceMetricGranularity : '1Minute' ,
42- maxAsgSize : 12 ,
43- minAsgSize : 1 ,
42+ maxAsgSize : 0 ,
43+ minAsgSize : 0 ,
4444} ;
4545
4646new Registration ( app , 'Registration-CODE' , registrationCodeProps ) ;
Original file line number Diff line number Diff line change @@ -220,13 +220,13 @@ exports[`The Registration stack matches the snapshot for CODE 1`] = `
220220 ],
221221 },
222222 },
223- " MaxSize" : " 2 " ,
223+ " MaxSize" : " 0 " ,
224224 " MetricsCollection" : [
225225 {
226226 " Granularity" : " 1Minute" ,
227227 },
228228 ],
229- " MinSize" : " 1 " ,
229+ " MinSize" : " 0 " ,
230230 " Tags" : [
231231 {
232232 " Key" : " App" ,
@@ -1880,13 +1880,13 @@ exports[`The Registration stack matches the snapshot for PROD 1`] = `
18801880 ],
18811881 },
18821882 },
1883- " MaxSize" : " 12 " ,
1883+ " MaxSize" : " 0 " ,
18841884 " MetricsCollection" : [
18851885 {
18861886 " Granularity" : " 1Minute" ,
18871887 },
18881888 ],
1889- " MinSize" : " 1 " ,
1889+ " MinSize" : " 0 " ,
18901890 " Tags" : [
18911891 {
18921892 " Key" : " App" ,
You can’t perform that action at this time.
0 commit comments