Versions Compared

Key

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

Getting the Most from the Cloud

As Infrastructure-as-a-Service, the Rapid Access Cloud presumes very little about how it will be used. This guide is meant only to provide a set of tips and tricks as a next step for beginners in the journey to using different cloud platforms in general and provide an understanding of the context of cloud architecture.

With that in mind, this is document is meant to be used in conjunction with the Basic Guide to provide a set of fundamental skills and tools for exploration of cloud technology and using the Rapid Access Cloud as a resource for people to experiment and innovate.

Overview

This Advanced Guide introduces cloud concepts such as using the command-line for cloud interaction, building custom images, automating the provisioning of cloud resources, some advanced cloud network techniques, and using Windows images inside the Rapid Access Cloud.

...

This document assumes the reader has a basic knowledge of a Unix/Linux/BSD command line interface, shell scripting, and command-line editors, as well as networking concepts of TCP/IP, DNS and DHCP.

Conventions in this document

Similarly to the Basic Guide, this document will use formatting to ensure readability for the various concepts presented. Given the nature of the topics covered, there will be many sections that are purely code or pseudo-code that can be copied and modified, and where appropriate links to Cybera’s GitHub code repositories are provided.

...

  • Commands to be entered at a command prompt will be prefixed with a ‘$’
  • File name paths are indicated as /path/to/<some_file_or_command>

Advanced Features

...