All Questions

Filter by
Sorted by
Tagged with
5 votes
2 answers
2k views

Can we register domain in AWS route 53 via cloudformation?

I am new Cloudformation and I am trying to find a Cloudformation script to register the domain, say example.com under Route53. I looked at cloudformation pdf and found nothing related to domain ...
Dave's user avatar
  • 181
3 votes
3 answers
4k views

How to create an route53 record of the Private IP in Cloudformation

I have a cloudformation script in AWS that creates an EC2 instance, with some firewall rules, S3 mappings and other stuff.. and I create a DNS record in route53 for the public ip of the instance, this ...
Sverre's user avatar
  • 763
5 votes
0 answers
1k views

CloudFormation fails deleting a stack if a hostedzone contains non-required records, how can it be avoided?

I wrote a CloudFormation template which creates a whole environment which includes the creation of VPC, HostedZone, Subnets, Autoscaling Groups, etc... The servers which are created and are members ...
Itai Ganot's user avatar
  • 10.7k
0 votes
1 answer
767 views

Managing dependencies with CloudFormation and CFN-SIGNAL

This might get a bit convoluted but I'll try to simplify. I have a CloudFormation template setting up 3 identical EC2 machines, and using cfn-init in the UserData script it pulls some automation code ...
motig88's user avatar
  • 157
0 votes
1 answer
733 views

Using CloudFormation, I cannot get an AAAA record to work with ELB

I have the following two CloudFormation resources: "TestELB" { ... }, "TestRecordSetGroup": { "Type": "AWS::Route53::RecordSetGroup", "Properties": { "HostedZoneName": "example.com.", "...
smitelli's user avatar
  • 1,214
2 votes
1 answer
4k views

AWS CloudFormation Create Route 53 Private Hosted Zone

Hello and thanks in advance... I'm leveraging AWS CloudFormation to automatically build up a VPC and Subnets etc. I would like the CloudFormation template to create a Route 53 Private Hosted Zone ...
Christian Nuss's user avatar
2 votes
1 answer
989 views

CloudFormation with an ELB and its public dns

I'm using Cloudformation to build a load balanced stack. My concern is that each time the stack is recreated, the ELB public url will change, which will require a change in the website's route 53 ...
user307927's user avatar
13 votes
4 answers
7k views

AWS CloudFormation returning "Invalid request" when trying to create a AWS::Route53::RecordSet

I'm at a loss on this one. 99% of the time CloudFormation is pretty good at giving you some kind of debug message you can work with, but "Invalid request" has left me stumped, especially when the ...
Stephen Melrose's user avatar
4 votes
3 answers
7k views

How do I create DNS entries for EC2 instances created by Auto Scaling?

I'm looking into using auto scaling groups for a tier of webservers that would be fronted by an ELB. One of the things I'm having a hard time with is how to give each new instance the proper DNS name....
Evan's user avatar
  • 487
23 votes
2 answers
12k views

Aws vpc default route table in CloudFormation

Am I missing something but is there no way to add a route via CloudFormation to the default route table that comes provisioned with a VPC?
Sleeper Smith's user avatar