Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Pair Programming with AWS Cloud9

You have just finished your coding updates for this sprint and need to have your code peer reviewed. In this hands-on lab, we will simulate a second developer being given read/write access to our project. We will leverage AWS Cloud9 to review and collaborate during the code review.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 30m
Published
Clock icon Nov 01, 2019

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Deploy an AWS Cloud9 Environment and Clone Repo

    1. Navigate to AWS Cloud9.
    2. Click Create environment.
    3. Name your AWS Cloud9 environment and click Next step.
    4. Accept the defaults and click Next step.
    5. Review your configuration and create environment.
    6. Open the AWS Cloud9 IDE.
    7. Select your personal preferences for your AWS Cloud9 IDE.
    8. From the console, run: git clone https://github.com/linuxacademy/content-aws-developertools.
  2. Challenge

    Create an IAM User

    1. Navigate to AWS IAM (Identity and Access Management).
    2. From the left-hand menu, select Users.
    3. Click Add user.
    4. Name user, select AWS Management Console access, select Custom password and enter a password, un-select Require password reset.
    5. Click Next: Permissions.
    6. Click Attach existing policies directly.
    7. Select AdministratorAccess.
    8. Click Next: Tags and enter tags (optional).
    9. Click Next: Review.
    10. Review configuration and click Create user.
  3. Challenge

    Invite User

    1. Navigate to AWS Cloud9 and click Open IDE (on your newly create AWS Cloud9 instance).
    2. In the upper right corner, click Share.
    3. Enter the IAM username you just created, select Read or Read/Write permissions, and invite user.
  4. Challenge

    Connect to AWS Cloud9 with Second IAM User

    1. In an incognito session or different browser, log in second IAM user. (You cannot have two different IAM users logged in to the AWS Console at the same time. In our example in the video, we are using Google Chrome for cloud_user and Firefox for cloud_user2.)
    2. Navigate to AWS Cloud9.
    3. On the left-hand menu, select Shared with me.
    4. Open the AWS Cloud9 environment your cloud_user shared with cloud_user2.
  5. Challenge

    Review the Benefits of AWS Cloud9 Through Pair Programming

    1. Ensure both cloud_user and cloud_user2 are connected to the same AWS Cloud9 environment.
    2. Explore cursor input tracking and highlighting in each other's AWS Cloud9 IDE.
    3. Explore the group chat by selecting Collaborate on the right menu and typing messages to one another.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans