Amplify domain creation statuses: what do they mean?

1

Does anyone have any documentation on what the various Amplify domain statuses mean? The javascript API only gives the status names themselves, but no meaning:

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplify/enums/domainstatus.html

I can't find any documentation on this.

Thanks.

已提問 2 年前檢視次數 411 次
1 個回答
-1

Hello,

Thank you for reaching out to us.

Currently at this moment, there isn't any documentation that describes what each of the status mean ? However, values for the domain status are self explanatory.

Domain status is the current status of the Domain association where domain association is that associates a custom domain with an Amplify app [1].

domainStatus - PENDING_VERIFICATION | IN_PROGRESS | AVAILABLE | PENDING_DEPLOYMENT | FAILED | CREATING | REQUESTING_CERTIFICATE | UPDATING

PENDING_VERIFICATION - haven't yet verified domain ownership with the ACM validation record

IN_PROGRESS - Domain association is in progress

AVAILABLE - The CloudFront distribution is ready to serve the customer website

PENDING_DEPLOYMENT - The CloudFront distribution is pending a deployment

FAILED - Something went wrong

CREATING - Creating the domain association

REQUESTING_CERTIFICATE - Have been able to verify the ACM validation record, and now requesting their free SSL certificate

UPDATING - Updating domain association

References:

  1. https://docs.aws.amazon.com/amplify/latest/APIReference/API_DomainAssociation.html#amplify-Type-DomainAssociation-domainStatus
AWS
支援工程師
已回答 2 年前
  • I would disagree that this is self-explanatory. For example "IN_PROGRESS", what does it actually mean that the association is in-progress? What is happening at this stage?

    Secondly, which order do these statuses occur in?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南