IT3110 - System Automation

IT3110 @ utahtech

IT3110 - Advanced System Automation and Cloud Infrastructure

Week 9 Assignment

Objective:

In this assignment, you will design and implement an AWS cloud infrastructure using Terraform. You will need to build a scalable and secure system that meets the requirements of a fictional company, TechNova, which is scaling its operations. The infrastructure should be optimized for availability, security, and cost efficiency.

In the end, you should be able to demonstrate that your web page loads.

You should utilize chatGPT but you should make sure you understand what it generates.

Scenario:

TechNova has a web application that needs to be deployed in AWS. The application should be highly available across multiple regions, secure, and optimized for cost-efficiency. You are tasked with creating a Terraform configuration to provision the following resources and implement certain requirements.

Keep in mind:

Deliverables:

  1. Show that your terraform creates the resources required
  2. Provide a short report (500-750 words) explaining:
    • The design choices you made for scalability and high availability.
    • Analyze two resources that terraform creates for you. Describe what it does.
    • Any challenges you faced while designing the infrastructure and how you overcame them.
    • What you learned from using Terraform and from doing this assignment