AWS QuickStart Template leads to "The following resource(s) failed to create: [VPCStack]. . Rollback requested by user." Error

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

This article requires fixes

This article has been Flagged for fixing. Use caution when using it and fix it if you have Publisher rights.


問題

When using the JIRA QuickStart template with AWS, the setup fails  with the following error:

Waiting for changeset to be created..
Waiting for stack create/update to complete

Failed to create/update the stack. Run the following command
to fetch the list of events leading up to the failure
aws cloudformation describe-stack-events --stack-name JIRA-Data-Center


"ResourceStatusReason": "The following resource(s) failed to create: [VPCStack]. . Rollback requested by user.",
"ResourceStatusReason": "Template error: Fn::Select cannot select nonexistent value at index 1",
"ResourceStatusReason": "User Initiated",
"ResourceStatusReason": "User Initiated",


原因

The AvailabilityZone CloudFormation template is different from the region, and the quick start template requires entering at least 2 availability zones. This ensures the infrastructure is spread across 2 physical Amazon data centers, which are geographically very close to each other and helps ensure high availability.

ソリューション

 If you're launching the template from the AWS console, you can pick 2 availability zones from the picker. If you're launching via the AWS CLI, you can supply the parameters as a comma-separated list (for example us-east-1a,us-east-1b).


最終更新日 2020 年 6 月 3 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.