AWS open source newsletter, #204
A round up of the latest open source news, projects, and events that every open source developer should know about.
Demos, Samples, Solutions and Workshops
news-clustering-and-summarization
content-based-item-recommender
twinmaker-dynamicscenes-crossdock-demo
What I am reading from around the Community
Building scalable data platforms using Data on EKS
Unlocking the Power of Valkey Modules with Rust
Celebrating open source contributors
- Get started with Amazon ElastiCache for Valkeyand Get started with Amazon MemoryDB for Valkey are must read posts that provide you an overview of ElastiCache for Valkey and Amazon MemoryDB for Valkey, their benefits, how you can upgrade to use Valkey and more [hands on]
- Access private code repositories for installing Python dependencies on Amazon MWAA for folks using Managed Workflows for Apache Airflow with a public facing web server but needing to access internal code or library repositories not exposed to the internet will want to read this and find out how to address this challenge [hands on]
- Single sign-on SSO for Amazon OpenSearch Service using SAML and Keycloak walks you through how to configure service provider-initiated authentication for OpenSearch Dashboards by using OpenSearch Service and Keycloak, looking at how to set up users, groups, and roles in Keycloak and configure their access to OpenSearch Dashboards [hands on]
- AWS and Kubecost Collaborate to Deliver Kubecost 2.0 for Amazon EKS Users looks at key new features of Kubecost (a tool that enables users to gain deeper cost insights into Kubernetes resources) and then shows you how you can can get started with each of them [hands on]
- Amazon EKS optimized Amazon Linux 2023 accelerated AMIs now available dives deep into the Amazon EKS-optimised AL2023 AMI and how it helps you improve the performance and security posture of your applications [hands on]
- Scaling a Large Language Model with NVIDIA NIM on Amazon EKS with Karpenter shows you how to deploy NVIDIA NIM on Amazon Elastic Kubernetes Service (Amazon EKS), demonstrating how you can manage and scale large language models (LLMs) [hands on]
- Security auditing in ROSA using AWS observability services introduces key auditing concepts and demonstrate complementary approaches you can take to monitor your ROSA environments, learning how to configure the Cluster Logging Operator (CLO) in ROSA and how to visualise audit logs using Amazon CloudWatch alarms, CloudWatch Log Insights, and Amazon Managed Grafana [hands on]
- Troubleshoot Amazon RDS for MySQL and Amazon RDS for MariaDB Errors explores common errors which you can see when working with RDS for MySQL and RDS for MariaDB, and how to troubleshoot them [hands on]
- Build a dynamic rules engine with Amazon Managed Service for Apache Flinkdemonstrates how to implement a dynamic rules engine using Managed Service for Apache Flink with both the rules and input data streamed through Kinesis Data Streams [hands on]
- Migrate from Amazon Kinesis Data Analytics for SQL to Amazon Managed Service for Apache Flink and Amazon Managed Service for Apache Flink Studio explains how you can migrate your Kinesis Data Analytics for SQL workloads to Amazon Managed Service for Apache Flink or Apache Flink Studio
- Enhance PostgreSQL resiliency and recoverability using Amazon FSx for OpenZFSshows you how to create an application-consistent snapshot for your PostgreSQL database on Amazon FSx for OpenZFS, including how this approach allows you to roll back to the point-in-time of the snapshot in seconds, which provides you an extremely low RTO [hands on]
- Reliable Airline Baggage Tracking Solution using AWS IoT and Amazon MSK is a case study that shows how IBM developed a framework to modernise a traditional baggage tracking system using AWS Internet of Things (AWS IoT) services and Amazon Managed Streaming for Apache Kafka (Amazon MSK)
- Amazon Corretto 8: December-2030 (Previous EOL date was April 2026)
- Amazon Corretto 11: January-2032 (Previous EOL date was September 2027)
JSON_TABLE
features that can convert JSON to a standard PostgreSQL table. The MERGE
command now supports the RETURNING
clause, letting you further work with modified rows. PostgreSQL 17 also includes general improvements to query performance and adds more flexibility to partition management with the ability to SPLIT/MERGE partitions. Please refer to the PostgreSQL community announcement for more details.Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.