Code Tutorials

Looking for a specific topic? Use the search bar in menu pane to search all available tutorials. If you’d like to request a tutorial, click here.


  • How to Set Up AWS-MFA for AWS CLI and AWS SDK

    It is best practice to enable AWS multi-factor authentication while interfacing with AWS via the CLI or SDK. This procedure assumes that you already have an AWS user account with an MFA device enabled. Click here if you do not. The steps below outline how to enable MFA using the aws-mfa software. Main Steps: Installation…

  • How to Set Up AWS MFA Device

  • Python Command Line Arguments

    It is often useful to pass certain parameters to a python script. For example: if you need a batch job to run on a desired queue, if want to specify desired memory allocation, or if you simply need to define the name of a file being generated by the script. A quick and easy solution…