AWS Certificate Manager is a service that lets you easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources. SSL/TLS certificates are used to secure network communications and establish the identity of websites over the Internet as well as resources on private networks. AWS Certificate Manager removes the time-consuming manual process of purchasing, uploading, and renewing SSL/TLS certificates.
With AWS Certificates Managers, you can quickly request a certificate, deploy it on ACM-integrated AWS resources, such as Elastic Load Balancers, Amazon CloudFront distributions, and APIs on API Gateway, and let AWS Certificates Manager handle certificate renewals. It also enables you to create private certificates for your internal resources and manage the certificate lifecycle centrally. Public and private certificates provisioned through AWS Certificates Manager for use with ACM-integrated services are free. You pay only for the AWS resources you create to run your application. With AWS Certificate Manager Private Certificate Authority, you pay monthly for the operation of the private CA and for the private certificates you issue.
Below are the cmdlets which are available with AWS Certificate Manager
CmdletName | ServiceOperation |
Add-ACMCertificateTag | AddTagsToCertificate |
Export-ACMCertificate | ExportCertificate |
Get-ACMCertificate | GetCertificate |
Get-ACMCertificateDetail | DescribeCertificate |
Get-ACMCertificateList | ListCertificates |
Get-ACMCertificateTagList | ListTagsForCertificate |
Import-ACMCertificate | ImportCertificate |
Invoke-ACMCertificateRenewal | RenewCertificate |
New-ACMCertificate | RequestCertificate |
Remove-ACMCertificate | DeleteCertificate |
Remove-ACMCertificateTag | RemoveTagsFromCertificate |
Send-ACMValidationEmail | ResendValidationEmail |
Update-ACMCertificateOption | UpdateCertificateOptions |
You can also check other AWS Services, and each services cmdlets we are providing.