~ $ cdk bootstrap aws://$(aws sts get-caller-identity --query Account --output text)/$AWS_REGION
⏳ Bootstrapping environment aws://xxxxxxxxxx/eu-central-1...
Trusted accounts for deployment: (none)
Trusted accounts for lookup: (none)
Using default execution policy of 'arn:aws:iam::aws:policy/AdministratorAccess'. Pass '--cloudformation-execution-policies' to customize.
CDKToolkit: creating CloudFormation changeset...
❌ Environment aws://xxxxxxxxxx/eu-central-1 failed bootstrapping: ToolkitError: Failed to create ChangeSet cdk-deploy-change-set on CDKToolkit: FAILED, The following hook(s)/validation failed: [AWS::EarlyValidation::ResourceExistenceCheck]. To troubleshoot Early Validation errors, use the DescribeEvents API for detailed failure information.
Based on this comment: #1000 (comment)
cdk bootstrapmay result in failedAWS::EarlyValidationchecks with errors hidden. In this case we should attempt to call the API to retrieve more detailed output.