components icon indicating copy to clipboard operation
components copied to clipboard

Unable to deploy ACM Certificates to regions other than US-EAST-1

Open austencollins opened this issue 4 years ago • 3 comments

Received a user report that you cannot deploy the express Component to another region, other than us-east-1. Unclear if this is an ACM issue or a Component issue. It's likely the website Component may be running into the same issue, as well as any Component that has a custom domain.

austencollins avatar Apr 20 '20 13:04 austencollins

I'm pretty new to both serverless framework and AWS.

I firstly created a website with the website component specifying that the region was eu-central-1. The certificate has been created in us-east-1.

It seems that there's no problem with the site itself. The problem is when I try to create an express app with the express component.

I get the error 55s » api » Invalid certificate ARN: arn:aws:acm:us-east-1:MY_CERTIFICATE. Certificate must be in 'eu-central-1'.. I've created an issue here https://github.com/serverless-components/express/issues/10

StErMi avatar May 06 '20 06:05 StErMi

@StErMi thanks for reporting. I replied there.

eahefnawy avatar May 06 '20 15:05 eahefnawy

Just an FYI, I think it's probably the same issue for graphql.

xiaoxinghu avatar Jun 18 '20 04:06 xiaoxinghu