Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions spire/templates/apps-100A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Parameters:
DovetailRedisReplicationGroupEndpointPort: { Type: String }
AnnounceResourcePrefix: { Type: String }
PorterJobExecutionSnsTopicArn: { Type: AWS::SSM::Parameter::Value<String> }
DovetailCdnLogsKinesisStreamArn: { Type: String }
DovetailCountedKinesisStreamArn: { Type: String }
X8664AsgCapacityProviderName: { Type: String }
Aarch64AsgCapacityProviderName: { Type: String }
Expand Down Expand Up @@ -195,7 +194,6 @@ Resources:
ArrangementsDynamodbTableName: !Sub /prx/${EnvironmentTypeAbbreviation}/dovetail-cdn-arranger/ARRANGEMENTS_DDB_TABLE
ArrangementsDynamodbAccessRoleArn: !Sub /prx/${EnvironmentTypeAbbreviation}/dovetail-cdn-arranger/ARRANGEMENTS_DDB_ACCESS_ROLE
DovetailCdnLogsKinesisStreamArn: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Counts/cdn-logs-kinesis-stream-arn-${AWS::Region}
OldDovetailCdnLogsKinesisStreamArn: !Ref DovetailCdnLogsKinesisStreamArn
DovetailCountedKinesisStreamArn: !Ref DovetailCountedKinesisStreamArn
DovetailRedisClientSecurityGroupId: !Ref DovetailRedisClientSecurityGroupId
DovetailRedisReplicationGroupEndpointAddress: !Ref DovetailRedisReplicationGroupEndpointAddress
Expand Down
9 changes: 0 additions & 9 deletions spire/templates/apps/dovetail-counts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Parameters:
ArrangementsDynamodbTableName: { Type: AWS::SSM::Parameter::Value<String> }
ArrangementsDynamodbAccessRoleArn: { Type: AWS::SSM::Parameter::Value<String> }
DovetailCdnLogsKinesisStreamArn: { Type: AWS::SSM::Parameter::Value<String> }
OldDovetailCdnLogsKinesisStreamArn: { Type: String }
DovetailCountedKinesisStreamArn: { Type: String }
DovetailRedisReplicationGroupEndpointAddress: { Type: String }
DovetailRedisReplicationGroupEndpointPort: { Type: String }
Expand Down Expand Up @@ -83,14 +82,6 @@ Resources:
KINESIS_IMPRESSION_STREAM: !Ref DovetailCountedKinesisStreamArn
REDIS_URL: !Sub cluster://${DovetailRedisReplicationGroupEndpointAddress}:${DovetailRedisReplicationGroupEndpointPort}
Events:
CountsBytesKinesisTrigger:
Properties:
BatchSize: 100
BisectBatchOnFunctionError: true
Enabled: false
StartingPosition: LATEST
Stream: !Ref OldDovetailCdnLogsKinesisStreamArn
Type: Kinesis
CountsBytesKinesisStreamTrigger:
Properties:
BatchSize: 100
Expand Down
1 change: 0 additions & 1 deletion spire/templates/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ Resources:
SharedAuroraMysqlPort: !Ref SharedAuroraMysqlPort
AnnounceResourcePrefix: !GetAtt SharedAnnounceStack.Outputs.ResourcePrefix
PorterJobExecutionSnsTopicArn: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/${AWS::Region}/porter-job-execution-topic-arn
DovetailCdnLogsKinesisStreamArn: !GetAtt SharedDovetailKinesisStack.Outputs.DovetailCdnLogsKinesisStreamArn
DovetailCountedKinesisStreamArn: !GetAtt SharedDovetailKinesisStack.Outputs.DovetailCountedKinesisStreamArn
X8664AsgCapacityProviderName: !GetAtt SharedEcsAsgStack.Outputs.CapacityProviderName
Aarch64AsgCapacityProviderName: !GetAtt SharedEcsAsgAarch64Stack.Outputs.CapacityProviderName
Expand Down