https://github.com/aws-quickstart/quickstart-aws-acm-certificate
AWS Quick Start Team
https://github.com/aws-quickstart/quickstart-aws-acm-certificate
Last synced: about 1 year ago
JSON representation
AWS Quick Start Team
- Host: GitHub
- URL: https://github.com/aws-quickstart/quickstart-aws-acm-certificate
- Owner: aws-quickstart
- License: apache-2.0
- Created: 2020-02-03T20:51:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T22:44:01.000Z (almost 4 years ago)
- Last Synced: 2023-06-14T22:31:34.996Z (about 3 years ago)
- Language: Python
- Size: 467 KB
- Stars: 11
- Watchers: 10
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Deprecation Notice
:x: This repository is subject to deprecation in Q4 2024. For more details, [please review this announcement](https://github.com/aws-ia/.announcements/issues/1).
## quickstart-aws-acm-certificate
This Quick Start module provides a simple way to create validated public ACM certificates using
either DNS or email validation. The DNS validation for the certificate is automated through custom
lambda
## Input parameters:
```yaml
DomainName: my.super.cool.dnsname # FQDN For the ACM Certificate
HostedZoneID: XZXZXXXZZZZZZZ # AWS R53 HostedZone for DNS verification of domain ownership
QSS3BucketName: aws-quickstart # The consuming QuickStart
QSS3BucketRegion: us-east-1 # The consuming QuickStart
QSS3KeyPrefix: !Sub ${QSS3KeyPrefix}submodules/quickstart-aws-acm-certificate/
```
To use e-mail verification of the Domain please leave Hosted Zone ID blank.