Skip to content

Commit d03c64f

Browse files
committed
Tear down iframely
1 parent 379b349 commit d03c64f

File tree

5 files changed

+0
-343
lines changed

5 files changed

+0
-343
lines changed

dns/theworld.org-hosted-zone.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -428,19 +428,6 @@ Resources:
428428
DNSName: d3jc4xenw0jrpx.cloudfront.net.
429429
HostedZoneId: Z2FDTNDATAQYW2 # Global CloudFront hosted zone ID
430430

431-
Embed: # This is for Iframely
432-
Type: AWS::Route53::RecordSetGroup
433-
Properties:
434-
Comment: Embed
435-
HostedZoneId: !Ref HostedZone
436-
RecordSets:
437-
# Iframely
438-
- Name: !Sub embed.${Domain}
439-
ResourceRecords:
440-
- infrast-Alb-GLMLUHY47JTG-1091895049.us-east-1.elb.amazonaws.com.
441-
TTL: "3600"
442-
Type: CNAME
443-
444431
Embedded: # This is for embedded players
445432
Type: AWS::Route53::RecordSetGroup
446433
Properties:

spire/templates/apps-100A.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ Parameters:
5555

5656
IdSharedAlbListenerRulePriorityPrefix: { Type: String }
5757

58-
IframelySharedAlbListenerRulePriorityPrefix: { Type: String }
59-
6058
PlaySharedAlbListenerRulePriorityPrefix: { Type: String }
6159

6260
StyleguideSharedAlbListenerRulePriorityPrefix: { Type: String }
@@ -309,36 +307,6 @@ Resources:
309307
TemplateURL: !Sub ${TemplateUrlPrefix}/id.yml
310308
TimeoutInMinutes: 20
311309

312-
IframelyStack:
313-
Type: AWS::CloudFormation::Stack
314-
UpdateReplacePolicy: Delete
315-
DeletionPolicy: Delete
316-
Properties:
317-
Parameters:
318-
NestedChangeSetScrubbingResourcesState: !Ref NestedChangeSetScrubbingResourcesState
319-
AlbFullName: !Ref AlbFullName
320-
AlbHttpsListenerArn: !Ref AlbHttpsListenerArn
321-
EcsClusterArn: !Ref EcsClusterArn
322-
VpcId: !Ref VpcId
323-
EcrImageTag: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/The_World-Iframely/pkg/docker-image-tag
324-
AlbListenerRulePriorityPrefix: !Ref IframelySharedAlbListenerRulePriorityPrefix
325-
EnvironmentType: !Ref EnvironmentType
326-
EnvironmentTypeAbbreviation: !Ref EnvironmentTypeAbbreviation
327-
RootStackName: !Ref RootStackName
328-
RootStackId: !Ref RootStackId
329-
X8664AsgCapacityProviderName: !Ref X8664AsgCapacityProviderName
330-
Tags:
331-
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
332-
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
333-
- { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
334-
- { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
335-
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
336-
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
337-
- { Key: prx:dev:family, Value: The World }
338-
- { Key: prx:dev:application, Value: Iframely }
339-
TemplateURL: !Sub ${TemplateUrlPrefix}/iframely.yml
340-
TimeoutInMinutes: 20
341-
342310
PlayStack:
343311
Type: AWS::CloudFormation::Stack
344312
UpdateReplacePolicy: Delete
@@ -491,8 +459,5 @@ Outputs:
491459
IdTargetGroupFullName:
492460
Value: !GetAtt IdStack.Outputs.TargetGroupFullName
493461

494-
IframelyTargetGroupFullName:
495-
Value: !GetAtt IframelyStack.Outputs.TargetGroupFullName
496-
497462
PlayWebTargetGroupFullName:
498463
Value: !GetAtt PlayStack.Outputs.WebTargetGroupFullName

spire/templates/apps/iframely.yml

Lines changed: 0 additions & 287 deletions
This file was deleted.

spire/templates/dashboards.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ Parameters:
6363

6464
IdTargetGroupFullName: { Type: String }
6565

66-
IframelyTargetGroupFullName: { Type: String }
67-
6866
InsightsWebTargetGroupFullName: { Type: String }
6967

7068
MetricsTargetGroupFullName: { Type: String }
@@ -175,7 +173,6 @@ Resources:
175173
[ "AWS/ApplicationELB", "RequestCount", "TargetGroup", "${FeederWebTargetGroupFullName}", "LoadBalancer", "${SharedAlbFullName}", { "label": "Feeder" } ],
176174
[ "AWS/ApiGateway", "Count", "ApiId", "${FeederAuthProxyApiId}", { "label": "Feeder Auth Proxy" } ],
177175
[ "AWS/ApplicationELB", "RequestCount", "TargetGroup", "${IdTargetGroupFullName}", "LoadBalancer", "${SharedAlbFullName}", { "label": "ID" } ],
178-
[ "AWS/ApplicationELB", "RequestCount", "TargetGroup", "${IframelyTargetGroupFullName}", "LoadBalancer", "${SharedAlbFullName}", { "label": "Iframely" } ],
179176
[ "AWS/ApplicationELB", "RequestCount", "TargetGroup", "${InsightsWebTargetGroupFullName}", "LoadBalancer", "${SharedAlbFullName}", { "label": "Dovetail Insights" } ],
180177
[ "AWS/ApplicationELB", "RequestCount", "TargetGroup", "${MetricsTargetGroupFullName}", "LoadBalancer", "${SharedAlbFullName}", { "label": "Metrics" } ],
181178
[ "AWS/ApplicationELB", "RequestCount", "TargetGroup", "${NetworksPublicWebTargetGroupFullName}", "LoadBalancer", "${SharedAlbFullName}", { "label": "Networks" } ],

0 commit comments

Comments
 (0)