Amazon Certificate Manager · Capability
Amazon Certificate Manager Certificate Lifecycle Management
Unified workflow for managing SSL/TLS certificate lifecycles on AWS, enabling DevOps engineers and security teams to provision, inspect, and retire certificates for websites and internal services.
What You Can Do
GET
List certificates
— List all ACM certificates with optional status filtering
/v1/certificates
POST
Request certificate
— Request a new SSL/TLS certificate with DNS or email validation
/v1/certificates
GET
Describe certificate
— Get full details of a specific ACM certificate
/v1/certificates/{certificateArn}
DELETE
Delete certificate
— Delete an ACM certificate
/v1/certificates/{certificateArn}
MCP Tools
list-certificates
List all ACM SSL/TLS certificates, optionally filtered by status
read-only
idempotent
describe-certificate
Get detailed metadata for a specific ACM certificate by ARN, including domain, status, expiry, and issuer
read-only
idempotent
request-certificate
Request a new ACM SSL/TLS certificate for a domain using DNS or email validation
delete-certificate
Delete an ACM certificate by ARN. Cannot delete certificates in use by AWS services.
idempotent
APIs Used
acm