Skip to content

Commit

Permalink
docs: update header for route-53 record module
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-ng committed Aug 5, 2024
1 parent 1d398e4 commit a9ded84
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modules/route-53-record/.header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# AWS Route53 Setup for Domain

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.

## Assumptions

- You have a domain managed by AWS Route53.
- You have an existing ALB with a DNS name and zone ID.
- The ACM certificate for your domain is already issued and available in your AWS account.

## Prerequisites

1. **Terraform:** Make sure you have Terraform installed. Refer to the [Terraform installation guide](https://learn.hashicorp.com/tutorials/terraform/install-cli) if needed.
2. **AWS Credentials:** Ensure your AWS credentials are configured. You can do this by setting environment variables or using the AWS credentials file.
3. **Existing Resources:** The following resources must already exist:
- An AWS Route53 hosted zone for your domain.
- An AWS ACM certificate for your domain that is in the `ISSUED` state.
- An ALB with a DNS name and zone ID.

0 comments on commit a9ded84

Please sign in to comment.