Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added punctuation

...

Joget is also available in AWS Marketplace. Installation guide is available on the Marketplace page. Ensure that you have installed eksctl when following the instruction.


Common Errors

Terraform

  • Error: error configuring S3 Backend: no valid credential sources for S3 Backend found.
    • You may have not setup your AWS Credentials yet, or if you are assuming role, your session may have expire.
    • Solution: Run aws configure and input the Access Keys or export the Access Keys into your terminal environment or assume the previous role once again to get new session credentials.

Kubernetes/EKS

  • Unable to locate credentials. You can configure credentials by running "aws configure".
    • You may have not setup your AWS Credentials yet, or if you are assuming role, your session may have expire.
    • Solution: Run aws configure and input the Access Keys or export the Access Keys into your terminal environment or assume the previous role once again to get new session credentials.
  • You must be logged in to the server (Unauthorized)

...

  • Quicklaunch: Cloudformation Stack failed to be created
    • There can be numerous reasons the stack can be failed.
    • The most common and important reason is the Helm chart failed to be deployed.
    • Check the reason of failure from the Cloudformation console > Quicklaunch stack > Helm stack in the reason column.