Skip to content

Commit d47fd71

Browse files
committed
Removing the DNS element. It caused a rollback error.
Trying to fix up the infrastrucutre.
1 parent 7be95d6 commit d47fd71

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

infrastructure/cloudformation-template.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,6 @@ Resources:
154154
HealthyThreshold: 1
155155
UnhealthyThreshold: 5
156156

157-
ApiDNSRecord:
158-
Type: AWS::Route53::RecordSet
159-
Properties:
160-
HostedZoneId: !Ref HostedZoneId
161-
Name: !Ref DomainName
162-
Type: A
163-
AliasTarget:
164-
DNSName: !GetAtt AppRunnerService.ServiceUrl
165-
HostedZoneId: Z0548130EFKXY74PMQGW # App Runner's hosted zone (us-east-2)
166-
EvaluateTargetHealth: true
167-
168157
Outputs:
169158
ServiceUrl:
170159
Description: App Runner service URL

0 commit comments

Comments
 (0)