Closed shahramjoon closed 1 year ago
I am in step 10 in here https://catalog.us-east-1.prod.workshops.aws/workshops/e04c0885-830a-479b-844b-4c7af79697f8/en-US/lab-4/4-test-silo
I am creating a tenant with Premuim tier.
in codepipeline eks-saas-tenant-onboarding-pipeline
i am getting this error appearing in build step of Code pipeline when i want to create a tenant with pemium tier to test the solo scenario
in my cloudformatino i don't see any stack called ClusterStack if below error means it is looking for it.
[Container] 2022/12/28 22:35:36 Running command REGION=$(aws cloudformation describe-stacks --stack-name ClusterStack --query "Stacks[0].Outputs[?OutputKey=='AWSRegion'].OutputValue" --output text) 995 | 996 | An error occurred (ValidationError) when calling the DescribeStacks operation: Stack with id ClusterStack does not exist 997 | 998 | [Container] 2022/12/28 22:35:49 Command did not exit successfully REGION=$(aws cloudformation describe-stacks --stack-name ClusterStack --query "Stacks[0].Outputs[?OutputKey=='AWSRegion'].OutputValue" --output text) exit status 255 999 | [Container] 2022/12/28 22:35:49 Phase complete: POST_BUILD State: FAILED 1000 | [Container] 2022/12/28 22:35:49 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: REGION=$(aws cloudformation describe-stacks --stack-name ClusterStack --query "Stacks[0].Outputs[?OutputKey=='AWSRegion'].OutputValue" --output text). Reason: exit status 255 1001
I am in step 10 in here https://catalog.us-east-1.prod.workshops.aws/workshops/e04c0885-830a-479b-844b-4c7af79697f8/en-US/lab-4/4-test-silo
I am creating a tenant with Premuim tier.
in codepipeline eks-saas-tenant-onboarding-pipeline
i am getting this error appearing in build step of Code pipeline when i want to create a tenant with pemium tier to test the solo scenario
in my cloudformatino i don't see any stack called ClusterStack if below error means it is looking for it.
[Container] 2022/12/28 22:35:36 Running command REGION=$(aws cloudformation describe-stacks --stack-name ClusterStack --query "Stacks[0].Outputs[?OutputKey=='AWSRegion'].OutputValue" --output text) 995 | 996 | An error occurred (ValidationError) when calling the DescribeStacks operation: Stack with id ClusterStack does not exist 997 | 998 | [Container] 2022/12/28 22:35:49 Command did not exit successfully REGION=$(aws cloudformation describe-stacks --stack-name ClusterStack --query "Stacks[0].Outputs[?OutputKey=='AWSRegion'].OutputValue" --output text) exit status 255 999 | [Container] 2022/12/28 22:35:49 Phase complete: POST_BUILD State: FAILED 1000 | [Container] 2022/12/28 22:35:49 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: REGION=$(aws cloudformation describe-stacks --stack-name ClusterStack --query "Stacks[0].Outputs[?OutputKey=='AWSRegion'].OutputValue" --output text). Reason: exit status 255 1001