Skip to content

Commit a9ded84

Browse files
author
rohit-ng
committed
docs: update header for route-53 record module
1 parent 1d398e4 commit a9ded84

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/route-53-record/.header.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AWS Route53 Setup for Domain
2+
3+
This Terraform module sets up an AWS Route53 record for a given domain and retrieves the most recent AWS ACM certificate for the base domain. It uses an existing Application Load Balancer (ALB) to create an alias record in Route53.
4+
5+
## Assumptions
6+
7+
- You have a domain managed by AWS Route53.
8+
- You have an existing ALB with a DNS name and zone ID.
9+
- The ACM certificate for your domain is already issued and available in your AWS account.
10+
11+
## Prerequisites
12+
13+
1. **Terraform:** Make sure you have Terraform installed. Refer to the [Terraform installation guide](https://learn.hashicorp.com/tutorials/terraform/install-cli) if needed.
14+
2. **AWS Credentials:** Ensure your AWS credentials are configured. You can do this by setting environment variables or using the AWS credentials file.
15+
3. **Existing Resources:** The following resources must already exist:
16+
- An AWS Route53 hosted zone for your domain.
17+
- An AWS ACM certificate for your domain that is in the `ISSUED` state.
18+
- An ALB with a DNS name and zone ID.

0 commit comments

Comments
 (0)