Skip to content

Configure Dev endpoint

Zphu Pro edited this page Mar 6, 2019 · 9 revisions

This is bucket s3 that DevOps team created for me screen shot 2019-03-06 at 12 32 19 am

and now I going to link it to Route 53

Configuring Amazon Route 53 to Route Traffic to a web dev S3 Bucket To configure Amazon Route 53 to route traffic to an S3 bucket that is configured to host a static website, perform the following procedure.

To route traffic to an S3 bucket

I Sign in to the AWS Management Console and open the Route 53 console at https://console.aws.amazon.com/route53/home?region=us-east-2. screen shot 2019-03-04 at 10 44 17 pm

In the navigation pane, choose Hosted Zones. screen shot 2019-03-06 at 12 35 21 am

Choose the name of the hosted zone that has the domain name that you want to use to route traffic to Web-Dev S3 bucket.

I Choose to Create Record Set.

Specify the following values:

Name Enter the domain name that you want to use to route traffic to your S3 bucket. The default value is the name of the hosted zone.

For example, if the name of the hosted zone is example.com and you want to use acme.example.com to route traffic to your bucket, enter acme.

Type Choose A – IPv4 address.

Alias Choose Yes.

Alias Target In the S3 website endpoints section of the list, I choose the bucket s3-website.us-east-2.amazonaws.com. that you specified for Name. screen shot 2019-03-06 at 12 36 31 am

The Alias Target list includes a bucket only if the bucket meets the following requirements:

The name of the bucket is the same as the name of the record that you're creating.

The bucket is configured as a website endpoint.

The bucket was created by the current AWS account.

Routing Policy: simple

Evaluate Target Health Accept the default value of No.

Choose to Create. This Show The endpoint link 👍 screen shot 2019-03-06 at 12 38 37 am

I uploaded all file from web UI team for testing screen shot 2019-03-06 at 12 40 12 am

Changes generally propagate to all Route 53 servers within 60 seconds. When propagation is done, you'll be able to route traffic to your S3 bucket by using the name of the alias record that you created in this procedure.

This is what I get when I enter dev endpoint in the web browser screen shot 2019-03-06 at 12 41 34 am