I have a fresh AWS account with no certificates connected to it.
This is what it looks like when I try to request a certificate for a domain through the Amazon Certificate Manager:
![Error message when requesting a certificate.[1]](https://i.stack.imgur.com/0GORv.png)
Trying the aws acm request-certificate command from the command line gives me:
An error occurred (LimitExceededException) when calling the
RequestCertificate operation: Cannot request more certificates in this account.
Contact Customer Service for details
The documentation mention limits, but I have no certificates so I shouldn't have exceeded it.
Any ideas what the problem might be?

aws acm list-certificatesshow anything? - Dusan Bajic{ "CertificateSummaryList": [] }- Dag Heyman