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.

gefragt vor 2 Jahren411 Aufrufe
1 Antwort
-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
SUPPORT-TECHNIKER
beantwortet vor 2 Jahren
  • 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?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen