bkv
February 25, 2020, 4:55am
1
Hi!
I have 2 domains. 1 set up a year ago. Now I repeat the same operations, but record CNAME for 2 domain is not added.
AWS:
Create S3 Bucket
Configure an S3 Bucket for Static Website Hosting
Set up public policy (like for 1st domain, copypaste with the replacement of the name domain):
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “PublicReadGetObject”,
“Effect”: “Allow”,
“Principal”: “",
“Action”: “s3:GetObject”,
“Resource”: "arn:aws:s3:::domain.ru/ ”
}
]
}
Add Record to create the subdomain DNS record:
In the Name field, enter @ or domain.ru .
In the Target field, enter the subdomain bucket endpoint without http://
part.
After hour, 6 hour, 1 day - not forwarding on domain.ru
sandro
February 25, 2020, 6:00am
2
bkv:
is not added.
What does that mean? You get an error message when adding the record? Which one?
Whats the domain?
Post a screenshot of your DNS records.
1 Like
bkv
February 25, 2020, 6:21am
3
Sorry “is not added.” mean " not forwarding on domain.ru " (
bkv
February 25, 2020, 6:23am
4
info - Another record shares the same name, so we’ve applied CNAME flattening.
bkv
February 25, 2020, 6:24am
5
record for www added after I add for @
sandro
February 25, 2020, 6:25am
6
Seems to work fine for me
Have you checked if it simply is a DNS propagation issue on your end?
Also, you dont have SSL enabled on your AWS server, just in case you want the site to be reachable on HTTPS too.
sandro
February 25, 2020, 6:27am
7
What does that mean? Flattening has nothing to do with “other records”. And if you point the same name to another address, that would explain why it wont work. You cannot point the same name to different servers.
bkv
February 25, 2020, 6:34am
8
i just type message “info” for CNAME .
bkv
February 25, 2020, 6:39am
10
@sandro thank you! Forgot to check access from other devices (ends) and the mobile phone site opens.
bkv
February 25, 2020, 6:46am
12
Yes - from outside my network, but inside cable provider - not working (
sandro
February 25, 2020, 6:48am
13
In that case it will be aforementioned DNS propagation. Just wait a couple of hours.
system
Closed
March 26, 2020, 6:55am
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.