Versions Compared

Key

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

...

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.

  • User inputted variables will be formatted with angle brackets:

...

  •  

    Code Block
    <instance_name>, <security_group_name>, <description>
  • If there are pre-determined choices, they will be formatted with parentheses: 

    Code Block

...

  • (chocolate, strawberry, vanilla)
  • 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>