AWS Caching Solutions Introduction

Поділитися
Вставка
  • Опубліковано 26 гру 2023
  • AWS offers caching solutions that targeted different use cases. In this video, I introduce four ways to cache data: Amazon CloudFront, Amazon EC2, Amazon Elasticache, and Amazon DynamoDB Accelerator. Learn how these options compare and when to use one service over the other.
    Sign up for my Newsletter to receive regular AWS updates AND get a FREE PDF that includes 5 AWS Project Ideas: beabetterdev.com/aws-project-...
    📚 My Courses 📚
    AWS Learning Accelerator - Learn AWS Through a Hands On Project - courses.beabetterdev.com/cour...
    AWS Step Functions Masterclass - courses.beabetterdev.com/cour...
    AWS Lambda - A Practical Guide - www.udemy.com/course/aws-lamb...
    🎉SUPPORT BE A BETTER DEV🎉
    Become a Patron: / beabetterdev
    📚 INCREDIBLE BOOKS TO BUILD YOUR ABILITY TO FOCUS AND ORGANIZE 📚
    Deep Work - amzn.to/463oPRk
    So Good They Can't Ignore You - amzn.to/3PPo48N
    Digital Minimalism - amzn.to/3Q00nep
    A World Without Email - amzn.to/3t6nGKq
    Time Block Planner - amzn.to/44Z9nEI
    📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
    Clean Code - amzn.to/37T7xdP
    Clean Architecture - amzn.to/3sCEGCe
    Head First Design Patterns - amzn.to/37WXAMy
    Domain Driven Design - amzn.to/3aWSW2W
    Code Complete - amzn.to/3ksQDrB
    The Pragmatic Programmer - amzn.to/3uH4kaQ
    Algorithms - amzn.to/3syvyP5
    Working Effectively with Legacy Code - amzn.to/3kvMza7
    Refactoring - amzn.to/3r6FQ8U
    🎙 MY RECORDING EQUIPMENT 🎙
    Shure SM58 Microphone - amzn.to/3r5Hrf9
    Behringer UM2 Audio Interface - amzn.to/2MuEllM
    XLR Cable - amzn.to/3uGyZFx
    Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
    Desk Microphone Mount - amzn.to/3qXMVIO
    Logitech C920s Webcam - amzn.to/303zGu9
    Fujilm XS10 Camera - amzn.to/3uGa30E
    Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
    Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
    💻 MY DESKTOP EQUIPMENT 💻
    Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
    Autonomous ErgoChair 2 - bit.ly/2YzomEm
    Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
    MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
    Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
    Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
    🌎 Find me here:
    Twitter - / beabetterdevv
    Instagram - / beabetterdevv
    Patreon - Donations help fund additional content - / beabetterdev
    #aws
    #caching
    #cache

КОМЕНТАРІ • 11

  • @Xaoticex
    @Xaoticex 4 місяці тому +9

    5 mins, this is the ideal length of a technical video.

  • @LinuxForLife
    @LinuxForLife 4 місяці тому

    Thoroughly explained and straight to point: congrats! 👍

  • @rickharold7884
    @rickharold7884 4 місяці тому

    Caching rocks!! Happy new year!!

  • @santosh.le5
    @santosh.le5 4 місяці тому

    Great to see this. Thank you. Can you prepare one more small video showing comparison of costs between those 3 variants?

  • @rishiraj2548
    @rishiraj2548 4 місяці тому

    Thanks

  • @ZergStylexDD
    @ZergStylexDD 4 місяці тому

    I really like your videos! Do you plan to make some videos about elasticache?

  • @joudawad1042
    @joudawad1042 4 місяці тому

    Great Video
    I just have one question about the DAX with DynamoDB as far as i know that DAX is not working with the latest version of the SDK (V3) which means it only works with oldest versions like v2 which is almost out of date ?
    is there a solution for that ? or is there any way to handle the DAX with DynamoDB that has been recently announced that i am not aware of ?

  • @sercantor1
    @sercantor1 4 місяці тому

    I think you should do a different video talking about non-AWS caching solutions like Momento

  • @recursion.
    @recursion. 4 місяці тому

    I'm new to these web service service, can anyone tell me why EC2 is a 'local cache' and ElastiCache is labelled as 'dedicated cache'?

    • @peteredmonds1712
      @peteredmonds1712 3 місяці тому +1

      EC2 is local, as you are running it INSIDE your compute cluster. Your EC2 instance might be doing other things, but it is also serving as a cache in this model. That means if EC2 restarts, the cache is wiped (hence, in memory...) ElastiCache is dedicated, meaning it is completely separate from your compute (EC2 or whatever). If your compute goes down, your cache is unaffected.

  • @Overthought1
    @Overthought1 3 місяці тому

    Re: Redis vs Memcached: Why are we still talking about Memcached here in 2024? Who's still using Memcached & why?