Skip to content

Commit cd0ee09

Browse files
committed
add intro sentence to domain tutorial
1 parent 72991ba commit cd0ee09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tutorials/use-your-own-domain-name.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_position: 600
55

66
# How to Use Your Own Domain With AWS
77

8+
This tutorial will show you how to set up and use your own domain when deploying to AWS using Defang.
9+
810
<iframe width="560" height="315" src="https://www.youtube.com/embed/n4RlMpsdTbs?si=_Ru6tobSbi9LT4Q1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
911

1012
## Prerequisites
@@ -35,7 +37,7 @@ You'll need to create NS records in your domain registrar that point to the AWS
3537

3638

3739
## Step 3 - Set up Your Compose File
38-
In your compose file, specify the domain name you want to use, for example
40+
In your Compose file, specify the domain name you want to use, for example:
3941

4042
```yaml
4143
services:
@@ -56,7 +58,7 @@ Run the following command to deploy your service:
5658
defang compose up
5759
```
5860

59-
This will deploy your service and set up the necessary DNS records in Route 53 as seen in the screenshot below as well as provision SSL certificates. You can now access your service at the domain you specified in your compose file.
61+
This will deploy your service and set up the necessary DNS records in Route 53 as seen in the screenshot below as well as provision SSL certificates. You can now access your service at the domain you specified in your Compose file.
6062

6163
<img src="/img/domains-tutorial/route53-records.png" alt="Route 53 DNS Records Screenshot" />
6264

0 commit comments

Comments
 (0)