You will be using the following frequiently when developing on Assembly Line:
Each lesson contains a troubleshooting section which documents common issues and how to resolve them. Check the bottom of the page if you get stuck.
Assembly Line Users Team - keep up to date with the latest changes to the platform and receive help. Create a new thread if you have a question about Assembly Line and check past threads.
Assembly Line Training can be completed in your teams’ Shared Sandbox Accounts. Each team member should have access or can request access to their teams shared sandbox accounts. We will use the term “team-sandbox” to refer to them. There are three types, devops, dev and test.
Request access using the ServiceNow Request Access to Existing AWS Accounts form: https://supportu.curtin.edu.au/sp?id=sc_cat_item&table=sc_cat_item&sys_id=45ca0c0c87629d50327f437e8bbb3545


Each group of shared sandbox accounts is associated with a Bitbucket Workspace.
You will need access to the Bitbucket “team-shared-sandbox-workspace. Raise a servicenow request: 
A customized Ubuntu image is provided that will prepare your environment for your use during training and further Assembly Line work.
It comes with the following pre-installed software and configurations:
The automated WSL install script will install all required packages and libraries for you.
wsl --import ubuntu C:\wsl\ C:\ubuntu-cpe-1.1.0.tar will import the distribution in wsl directory (in this exapmple the distribution was downloaded in the root of C drive)wsl --list, to list installed distributionsIf this is the only wsl distribution installed, it will become your default, and running wsl in powershell will load the ubuntu image. Alternatively, execute wsl --distribution [ALIAS] to load up a specific WSL distro.
A local user has been created - “ec2-user”. The default user password is “ChangeMe” which you must change immediately. In your wsl Ubuntu session, execute passwd, enter “ChangeMe” as the current password, then enter your new password.
When working in AWS, often you need to log in to multiple accounts. We recommend the use of Firefox, and the Firefox containers extension. You can then have multiple firefox containers open, each one logged in to a different AWS account.
Firefox Containers - Google Search

Right click on the + symbol in Firefox and click on Manage Containers

Add a set of containers matching your desired workflow. For these lessons, you can create the aws-lifecycle-devops, aws-liifecycle-dev and aws-lifecycle-test containers

Once created, click on the + symbol again and select a desired container. Note that you will need to perform an AWS login separately per each container