KO
|
EN
gitlite — search
Search
#javascript
#php
#ruby
#python
#java
#hacktoberfest
#puppet
#c-sharp
#erlang
#jquery
#library
#logic-programming
quickstart-aws-acm-certificate
★ 13
Open GitHub ↗
AWS Quick Start Team
Download README (.md)
Explore Similar Repositories
terraform-aws-static-website
:
Terraform Module to provision an AWS static website using Route53, S3, and CloudFront.
terraform-aws-acm-certificate
:
A Terraform module to create an Amazon Certificate Manager (ACM) certificate with Route 53 DNS validation.
acm-controller
:
ACK Service controller for AWS Certificate Manager (ACM)
cfn-generic-custom-resource
:
CloudFormation generic custom resource provider.
aws-cert-utils
:
Certificate Utility for AWS(ACM, IAM, ALB, CLB, CloudFront)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
quickstart-aws-acm-certificate
?
Download (.md)
## 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.