awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

Tenant creation fails #453

Closed kohken-s closed 1 year ago

kohken-s commented 1 year ago

Hi, Team

Tenant creation fails

AWS SaaS Boost Version :1.1.1, 2.0.0, 2.0.1, 2.1.0, 2.1.0-2 i tried different versions

2.0.0 later case Installed SaaS Boost successfully. after install do the following

  1. IAM onboarding-svc-role add ECRFullAccess
    because ECR Repositories not Created
  2. IAM workload-deploy-role add ECSFullAccess because ECS Claster not Created

Login to AWS SaaS boost, Create and provide Application Details. Upload appliation image to AWS ECR Repository. Provisioning tenant --> Failed

ECS console check Task not created ---- Deploy Error --- Tenant creation fails CloudWatch check workload-deploy log INFO EcsDeploy - No active, provisioned tenants to deploy to 0

is there anything i can do

sorry, i can't write english well

Environment

This is :bug: Bug Report WS000003

kohken-s commented 1 year ago

1, use the updated version of the efs-utils package.

  1. SaasBoost 2.1.0-2 installed
  2. Login to AWS SaaS boost, Create and provide Application Details.
  3. Upload appliation image to AWS ECR Repository.
  4. Provisioning tenant --> Failed

WS000004

[onboarding-events] error log

please advice

raman231 commented 1 year ago

This one has the same root cause as Issue #452

raman231 commented 1 year ago

Pull Request #454 already in place with the fix for this. Waiting review and merge to main

Edit - new PR #458 raised for fixing #452

PoeppingT commented 1 year ago

Thanks for your detailed investigation @kohken-s . Closing this issue as a duplicate of https://github.com/awslabs/aws-saas-boost/issues/452

kohken-s commented 1 year ago

Hi, Team

Thank you update.

2.1.0-6 installed. But Install Error

Installation Error: Error with CloudFormation stack sb-*****. Check the events in the AWS CloudFormation Console CloudFormation: InvokeRdsOptions - Custom::CustomResource - CREATE_FAILED

Can not Login to AWS SaaS boost Console where is the problem. please advice.

WS000006

brtrvn commented 1 year ago

Resolved with the merge of #460