File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,11 +131,6 @@ exports[`The Report stack matches the snapshot for CODE 1`] = `
131131 " PropagateAtLaunch" : true ,
132132 " Value" : " guardian/mobile-n10n" ,
133133 },
134- {
135- " Key" : " gu:riffraff:new-asg" ,
136- " PropagateAtLaunch" : true ,
137- " Value" : " true" ,
138- },
139134 {
140135 " Key" : " LogKinesisStreamName" ,
141136 " PropagateAtLaunch" : true ,
@@ -1074,11 +1069,6 @@ exports[`The Report stack matches the snapshot for PROD 1`] = `
10741069 " PropagateAtLaunch" : true ,
10751070 " Value" : " guardian/mobile-n10n" ,
10761071 },
1077- {
1078- " Key" : " gu:riffraff:new-asg" ,
1079- " PropagateAtLaunch" : true ,
1080- " Value" : " true" ,
1081- },
10821072 {
10831073 " Key" : " LogKinesisStreamName" ,
10841074 " PropagateAtLaunch" : true ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { GuStack } from '@guardian/cdk/lib/constructs/core';
88import { GuCname } from '@guardian/cdk/lib/constructs/dns' ;
99import { GuAllowPolicy } from '@guardian/cdk/lib/constructs/iam' ;
1010import type { App } from 'aws-cdk-lib' ;
11- import { Tags } from 'aws-cdk-lib' ;
1211import { Duration } from 'aws-cdk-lib' ;
1312import type { CfnAutoScalingGroup } from 'aws-cdk-lib/aws-autoscaling' ;
1413import { InstanceClass , InstanceSize , InstanceType } from 'aws-cdk-lib/aws-ec2' ;
@@ -90,9 +89,6 @@ export class Report extends GuStack {
9089 `/opt/aws-kinesis-agent/configure-aws-kinesis-agent ${ this . region } mobile-log-aggregation-${ this . stage } /var/log/${ app } /application.log` ,
9190 ) ;
9291
93- // This is needed to dual-stack; it can be removed once the legacy infrastructure is cleaned up
94- Tags . of ( playApp . autoScalingGroup ) . add ( 'gu:riffraff:new-asg' , 'true' ) ;
95-
9692 const vpcParameter = GuVpcParameter . getInstance ( this ) ;
9793 // This is necessary whilst dual-stacking because there is already a parameter called VpcId in the YAML template
9894 // Once the YAML template has been removed we should be able to drop this override
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ deployments:
1616 report :
1717 type : autoscaling
1818 parameters :
19- asgMigrationInProgress : true
2019 bucketSsmLookup : true
2120 bucketSsmKey : /account/services/artifact.bucket.n10n
2221 dependencies : [report-cfn]
You can’t perform that action at this time.
0 commit comments