Troubleshoot AWS pipes
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
Below is a list of issues or errors that arise, and their potential solutions when using AWS Pipes. We also encourage you to use the Atlassian Community to find answers and ask questions about building your own pipelines. If a feature of Bitbucket is causing problems, contact our Support team.
Atlassian Support can't help with problems with your own scripts and tools.
診断
Error “… (InvalidClientTokenId) …: The security token included in the request is invalid“
This error occurs when the user failed to pass authentication. Either the appropriate user is not active or user access keys are not valid.
ソリューション
Resolve authentication issues by following steps:
ensure that the AWS keys repository variables used in the repository are valid, accurate, and contain no spaces or typos
ensure that the corresponding user is active in the AWS console
In specific situations, someone who also has access to your IAM console could delete a user by mistake. If this is the case, create the user again with the appropriate permissions.
Error “…user is not authorized to access following resources….“:
This error occurs when a user doesn’t have the necessary authentication. This happens when the appropriate permissions are not set or the user doesn’t have all the necessary permissions.
ソリューション
Resolve this error by following the steps below:
make sure the user has the necessary permissions assigned to them. Go to the AWS IAM console and check the set of current permissions (AWS IAM managed, inline, and custom policies that are used to define permissions)
make sure you have set up AWS IAM permissions properly, so users have the necessary authorization. Sometimes it can be difficult to figure out within the AWS console what IAM permissions should be added, especially when granular permissions are set up for a user. For that follow Policy conditions for extra security, Troubleshooting AWS Policies, and AWS IAM troubleshooting guides to pass authorization.
Error “…stack in ROLLBACK_IN_COMPLETE (ROLLBACK_IN_PROGRESS, …) state
This error means that something went wrong when executing some actions on your AWS Cloudformation stack. It could also be an authorization error or another error that happened when an action was deployed.
ソリューション
Resolve this error by following the steps below:
Go to your stack in the Cloudformation console.
Select the Events tab. All the errors that happened while executing actions on the stack should be displayed here.
Resolve all the errors (authorization errors, non-existing issues, etc.).
Repeat your deploy.
If you have more questions that are not listed on this page, use the Atlassian Community to find answers and ask questions about building your own pipelines.
Still having problems?
アトラシアン サポートにお問い合わせください。喜んでお手伝いします。可能な限り詳細な情報をご提供ください。
- 影響を受けているアプリケーションのログ (該当する場合)
- エラー メッセージのスクリーンショット (ログに含まれていない場合)
- 過去に行った手順についての情報