Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

aws-quickstart/quickstart-aws-acm-certificate

Deprecation Notice

❌ This repository is subject to deprecation in Q4 2024. For more details, please review this announcement.

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:

    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.

About

AWS Quick Start Team

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages