#Route53

12 messages · Page 1 of 1 (latest)

jade basin
#

I keep getting this error code: [Tried to create an alias that targets d1rjnk9azrfd0f.cloudfront.net., type A in zone Z04732832HJZEKNE8JUGT, but the alias target name does not lie within the target zone, Tried to create an alias that targets d1rjnk9azrfd0f.cloudfront.net., type A in zone Z04732832HJZEKNE8JUGT, but that target was not found] UPDATE_ROLLBACK_IN_PROGRESS AWS::CloudFormation::Stack cloud-resume The following resource(s) failed to create: [MyRoute53Record]. This is my code: MyRoute53Record: Type: "AWS::Route53::RecordSetGroup" Properties: HostedZoneId: Z04732832HJZEKNE8JUGT RecordSets: - Name: website.cloudrookie.com Type: A AliasTarget: HostedZoneId: Z04732832HJZEKNE8JUGT DNSName: !GetAtt MyDistribution.DomainName

I believe my "HostedZoneId" under my Alias Target is supposed to be pointed to something else.

I tried changing my "HostedZoneId" to whatever my CDN Id was and that did not work. I read that it might be my S3 bucket zone ID, if that is true I do not know where to find it

#

Quick question neither one of my records are Type A. one is a NS type and the other is a SOA type. Do I have to change my type to one of those or does it have to be a Type A record?

blissful flume
jade basin
jade basin
blissful flume
jade basin
#

Also this is the code im using for my ROUTE53: MyRoute53Record:
Type: "AWS::Route53::RecordSetGroup"
Properties:
HostedZoneId: Z04732832HJZEKNE8JUGT
RecordSets:
- Name: website.cloudrookie.com
Type: A
AliasTarget:
HostedZoneId: Z04732832HJZEKNE8JUGT
DNSName: !GetAtt MyDistribution.DomainName

blissful flume
jade basin
#

I've been using SAM

#

everything through AWS CLI mostly

blissful flume