10 AWS Cloud Portfolio Projects to Build Your Skills and Resume/CV | AWS Tutorials

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • A question I get a lot is, “What kind of project should I build for AWS?” It’s one thing to know the basics of EC2 or S3 or DynamoDB, but how do you pull everything together into something that actually works? AND something that you could show a potential employer. In this video, I point you to 10 projects that are exactly that.
    🌟***AWS PROJECTS***🌟
    ▶️ PROJECT 1: A ride-sharing app for unicorns (Wild Rydes) that uses CodeCommit, Amplify, Cognito, Lambda, IAM, API Gateway and DynamoDB: • AWS Portfolio Project:...
    ▶️ PROJECT 2: A memory card matching game that uses S3 for static website hosting and CodePipeline to set up continuous deployment from GitHub: • AWS Project: Build a G...
    ▶️ PROJECT 3: A simple math application from scratch that uses Amplify, Lambda, IAM, API Gateway and DynamoDB: • AWS Project: Architect...
    ▶️ PROJECT 4: Build your online resume using S3, Route 53, Certificate Manager, CloudFront, and a little help from ChatGPT: • AWS Project: Build a R... . This one is also available as a written tutorial on freeCodeCamp.org: www.freecodecamp.org/news/aws...
    ▶️ PROJECTS 5 through 9: Beginner to advanced projects from @TechWithLucy. Watch the overview video ( • 5 Mini AWS Cloud Proje... ) and then check out the GitHub page: github.com/techwithlucy/youtu...
    ▶️ PROJECT 10: The Cloud Resume Challenge, a guidebook (e-book, $22.99) full of practical skills, tips and advice for getting started with a career in cloud: cloudresumechallenge.dev/
    🌟***MY AWS COURSES***🌟
    If you’re interested in getting AWS certifications, check out these full courses. They include lots of hands-on demos, quizzes and full practice exams. Use FRIENDS10 for a 10% discount!
    • AWS Certified Cloud Practitioner: academy.zerotomastery.io/a/af...
    • AWS Certified Solutions Architect Associate: academy.zerotomastery.io/a/af...
    🌟***TIMESTAMPS***🌟
    00:00 - Overview of the ten AWS projects to build your resume
    00:16 - Project 1: A ride-sharing app for unicorns (Wild Rydes) (a web app)
    00:34 - Project 2: A memory card matching game (a static web app with continuous deployment)
    00:58 - Project 3: A math application (a web app)
    01:18 - Project 4: Build your online resume with a custom domain name and certificate
    01:44 - Projects 5 through 9: Various AWS cloud projects from Tech With Lucy, beginner to advanced
    02:15 - Project 10: The Cloud Resume Challenge (a practical guidebook)
  • Věda a technologie

Komentáře • 45

  • @TinyTechnicalTutorials
    @TinyTechnicalTutorials  Před 5 měsíci +5

    Hope you like these projects! If you complete any of them and have a link, feel free to drop it below! 💪🔥🤓

  • @darlakim5120
    @darlakim5120 Před 5 měsíci +2

    Loving your tutorials… bite-sized pieces that are short and easy to internalize. You’re a talented instructor 😊 Thanks!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 5 měsíci

      Oh, how nice of you!! 🥰 Thanks for watching and for taking the time to drop a comment! 🙏🌟🤓

  • @JanosTech
    @JanosTech Před 4 měsíci

    Massively useful, spot on topic for anyone wants to get hands on with AWS. Love it.

  • @itsjojo0
    @itsjojo0 Před 4 měsíci

    Great content! very helpful!Cant wait for the next video. Thank you!

  • @patrickhollywood93
    @patrickhollywood93 Před 4 měsíci

    Thanks for the information. :) Appreciate it.

  • @xavieralmonte5404
    @xavieralmonte5404 Před 24 dny

    Great video! Are you open to doing a full video on completing some of these projects?

  • @user-us7rg4cd6p
    @user-us7rg4cd6p Před 5 měsíci

    East or West, Tiny Tech Tut is the best! No nonsense.. no fluff.. just value! 😍

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 5 měsíci

      LOL! This is great--thanks so much! Saving a screenshot of this one! 🥰🙏🌟

  • @thurairatnamsivasasththive7301

    Great videos. Keep it up

  • @blacwater247
    @blacwater247 Před 4 měsíci +1

    your great😁this helps so much🥰, voice. thanks

  • @user-lq6bt4jg5g
    @user-lq6bt4jg5g Před 4 měsíci

    Mam is very thankful for all your videos. I want more videos about AWS projects

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 4 měsíci

      Thanks so much for watching! And yes, I'll definitely be doing more project videos! 🤓💪🌟

  • @TheBeach5563
    @TheBeach5563 Před 4 měsíci

    Thanks for sharing. I purchased your AWS Cloud Practitioner course on udemy and the SAA on ZTM. This is really nice because some AWS courses dont have projects which we need.

  • @MichealAngeloArts
    @MichealAngeloArts Před 5 měsíci +2

    Many thanks for sharing. I wonder if any of these projects involves LLMs (e.g. OpenAI, HuggingFace etc) and if not, then whether you have any recommendations or ideas for an LLM-powered project on AWS. Thanks

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 5 měsíci +2

      Thanks, Ahmad! 🙏🌟 Project 4 uses ChatGPT, but just the end-user interface (no APIs). I don't have any projects for LLMs on AWS at the moment (only a Amazon Bedrock basics video: czcams.com/video/32D7NJK9QIk/video.html), but this is a great suggestion. I'll add it to my list! Thanks for taking the time to drop a comment. 😊

    • @MichealAngeloArts
      @MichealAngeloArts Před 5 měsíci

      @@TinyTechnicalTutorials Hi, thank you for your informative reply. I checked out your Amazon Bedrock basics video and found it very helpful. I also saw a comment on that video asking you to "walk us through a RAG use case" and I strongly agree with that request. I think RAG is a very powerful and interesting tool for natural language understanding and genAI, but most of the tutorials online are too simplistic and unrealistic. They only use a single or a few PDF files as the data source (e.g. learn how to chat with your PDF), which is not how most companies store and manage their data assets! It would be awesome if you could create a project where you show how to use RAG on AWS with real-world data storage scenarios such as RDBS, data warehouses, etc. That would be a great project to learn from and apply to realistic problems. Thank you for your amazing work and I hope you consider this suggestion.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 4 měsíci

      Thanks for the extra context, Ahmad, and for the up-vote of that RAG use case. Noted! 👍🤓

  • @rtabaldo1
    @rtabaldo1 Před 24 dny

    Perfect

  • @segu_.
    @segu_. Před 3 měsíci +1

    Are they ordered by complexity? where should we start?
    thanks, im loving your videos!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 3 měsíci +1

      Thanks for the kind words, Segu! 🥰 The projects aren't in any particular order. If there are certain services you want to get experience with, then I'd suggest starting with those first. The simplest one is probably Project 2 (building a game and using Code Pipeline), but all have good learnings! Hope that helps! 🤓

    • @segu_.
      @segu_. Před 3 měsíci

      @@TinyTechnicalTutorials Thank you! I'll be sharing my links in the comments

  • @MrBlue-cd8yw
    @MrBlue-cd8yw Před 4 měsíci

    Hi I hope you notice this. Does this projects can be done using free tier ? Just sharing I recently graduate from AWS' learning program and still on lookout how will I excel among other graduates. Timely I found your vid, so yeah i would like to build these projects if it's free. Currently a student here for context so I can't afford subscription yet. Thans

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 4 měsíci

      Hi Mr. Blue! 👋 Welcome to the channel! Yes, most of these projects can be done using the Free Tier (for my four projects, each of the videos give a breakdown of estimated charges). Good luck with your studies! 🤓🌟💪

  • @sany2k8
    @sany2k8 Před 3 měsíci +1

    Could you please share GitHub links of those projects?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 3 měsíci

      Hi Sany! 👋 Not all of them have GitHub links, but check out the video description for links to all the videos. The ones that have additional links can be found in those videos themselves. Good luck! 🤓

    • @sany2k8
      @sany2k8 Před 3 měsíci

      @@TinyTechnicalTutorials Thanks mam for the reply. Btw I really like your AWS video content very much 👍

  • @brijeshgupta8165
    @brijeshgupta8165 Před 4 měsíci

  • @comosaycomosah
    @comosaycomosah Před 4 měsíci

    hiya you have a nice voice lol

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 4 měsíci +1

      Haha...you're too kind!! Thanks for watching! 🤓🙏🌟

    • @comosaycomosah
      @comosaycomosah Před 4 měsíci

      lmao youre welcome :) and for sure! i just found you and def like your channel! @@TinyTechnicalTutorials

  • @RocketRift
    @RocketRift Před 4 měsíci

    Love your content 🎉

  • @samjones4327
    @samjones4327 Před 5 měsíci

    Hey! Thanks a bunch for this video! I'm getting ready to take my SAA exam at the end of this month and after I pass, I'm gonna focus on doing labs and projects to put all of this book knowledge to work So again, thanks 4 another great and informative video! be well, be safe and Cheers!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  Před 5 měsíci +1

      Happy New Year, Sam!! Always great to see you in the comments. 😊 Best of luck on the exam...I'm sure you'll pass with flying colors! Cheers! 🌟🥰

    • @samjones4327
      @samjones4327 Před 5 měsíci

      Thank U 4 the wonderful encouragement@@TinyTechnicalTutorials