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.

posta 2 anni fa411 visualizzazioni
1 Risposta
-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
TECNICO DI SUPPORTO
con risposta 2 anni fa
  • 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?

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande