How to setup a domain using S3 bucket

+1 vote
Can someone help me to configure a website, i have purchased a domain from godaddy, i want to host the files from S3. Can someone help me?
Mar 26, 2019 in AWS by coolkid
494 views

1 answer to this question.

+1 vote

The first thing you should notice and keep a track off is your subdomain name must be the same as the S3 bucket name.

Once you name a new bucket as per your Sub Domain naming convention, you will have S3 URL assigned to it that looks something like http://subdomain.domain.com.s3-website-us-east-1.amazonaws.com

Now Next thing you need to do is to host your domain and map your subdomain to the URL from above step. where a mapping the host "subdomain" to the address "subdomain.mydomain.com.s3-website-us-east-1.amazonaws.com" as a CNAME record.

answered Mar 26, 2019 by Esha

Related Questions In AWS

0 votes
1 answer

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

answered Sep 6, 2018 in AWS by Archana
• 4,170 points
18,940 views
0 votes
1 answer

How to appoint a sub-domain in a S3 bucket?

You need to rename your bucket to ...READ MORE

answered Oct 12, 2018 in AWS by Archana
• 4,170 points
1,371 views
+6 votes
3 answers
0 votes
1 answer

how to access AWS S3 from Lambda in VPC

With boto3, the S3 urls are virtual by default, ...READ MORE

answered Sep 28, 2018 in AWS by Priyaj
• 58,090 points
9,555 views
0 votes
1 answer

AWS S3 uploading hidden files by default

versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE

answered Oct 4, 2018 in AWS by Priyaj
• 58,090 points
5,387 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

answered Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,827 views
0 votes
1 answer

Import my AWS credentials using python script

Using AWS Cli  Configure your IAM user then ...READ MORE

answered Nov 16, 2018 in AWS by Jino
• 5,810 points
2,557 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP