Skip to content

Instantly share code, notes, and snippets.

@isaurssaurav
Last active August 20, 2019 06:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaurssaurav/d68b29b054228b081b5473353a692867 to your computer and use it in GitHub Desktop.
Save isaurssaurav/d68b29b054228b081b5473353a692867 to your computer and use it in GitHub Desktop.
Point Godaddy domain to aws s3 bucket
In AWS Console
1. Create a bucket
1.1 name a bucket as domain for easy purpose
2. Go to properties of bucket
2.1. Go to edit bucket policy
- in text editor, edit a resource key with your domain name after ::
2.2. Go to static web hosting
- Enable a webhosting option
2.2.1. There is a endpoint link which is used to point your bucket to domain
In Godaddy Console
1. Go to manage DNS
1.1. point CNAME-www to endpoint recive from aws console
Reference : https://www.youtube.com/watch?v=zzNlwGaccs4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment