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

Building Highly Available Multi Tier Architecture with Terraform

In this lab, you will learn how to build a highly available multi-tier architecture on AWS using Terraform. This lab will guide you through creating a multi-tier VPC network, deploying EC2 instances in a private subnet, setting up an Application Load Balancer, and integrating with a backend database. By leveraging Terraform’s infrastructure-as-code capabilities, you can define each component of the architecture in a structured and repeatable manner. By the end of this lab, you will understand how to create and manage a scalable and fault-tolerant environment using best practices. This approach ensures that your infrastructure is optimized for high availability and reliability, making it ideal for production-level workloads and applications.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Intermediate
Duration
Clock icon 45m
Published
Clock icon Oct 15, 2024

Contact sales

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

Table of Contents

  1. Challenge

    Log into your virtual machine and create user

    1. Use the provided credentials to connect to your virtual machine, use "cloud_user" as your username and replace "your_vm_public_ip_address" with the correct IP address.
    2. Open your browser in incognito mode and navigate to the identity and access management section.
    3. Go to "User Management," start creating a new user, and select "Attach policies directly" to give full admin access.
    4. Complete user creation and generate access and secret keys under security credentials.
  2. Challenge

    Install Git and clone repository

    1. Update your package list.
    2. Install Git and confirm the installation using sudo yum install git -y.
    3. Clone the repository and navigate into it. https://github.com/pluralsight-cloud/multi-tier-terraform.git
  3. Challenge

    Run the Install Script and use AWS configure

    1. Ensure the script has executable permissions by using chmod +x "your script name"
    2. Run the script to install required packages.
    3. Install Git LFS.
    4. Configure the AWS CLI with the previously created user's credentials, entering the Access Key ID, Secret Access Key, region, and output format when prompted.
  4. Challenge

    Initialize, Plan and Apply the Terraform code

    1. Navigate to the folder with your main configuration file and run the command to initialize Terraform.
    2. Use the command to preview planned changes.
    3. Run the command to apply changes and create resources as defined in main.tf, confirming with "yes" when prompted.
  5. Challenge

    Verify Resource Creation

    1. Once the terraform apply command completes, verify that the resources have been successfully created in your AWS Console.

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