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
954 stars 188 forks source link

saas-boost installation failing on cloud9 #497

Closed vcrego closed 1 year ago

vcrego commented 1 year ago

Trying to install saas-boost using cloud 9, failing with below logs. Are there any logs can give more details?

Note: The volume size already increased to 20G. Maven and java version set correctly. Tried without my admin credentials. Tried by passing my admin token, same result.

Logs:

$ ./install.sh Starting SaaS Boost installation... Building maven requirements... Building utils... Building installer... Error building installer for SaaS Boost.

vcrego commented 1 year ago

Please ignore, Got it resolved. The issue was on cloud9 side, its in private subnet hence unable to generate temporary credentials and my SSO token wasn't picking up. So had to put my credentails using aws configure and re-connect to cloud9 instance. Thank you.