πŸŽ₯ Video Included: Detecting Unusual Patterns in Metrics - CloudWatch Book Update #6


Hey Reader

First things first: we apologize for not providing updates on ​The CloudWatch Book for a while! 😒

Sometimes, things don't go as planned and unexpected obstacles arise.

But now, we're back in action, creating videos and putting the final touches on the book's content! πŸŽ₯

Don't just take our word for it! As an early subscriber, here's a free video from one of our favorite chapters: Anomaly Detection πŸ›

In this deep-dive, you'll learn how to detect unusual patterns in metrics without needing to be a machine learning expert.

Thanks again for your patience and support! πŸ’›


Previous Updates

Our goal is to let you participate in the creation of the CloudWatch Book as best as possible. If you've missed the last ones, you can find them here:

  1. 10th December: Inside the CloudWatch Book πŸ“•β€‹
  2. 11th January: Exploring Chapters & Learn About Evidently ⭐️
  3. 30th January: Deep Dive into CloudWatch with Our GitHub Tracker Tutorial πŸ•΅οΈβ€β™€οΈβ€‹
  4. 2nd March: Fostering a Culture of Observability πŸ”Žβ€‹
  5. 26th March: Sample Chapter: Logs & Insights πŸ“•β€‹

Thank you for your interest in the CloudWatch Book! If you only want to receive the AWS Newsletter and not these updates anymore, please update your preferences here.

Best ✌🏽
Sandro & Tobi

Tobi & Sandro

our goal is to simplify AWS & Cloud Learning for everybody. You don't need expensive certifications to build on AWS!

Dr.-Otto-Bâßner-Weg 7a, Ottobrunn, Bavaria 85521
​Unsubscribe Β· Preferences​

AWS for the Real World

Join our community of over 9,300 readers delving into AWS. We highlight real-world best practices through easy-to-understand visualizations and one-pagers. Expect a fresh newsletter edition every two weeks.

Read more from AWS for the Real World

βŒ› Reading time: 8 minutes πŸŽ“ Main Learning: Federated Authentication with Cognito πŸ‘Ύ GitHub Repository ✍️ Read the Full Post Online πŸ”— Hey Reader πŸ‘‹πŸ½ Federated Authentication lets users sign in to your app using their existing accounts - most prominently Google! This approach eliminates the need to create and remember new credentials (which most users are very happy for! ✨), improving user experience and likely increasing conversion rates. πŸ“ˆ With OAuth 2.0 and Google as an identity provider, we...

Hey Reader πŸ‘‹πŸ½ This issue will be about a recent real-world experience that just went off right with the new year! πŸŽ‰ Once upon a time... πŸ¦„ It all started in September 2024 where Edgio, the main CDN provider we used for one of my large enterprise projects, filed for bankruptcy. Edgio was natively integrated into Azure, allowing you to use it without leaving the Azure ecosystem. It also featured a powerful rules engine (allowing for all kinds of conditions, redirects and rewrites) and didn’t...

βŒ› Reading time: 13 minutes πŸŽ“ Main Learning: How to Run Apps on Fargate via ECS πŸ‘Ύ GitHub Repository ✍️ Read the Full Post Online πŸ”— Hey Reader πŸ‘‹πŸ½ When building applications on AWS, we need to run our code somewhere: a computation service. There are a lot of well-known and mature computation services on AWS. You’ll often find Lambda as the primary choice, as it’s where you don’t need to manage any infrastructure. You only need to bring your code - it’s Serverless ⚑️. However, more options can be...