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?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠