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.

asked 2 years ago383 views
1 Answer
-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 ENGINEER
answered 2 years ago
  • 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?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions