Hello Reader, A common system design interview question for Media and Entertainment domain is designing high scale live streaming applications. We just had Super Bowl in USA, which is the highest watched event in the USA (126 Million). How do high-scale sporting events like Super Bowl, Olympics, Soccer finals, and Cricket matches get streamed to millions of viewers? And how are personalized dynamic advertisements shown to you? Here's how:
How about ads? This is how dynamic ad insertion works:
If this comes in your system design interview, be sure to knock it out of the park! If you have found this newsletter helpful, and want to support me ๐: Checkout my bestselling courses on AWS, System Design, Kubernetes, DevOps, and more: Max discounted linksโ AWS SA Bootcamp with Live Classes, Mock Interviews, Hands-On, Resume Improvement and more: https://www.sabootcamp.com/โ
Keep learning and keep rocking ๐, Raj |
Free Cloud Interview Guide to crush your next interview. Plus, real-world answers for cloud interviews, and system design from a top Solutions Architect at AWS.
Hello Reader, Most engineers are using MCP clients and agents. But very few know how to build and host an MCP server, let alone run it remotely on the cloud. In today's edition, we will learn how to create and run a remote MCP server on Kubernetes, on Amazon EKS! I will share the code repo as well, so you can try this out yourself. But first.. ๐ง What is an MCP Server really? Itโs not just an API that performs a task. An MCP Server is a protocol-compliant endpoint (defined by Anthropic) that...
Hello Reader, On my interactions, this question is coming up a lot - โHow are AWS Strands different from Bedrock Agents?โ. In today's newsletter, we will go over this, so you can also answer this in your interviews or real-world projects Letโs break it down using a practical example: What happens when a user asks an LLM app: Whatโs the time in New York? Whatโs the weather there? List my S3 buckets The LLM don't have these information, hence it needs to invoke tools for time, weather, and AWS...
Hello Reader, Another day, another MCP tool. But this one is special. Today we are going to go over newly released EKS MCP server. This is the official Kubernetes MCP server released and maintained by AWS. This one will rule them all! In today's edition, we are going to go over what it is, why this one is a game changer, how you can use this to get job interviews and demand more money, and whether it will eliminate SRE jobs. There are three Ways to Manage Kubernetes : Traditional Way (Manual...