acm
ACM
GeneralAWS
General
General information about the service.
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
acm-Length
1-255
Valid Characters
Domain name characters
Scope
region
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "aws_acm_certificate" "main" {2 domain_name = var.domain_name3 validation_method = "DNS"4 lifecycle { create_before_destroy = true }5}
Utilities
Utilities to support app deployment or configuration.