Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users are limited to one account only. Using multiple email addresses to obtain multiple accounts is not permitted. If you need additional resources, please contact the the Rapid Access Cloud administrators.

How do I log in to the cloud?

Go to cloud.cybera.ca and log in with the username (which is your email address) you generated at the Rapid Access Cloud portal.

Where is the background and troubleshooting documentation?

...

.

I’ve never used OpenStack - how do I get started?

We highly recommend working through Cybera’s Basic Guide in order to learn how to launch your first instance and avoid the most common mistakes of first-time users. For more advanced topics, please see the Advanced Guide.

How do I change my password? What if I forget my password?

...

If you forget your password, please contact the the Rapid Access Cloud administrators.

Who do I speak to if I have questions of a technical / non-technical nature?

Please contact the Rapid Access Cloud administrators.

Where is the Rapid Access Cloud hosted?

...

SMEs can only be accommodated if they have already applied to CANARIE’s DAIR program and were not successful with their application.

...

The Rapid Access Cloud is an Infrastructure-as-a-Service provider, just like Amazon Web Services. It enables the use of images, block storage, snapshots, and exporting of images. The Rapid Access Cloud also provides Object Storage similar to AWS's S3 service. Unlike AWS, the Rapid Access Cloud does not provide Platform-as-a-Service (PaaS) or PaaS tools, such as Amazon RDS and Amazon DynamoDB.

Two additional differences are that the Rapid Access Cloud is located exclusively in Alberta, whereas commercial cloud providers are typically spread across Canada if not internationally. Secondly, the Rapid Access Cloud is not for running services in production, but rather for development and prototyping.

...

The default resources on the Rapid Access Cloud includincludes:

  • 8 vcores, 8 instances, 8 GB RAM, 10 volumes, 500 GB storage, 1 public IPv4 address
  • Each instance also gets 1 public IPv6 address automatically

...

We try to be as accommodating as possible to requests for more resources, provided you can demonstrate why you need more resources, and have begun testing your system. Please contact the the Rapid Access Cloud administrators to request a resource increase.

If you would like a floating IP address, this can be requested via our dashboard under the "RAC" section in the Quota Change Request page. More information on this can be found in our Basic Guide.

How long will I be granted access to the Rapid Access Cloud?

We use one year as a guideline for how long access is granted to the Rapid Access Cloud. At the end of the allotted year, we ask users if they would like to extend their usage beyond that timeframe. Should additional resources be required, contact the Rapid Access Cloud administrators.

Can I use IPv6 to access the Rapid Access Cloud?

Yes, the Rapid Access Cloud is fully IPv6 compatible, and some many ISPs in Canada have started offering IPv6 service. You can check online whether your connection is IPv6 enabled, for example here. If your connection is not IPv6 enabled, you can create an IPv6 tunnel, such as through Hurricane Electric. For more information, see Cybera's Advanced Guide.

Why can't I make images public on the Rapid Access Cloud?

By default, any OS image uploaded to the Rapid Access Cloud cannot be made public to other users. However, sharing images between projects is possible using the glance member-* commands. If you have an image you’d like to share with all Rapid Access Cloud users, please contact the Rapid Access Cloud administrators. 

What is the default username for my VM?

Each Linux-based image has a default user that will have your SSH key injected when you create your image. You'll want to use that username at the instance's IP address in order to log in. (eg. ssh centos@199.116.235.57)

...

  • Ubuntu based images: 'ubuntu'
  • Fedora based images: 'fedora'
  • CentOS based images: 'centos'
  • Debian based images: 'debian'

 

Where should I store my data?

 

Cybera recommends that users store their data in volumes and not on the instance itself. The nature of instances are ephemeral, so any data left in an instance when it is destroyed is deleted as well. On the other hand, data stored on volumes persists beyond the lifetime of the instance. As such, we recommend that volumes are used for more permanent data storage and only the operating system and application data should be stored on the ephemeral (VM) disk. Read more about how to use

...

volumes in the Advanced Guide.

Should I back-up my data?

The Cybera Rapid Access Cloud is offered on a best-effort basis. It is the users’ responsibility to ensure appropriate backups of all their data are made. While Cybera’s record for uptime and data-loss is very good, we strongly encourage all of our users to ensure regular backups are made. See the Basic Guide for more information.

...

Why can’t I access my instance?

There is most likely a problem with the security group or the keypair. See here and here.

...

Please see the Basic Guide on security groups and keypairs.

Do you provide access to GPUs?

Yes, we do! Read more here.