How can I upgrade cQube to the latest release

AWS

Connect to the cQube AWS EC2 Instance

For Linux and macOS:

  1. Download the .pem file generated during EC2 instance creation.

  2. Open the terminal and navigate to the folder where the .pem file is downloaded.

  3. Provide read permission to the .pem file: sudo chmod 400 <aws.pem>

Connect to the instance using the following command:

  1. ssh -i <path_to_the_pem_file> <user_name>@<public_ip_of_the_instance>

For Windows:

  1. Download the .pem file generated during EC2 instance creation.

Use Puttygen to connect to the instance. Refer to this link for instructions: PuttyGen Instructions

Last updated