AWS Certificate List Jun 3, 2020 • Ulysses Here’s how to get a list of certificates in AWS Certificate Manager. <pre lang="bash"> aws acm list-certificates \ --profile default \ --region us-east-1 \ --output text \ --query 'CertificateSummaryList[*].{ARN:CertificateArn,Domain:DomainName}'