From the course: AWS DevOps: Continuous Docker Deployment to AWS Fargate from GitLab

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using a custom domain with GitLab

Using a custom domain with GitLab

From the course: AWS DevOps: Continuous Docker Deployment to AWS Fargate from GitLab

Start my 1-month free trial

Using a custom domain with GitLab

[Instructor] In the EC2 Consol, click on Instances. Select our Gitlab instance, and copy the elastic IP that we assigned earlier. Click on the services menu and type route53. And select the option that auto completes. Click on Hosted Zones and click on your domain name. Click on Create Record Set and for name I'm going to type Gitlab. So now I'm defining my Gitlab URL so my users are going to access Gitlab at https://gitlab.simpleemailservice.org Make sure the type is set to A record. For the value, paste in your elastic IP. And click Create. We also need to create a record for our Gitlab container registry. In the configuration that we're going to set later inside of Gitlab, we're going to set the registry URL as registry.gitlab.simpleemailservice.org. So click Create Record Set and type registry.gitlab. Make sure it's an A record and paste in the same elastic IP and click create. Now we haven't started the server yet so we can't go test this but we will in the next few videos.

Contents