Code Monkey home page Code Monkey logo

aws-cloud-resume-challenge's Introduction

AWS-Cloud-Resume-Challenge

The cloud resume challenge is a challenge by Forrest Brazeal to help people to get started in the cloud industry.

Companies of all sizes and industries use cloud technologies to boost efficiency, agility, and creativity. I prepared for AWS Certified Cloud Practitioner in 2023. AWS Certifications prove cloud computing expertise. I hoped these qualifications would increase my professional credibility, open new career doors, and help me flourish in my present work promoting AWS's value proposition. These certificates demonstrate my curiosity and drive to progress.

Architecture

Architecture Diagram

Overview

  1. User Requests Website:

    • 👧 Alice initiates a request for the website in her browser.
  2. DNS Resolution and Route53:

    • 🔄 DNS Resolver locates Amazon's nameservers and queries A records in Route53.
  3. CloudFront and S3 Buckets:

    • 🌍 A records map to CloudFront, which routes traffic to S3 buckets.
  4. Static Webpage Hosting:

    • 📦 S3 bucket www. redirects traffic to an S3 bucket hosting a static webpage.
    • DNS Resolver returns the request to the DNS client, and the webpage loads.
  5. API Gateway and JavaScript Interaction:

    • 🖥️ JS code on the website calls an API hosted on API Gateway.
  6. Serverless Processing with Lambda:

    • 🚀 The API triggers a Python Lambda function.
  7. Logging and Data Storage:

    • 📊 Lambda function sends logs to CloudWatch.
    • Updates visitor count on DynamoDB and retrieves the updated visitor count.
  8. User-Friendly Metrics:

    • 📈 The updated visitor count is reflected on the website.

Architecture Diagram

Detailed Blog

Cloud Resume Challenege

aws-cloud-resume-challenge's People

Contributors

nishantgautam023 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.