Hi Team, I am going to create a route53 record with cloudfront please find the cloud-formation code and in which I am getting an error while create a stack. Basically I want to create a CNAME record by using cloudfront domain name. Please help me out in this. Answer You can use the below template I should raise as you’re
Tag: aws-cloudformation
Doing git clone with bash script, could not read Password for repository
I’m trying to deploy Amazon EC2 instance through CloudFormation and I’m trying to clone a repository with a bash script with cfn-init. However, when I deploy the EC2 instance, I can see from cloud-init-output.log that the git clone fails, and this is the error: How can I input the password with the bash script correctly? I’ve tried the yes found