🦄

Project Reports & Documentation

Complete analysis and deployment guide for the Unicorn Website

🏗️ Architecture Overview

The unicorn website uses a modern serverless architecture on AWS:

Architecture Diagram

💰 Cost Analysis

$2.00
Total Monthly Cost
$1.50
AWS Amplify
$0.50
Route 53
$0.00
SSL Certificate

Free Tier Benefits

Cost Breakdown

🚀 Deployment Guide

Clone Repository

git clone https://github.com/catchmeraman/awsweek2.0.git
cd awsweek2.0

AWS Amplify Console

Go to AWS Amplify Console and connect your GitHub repository

Configure Build Settings

version: 1
frontend:
phases:
build:
commands:
- mkdir -p dist
- cp index.html dist/
artifacts:
baseDirectory: dist
files:
- '**/*'

Deploy

Amplify will automatically build and deploy your website

Custom Domain (Optional)

Add your custom domain in Amplify console and configure DNS

📁 Source Code & Resources

Key Files

🎯 Next Steps

  1. Deploy the infrastructure using Terraform or AWS Console
  2. Connect your GitHub repository to Amplify
  3. Configure custom domain (optional)
  4. Monitor costs and usage
  5. Customize the website content