An open API service indexing awesome lists of open source software.

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

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.