Amazon Web Services open source newsletter, #174

海外精选
开源
Amazon Simple Storage Service (S3)
Amazon Aurora
Amazon EMR
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
## September 18th, 2023 - Instalment #174 Welcome to #174 of the Amazon Web Services open source newsletter, which will be the last one for a couple of weeks as I take some time off to recharge. I will be back in early October with more open source goodness, but in the meantime, you still have this edition packed with open source goodness. This weeks new projects include a Rust tool to help you keep your CloudFormation stacks up to date, a tool to help upload files to [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail), a generative AI tool that aims to help you review and detect IAM configuration issues, an updated JDBC driver for connecting to [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail), and more. Also featured in this edition is content on open source technologies that include Apache Hudi, Amazon CDK, Steampipe, OpenSearch, Amazon Amplify, React, Dockle, Apache Flink, Apache Kafka, Apache Spark, [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail), Ray, Argo CD, Amazon Distro for Open Telemetry, PostgreSQL, Trusted Language Extensions for PostgreSQL, and more. Make sure you check out the videos and events section. I will be attending the Open Source Summit in Bilbao, so come say hello and visit the Amazon Web Services booth if you are planning to come. **Feedback** Before you dive in however, I need your help! Please please please take 1 minute to [complete this short survey](https://www.pulse.aws/promotion/10NT4XZQ?trk=cndc-detail) and you will forever have my gratitude! ### Celebrating open source contributors The articles and projects shared in this newsletter are only possible thanks to the many contributors in open source. I would like to shout out and thank those folks who really do power open source and enable us all to learn and build on top of what they have created. So thank you to the following open source heroes: Marc Chene, Konstantinos Keramaris, Tenable, Dyego Sutil Mendes, Dave Cramer, Johannes Konings, Stefan Majiros, k.goto, Marcin Sodkiewicz, Suraj Narwade, Aaron Sempf, Puneet Talwar, Lorenzo Nicora, Francisco Morillo, Peter Celentano and Sukhpreet Kaur Bedi ### Latest open source projects *The great thing about open source projects is that you can review the source code. If you like the look of these projects, make sure you that take a look at the code, and if it is useful to you, get in touch with the maintainer to provide feedback, suggestions or even submit a contribution. The projects mentioned here do not represent any formal recommendation or endorsement, I am just sharing for greater awareness as I think they look useful and interesting!* #### Tools **cfnupd** [cfnupd](https://aws-oss.beachgeek.co.uk/39e?trk=cndc-detail) is a CLI tool from Konstantinos Keramaris written in Rust that provides you with a quick and easy way to update your existing Cloudformation Stacks. From Konstantinos, > I wanted to share a small project of my own with you, hoping that it might be of interest to your readers. I recently developed a CLI tool written in rust called cfnupd , designed to streamline and simplify the process of updating existing CloudFormation stacks. The inspiration for this tool arose from my personal frustration when dealing with minor updates to "dev"-like stacks, that are not integrated with a cicd pipeline. Often, I found myself working from a machine that lacked local access to the necessary scripts and parameters meaning I first have to download the cfn template and then having to write a long Amazon Web Services cli command or perform multiple "clicks" on the Amazon Web Services Cloudformation Console. > > cfnupd downloads the CloudFormation template and parameters locally, opens an editor of choice (preferably a cli one) for easy modification, and then initiates the stack update. To the best of my knowledge, there isn't a similar CLI tool available that offers this level of convenience and efficiency. Looks pretty interesting to me. If you give this a look, make sure you let Konstantinos know what you think. ![demo.gif](https://dev-media.amazoncloud.cn/9d9ead4d089b4972bd26e902f36a22a0_demo.gif "demo.gif") **EscalateGPT** [EscalateGPT](https://aws-oss.beachgeek.co.uk/39f?trk=cndc-detail) is an open source Python tool from Tenable that leverages the power of OpenAI to analyse Amazon Web Services IAM misconfigurations. This tool can be used to retrieve all IAM policies associated with users or groups and will then prompt the OpenAI API, asking it to identify potential escalation opportunities and any relevant mitigations. EscalateGPT returns results in a JSON format that includes the path, the Amazon Resource Name (ARN) of the policy that could be exploited for privilege escalation and the recommended mitigation strategies to address the identified vulnerabilities. You will need to have yourself an OpenAI key to use this, and make sure you read the README to get all the details. You can also find out more by following along in the blog post, [EscalateGPT: leverages the power of OpenAI to analyze Amazon Web Services IAM misconfigurations](https://aws-oss.beachgeek.co.uk/39g?trk=cndc-detail) **aws-s3-presigned-post** [aws-s3-presigned-post](https://aws-oss.beachgeek.co.uk/39h?trk=cndc-detail) is a tool from Dyego Sutil Mendes that provides a Java library to generate pre-signed post data to be used to upload files to [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail). The README is full of clear examples of how you can use this in your code. Very nice Dyego. **aws-advanced-jdbc-wrapper** [aws-advanced-jdbc-wrapper](https://aws-oss.beachgeek.co.uk/38q?trk=cndc-detail) is complementary to an existing JDBC driver and aims to extend the functionality of the driver to enable applications to take full advantage of the features of clustered databases such as [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail). In other words, the Amazon Web Services JDBC Driver does not connect directly to any database, but enables support of Amazon Web Services and Aurora functionalities on top of an underlying JDBC driver of the user's choice. The Amazon Web Services JDBC Driver is targeted to work with any existing JDBC driver. Currently, the Amazon Web Services JDBC Driver has been validated to support the PostgreSQL JDBC Driver, MySQL JDBC Driver, and MariaDB JDBC Driver. In conjunction with the JDBC Drivers for PostgreSQL, MySQL, and MariaDB, the Amazon Web Services JDBC Driver enables functionalities from [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) such as fast failover for PostgreSQL and MySQL Aurora clusters. It also introduces integration with Amazon Web Services authentication services such as Amazon Web Services Identity and Access Management (IAM) and Amazon Web Services Secrets Manager. Check out more by reading the blog post from Dave Cramer, [Introducing the Advanced JDBC Wrapper Driver for Amazon Aurora](https://aws-oss.beachgeek.co.uk/38r?trk=cndc-detail) ### Demos, Samples, Solutions and Workshops **aws-glue-apache-hudi-operational-data-processing-framework** [aws-glue-apache-hudi-operational-data-processing-framework](https://aws-oss.beachgeek.co.uk/38y?trk=cndc-detail) is a new data processing framework that you can use to expedite your journey in integrating operational databases into your modern data platforms built on Amazon Web Services. The repo contains three components: 1/ File Manager, 2/ File Processor, and 3/ Configuration Manager. Each component runs independently to solve a portion of the operational data processing use case. The blog post, [Simplify operational data processing in data lakes using Amazon Glue and Apache Hudi](https://aws-oss.beachgeek.co.uk/38x?trk=cndc-detail) looks at this new framework that has been developed by Amazon Web Services Proserve, and shows how you can use it for real-world operational data processing use cases. It combines Amazon Web Services services and open source tools like Apache Spark and Apache Hudi. ![image.png](https://dev-media.amazoncloud.cn/1ab7765c707845f8a365bdf2ae0c0f8b_image.png "image.png") ### Amazon Web Services and Community blog posts **Community round up** Starting this week's community round up we have Amazon Web Services Community Builder Johannes Konings who writes about Steampipe, an open source tool that lets you query your Amazon Web Services resources. In [Use Steampipe to select your Amazon Web Services resources across SSO accounts with SQL](https://aws-oss.beachgeek.co.uk/398?trk=cndc-detail) he shows you how you can use this across different Amazon Web Services accounts that are integrated with Single Sign On. Next up we have Stefan Majiros who has put together [Geo search with Amazon Amplify, CDK and custom AppSync JS Resolvers in React Native and React](https://aws-oss.beachgeek.co.uk/399?trk=cndc-detail), a tutorial on how you can incorporate geo-search support into Amazon Amplify, adding custom resolvers against OpenSearch. I had not heard about [Dockle](https://aws-oss.beachgeek.co.uk/39a?trk=cndc-detail) before, but it turns out that this is a useful open source linter for container images focused on security and helping to build good practices. Amazon Web Services Community Builder k.goto has put together [Container image scanning with Dockle in Amazon CDK](https://aws-oss.beachgeek.co.uk/39b?trk=cndc-detail) that provides an overview of a new CDK Construct that you can use on Construct Hub that allows you to easily scan container images with Dockle, avoiding unnecessary builds if errors are encountered and saving applications being pushed to [Amazon Elastic Container Registry ](https://aws.amazon.com/cn/ecr/?trk=cndc-detail)(ECR) if they contain known vulnerabilities. Very cool stuff. Marcin Sodkiewicz has put together [AWS & OpenTelemetry strikes back: Tail-based Sampling](https://aws-oss.beachgeek.co.uk/39c) that provides an intro into what tail sampling is and how to set up OpenTelemetry collectors to work with it at scale. <!--EndFragment--> ![image.png](https://dev-media.amazoncloud.cn/4c48b884c1804f2da6990544aad2d975_image.png "image.png") To finish things off this week, we have Amazon Web Services Community Builder Suraj Narwade who has put together a post about a project I featured a while back ([#125](https://dev.to/aws/aws-open-source-news-and-updates-125-ein?trk=cndc-detail), amazon-ec2-instance-selector). This is a CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory, and Suraj has written [Making a wise choice with ec2-instance-selector](https://aws-oss.beachgeek.co.uk/39d?trk=cndc-detail) that explores how you can use this. ![image.png](https://dev-media.amazoncloud.cn/aecec53849d24c35876cbfe5275911c2_image.png "image.png") **Amazon CDK** In the post [Using Amazon CloudFormation and Amazon Cloud Development Kit to provision multicloud resources](https://aws-oss.beachgeek.co.uk/391?trk=cndc-detail), Aaron Sempf and Puneet Talwar debunk the misconception that CloudFormation and CDK can only be used to provision resources on Amazon Web Services. They show you how you can reduce the cost and complexity of maintaining deployment pipelines across multiple cloud providers \[hands on] ![image.png](https://dev-media.amazoncloud.cn/7f5bf16687bc49aca916c52941c92ad4_image.png "image.png") **Apache Flink** Apache Flink is an open-source distributed engine for stateful processing over unbounded datasets (streams) and bounded datasets (batches). In a new two part blog post from Lorenzo Nicora and Francisco Morillo, they dive deeper into checkpointing mechanisms and in-flight data buffering, explaining some of the fundamental Apache Flink internals, covering the buffer debloating feature, and taking a look at unaligned checkpoints. So grab yourself the first part, [Optimize checkpointing in your Amazon Managed Service for Apache Flink applications with buffer debloating and unaligned checkpoints – Part 1](https://aws-oss.beachgeek.co.uk/38v?trk=cndc-detail), and take it from there. \[hands on] ![image.png](https://dev-media.amazoncloud.cn/a43fca327cc54a919cadf1b704978dfb_image.png "image.png") **Other Big Data and Analytics posts** * [Securely process near-real-time data from Amazon MSK Serverless using an Amazon Glue streaming ETL job with IAM authentication](https://aws-oss.beachgeek.co.uk/38z?trk=cndc-detail) demonstrates how to build an end-to-end implementation to process data from Apache Kafka using an Amazon Glue streaming extract, transform, and load (ETL) job with IAM authentication to connect MSK Serverless from the Amazon Glue job and query the data using [Amazon Athena](https: //aws.amazon.com/cn/athena/?trk=cndc-detail) \[hands on] ![image.png](https://dev-media.amazoncloud.cn/06b37dbebcdc4f80a8635a1a59442922_image.png "image.png") * [Run Spark-RAPIDS ML workloads with GPUs on Amazon EMR on EKS](https://aws-oss.beachgeek.co.uk/390?trk=cndc-detail)provides a nice hands on guide that shows the capabilities of the NVIDIA Spark-RAPIDS Accelerator for running ML workloads with Spark on EMR on EKS using GPU instances \[hands on] ![image.png](https://dev-media.amazoncloud.cn/0f4795ed3b8c4a81b884909eee0a42f8_image.png "image.png") * [Optimize equipment performance with historical data, Ray, and Amazon SageMaker](https://aws-oss.beachgeek.co.uk/394?trk=cndc-detail) builds an end-to-end solution to find optimal control policies using only historical data on [Amazon SageMaker](https://aws.amazon.com/cn/sagemaker/?trk=cndc-detail) using Ray’s RLlib library \[hands on] * [Extracting key insights from Amazon S3 access logs with Amazon Glue for Ray](https://aws-oss.beachgeek.co.uk/395?trk=cndc-detail)presents an architecture solution that allows customers to extract key insights from [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) access logs at scale, using Ray, a popular new open source compute framework that helps you scale Python workloads \[hands on] **Other posts and quick reads** * [Argo CD Application Controller Scalability Testing on Amazon EKS ](https://aws-oss.beachgeek.co.uk/396?trk=cndc-detail)discusses initial efforts in scaling Argo CD to support 10,000 applications deployed across as many as 97 Kubernetes clusters \[hands on] ![image.png](https://dev-media.amazoncloud.cn/b750b575471d4f42a44537e3808609e9_image.png "image.png") * [Deploy and scale Django applications on Amazon Web Services App Runner](https://aws-oss.beachgeek.co.uk/38w?trk=cndc-detail) shows how to deploy and scale a Django web application on Amazon Web Services App Runner and how to securely connect to a managed database with Amazon Relational Database Service ([Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail)) for PostgreSQL \[hands on] ![image.png](https://dev-media.amazoncloud.cn/68b43e240c8b4a26831fc9768715a3e1_image.png "image.png") * [Managing Amazon EBS volume throughput limits in Amazon OpenSearch Service domains](https://aws-oss.beachgeek.co.uk/392?trk=cndc-detail) looks at the impact of [Amazon Elastic Block Store](https://aws.amazon.com/cn/ebs/?trk=cndc-detail) ([Amazon EBS](https://aws.amazon.com/cn/ebs/?trk=cndc-detail)) volume IOPS and throughput limits on [Amazon OpenSearch Service](https://aws.amazon.com/cn/opensearch-service/?trk=cndc-detail) domain and how to prevent/mitigate throughput throttling situation \[hands on] * [Tracing Tenant Activity for Multi-Account SaaS with Amazon Web Services Distro for Open Telemetry](https://aws-oss.beachgeek.co.uk/393?trk=cndc-detail) explores how to collect tracing data across your multi-account SaaS environment using Amazon Web Services Distro for Open Telemetry (ADOT) and publish events to a control plane for data aggregation and analysis \[hands on] ![image.png](https://dev-media.amazoncloud.cn/ad32bb24cd104306aff708dda0388d6e_image.png "image.png") * [Build a Conversational AI app to Interact with Amazon Web Services using Amazon Amplify](https://aws-oss.beachgeek.co.uk/397?trk=cndc-detail)showcases building a conversational application by harnessing Amazon Amplify and integrating it with [Amazon Lex](https://aws.amazon.com/cn/lex/?trk=cndc-detail), looking at some of the essential backend components, such as authentication workflows, API interfaces, data management, and intent fulfilment business logic \[hands on] ![image.png](https://dev-media.amazoncloud.cn/510c5babadeb49979df84e64c28d0336_image.png "image.png") ### Quick updates **[Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail)** You can now select Amazon Linux 2023 (AL2023) on [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) on EKS. Customers can use AL2023 as the operating system together with Java 17 as Java runtime to run Spark workloads on [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) on EKS. This provides customers a secure, stable, high-performance environment to develop and run their applications as well as enables them to access the latest enhancements such as kernel, toolchain, glibc, openssl and other system libraries and utilities. Previously, customers could only run their Spark jobs on [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) on EKS with Amazon Linux 2 (AL2) as the operating system. Now, with this launch, [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) on EKS supports AL2023 as an operating system, which offers several improvements over AL2 such as supporting Python 3.9 by default, the GNU C Library (glibc) is upgraded to 2.34 in AL2023, GNU Compiler Collection (gcc) is upgraded to 11.3, and more. For a complete list of the difference between AL2 and AL2023, [please visit AL2023 user guide](https://aws-oss.beachgeek.co.uk/38s?trk=cndc-detail). **OpenSearch** Amazon OpenSearch Serverless has expanded its auto-scaling capabilities to efficiently handle tens of thousands of query transactions per minute. With this new feature, you can rely on OpenSearch Serverless to help handle unpredictable surges in your search and query traffic. At launch, OpenSearch Serverless supported two replicas of the index with redundancy for Availability Zone outages and infrastructure failures. With the new feature, OpenSearch Serverless will respond to the spikes in search traffic by detecting the shards under duress, dynamically increasing the shard replicas and then seamlessly scaling back when the workload demand reduces. Rather than automatically augmenting the entire index, OpenSearch Serverless only adds the replicas for the shards under high utilisation (hot shards), thus providing a cost-effective solution for the customers while providing fast response times and availability. **PostgreSQL** Amazon Relational Database Service ([Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail)) PostgreSQL Multi-AZ Deployments with two readable standbys now supports major version upgrades. Starting today, you can upgrade your RDS for PostgreSQL Multi-AZ Deployments with two readable standbys from major version 13.4 and above and 14.5 and above to 15.4 with just a few clicks on the Amazon Web Services Management Console. PostgreSQL 15.4 offers several performance and feature benefits that include SQL standard "MERGE" command for conditional SQL queries, performance improvements for both in-memory and disk-based sorting, and support for two-phase commit and row/column filtering for logical replication. The PostgreSQL 15 release also adds support for new extension pg_walinspect, and server-side compression with Gzip, LZ4, or Zstandard (zstd) using pg_basebackup. Read more about [what's new in PostgreSQL 15 ](https://aws-oss.beachgeek.co.uk/38t?trk=cndc-detail)and test your application for compatibility before you upgrade your databases. **Trusted Language Extensions for PostgreSQL** Trusted Language Extensions for PostgreSQL (pg_tle) is an open source development kit to help you build extensions written in a trusted language that run safely on PostgreSQL. Support for custom data types included with the PostgreSQL extension pg_tle v1.1.1 is available on database instances in [Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail) running PostgreSQL 15.4 and higher, 14.9 and higher, and 13.12 and higher. pg_tle now supports building your own custom data types and is available on Amazon Relational Database Service (RDS) for PostgreSQL. You can now use Trusted Language Extensions for PostgreSQL to create a new base (or scalar) data type, specify how it is stored, and define functions that support SQL and index operations for this new data type. Custom data types are helpful when extending PostgreSQL to support functional domains where a built-in type such as number or text can’t provide sufficient search semantics. For example, an Amazon Web Services resource can be uniquely identified by an Amazon Resource Name (ARN). You can build an ARN custom data type to store and compare ARNs from your application, and leverage PostgreSQL functionality such as indexes to accelerate searches. Peter Celentano and Sukhpreet Kaur Bedi have put together a handy post, [Create custom PostgreSQL data types using Trusted Language Extensions](https://aws-oss.beachgeek.co.uk/38u?trk=cndc-detail), that dives deeper on this new update, and demonstrate how to create custom PostgreSQL data types using TLE. **Amazon Amplify** Amazon Amplify Studio announced last week full support for GraphQL APIs. Developers using GraphQL APIs created either with Amplify Studio or Amplify CLI will now fully have access to all of Studio’s features. This includes Form Builder, Figma to Code UI generation, and Data Manager. Previously, Studio’s data-powered features were only available to developers using Amplify DataStore. With this launch, we’ve extended access to these features to support all Amplify GraphQL APIs. All new and existing Amplify developers can now generate forms connected to their API, manage records in their API with Data Manager, and create data-bound Figma to React components. ### Videos of the week **Monitor Modern Applications—The Managed Open Source Way on Amazon Web Services** If you are looking to learn more about some of the open source observability tools you can deploy or use on Amazon Web Services to help you manage your infrastructure and applications, then take a look at this video from Marc Chene, who shows you how you can collect, export, and query telemetry data, and quickly set up dashboards to identify patterns or issues. https://youtu.be/POmdK50p23c?trk=cndc-detail **Using Amazon CloudFormation and Amazon Web Services Cloud Development Kit to provision multicloud resources** If you read and were interested in the CDK post and workshop that shows you how you can use CDK to provision resources in other cloud providers, you can check out this bonus video. **Open Source Brief** Now featured every week in the Amazon Web Services Community Radio show, grab a quick five minute recap of the weekly open source newsletter from yours truly. https://youtu.be/kO_etDsFk20?trk=cndc-detail Check out the [playlist here](https://aws-oss.beachgeek.co.uk/359?trk=cndc-detail). **Build on Open Source** For those unfamiliar with this show, Build on Open Source is where we go over this newsletter and then invite special guests to dive deep into their open source project. Expect plenty of code, demos and hopefully laughs. We have put together a playlist so that you can easily access all (sixteen) of the episodes of the Build on Open Source show. [Build on Open Source playlist](https://aws-oss.beachgeek.co.uk/episodes?trk=cndc-detail). We are currently planning the third series - if you have an open source project you want to talk about, get in touch and we might be able to feature your project in future episodes of Build on Open Source. # Events for your diary If you are planning any events in 2023, either virtual, in person, or hybrid, get in touch as I would love to share details of your event with readers. **Open Source Summit, Europe**\ **Bilbao, 18th-21st September** > "Open Source Summit is the premier event for open source developers, technologists, and community leaders to collaborate, share information, solve problems, and gain knowledge, furthering open source innovation and ensuring a sustainable open source ecosystem. It is the gathering place for open-source code and community contributors." If you are coming to the Open Source Summit Europe in Bilbao this week, make sure you pop by the Amazon Web Services booth where we will be having lots of open source goodness, including SWAG and a demo station where we will be showing Powetools for Lambda, Cedar, OpenSearch. You will also catch many of the folks working on open source at Amazon Web Services, including myself. So please stop hi and be sure to take a selfie with the crew. Find out more at the official site, [Open Source Summit Europe 2023](https://aws-oss.beachgeek.co.uk/31f?trk=cndc-detail). **Build ML into your apps with PostgreSQL and the pgvector extension**\ **YouTube, 21st September 4pm UK time** This office hours session is a follow up for those who attended the fireside chat titled "Building ML capabilities into your apps with PostgreSQL and the open-source pgvector extension". Others are also welcome. Office hours attendees can ask questions related to this topic. Application developers who use [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) for PostgreSQL or [Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail) for PostgreSQL can use pgvector, an open-source extension for PostgreSQL, to harness the power of generative AI and LLMs for driving richer user experiences. Join us to ask your questions and hear the answers to the most frequently asked questions about the pgvector extension for PostgreSQL. Watch it [live on YouTube](https://aws-oss.beachgeek.co.uk/326?trk=cndc-detail). **OpenSearchCon**\ **Seattle, September 27-29, 2023** Registration is now open source OpenSearchCon. Check out this post from Daryll Swager, [Registration for OpenSearchCon 2023 is now open!](https://aws-oss.beachgeek.co.uk/2zk?trk=cndc-detail) that provides you with what you can expect, and resources you need to help plan your trip. **CDK Day, 2023**\ **Online, 29th September 2023** Back for the fourth instalment, this Community led event is a must attend for anyone working with infrastructure as code using the Amazon Web Services Cloud Development Kit (CDK). It is intended to provide learning opportunities for all users of the CDK and related libraries. The event will be live streamed on YouTube, and you check more at the website, [CDK Day](https://aws-oss.beachgeek.co.uk/fr?trk=cndc-detail) **All Things Open**\ **October, 15th-17th, Raleigh Convention Center, Raleigh, North Carolina** I will be attending and speaking at All Things Open, looking at Apache Airflow as an container orchestrator. I will be there with a bunch of fellow Amazon Web Services colleagues, and I hope to meet some of you there. Check us out at the Amazon Web Services booth, where you will find me and the other Amazon Web Services folk throughout the event. Check out the event and sessions/speakers at the official webpage for the event, [AllThingsOpen 2023](https://aws-oss.beachgeek.co.uk/31e?trk=cndc-detail) **Open Source India**\ **October 19th-21st, NIMHANS Convention Center, Bengaluru** One of the most important open source events in the region, Open Source India will be welcoming thousands of attendees all to discuss and learn about open source technologies. I will be there too, doing a talk so I would love to meet with any of you who are also planning on attending. Check out more details on their web page, [here](https://aws-oss.beachgeek.co.uk/31d?trk=cndc-detail). **Cortex**\ **Every other Thursday, next one 16th February** The Cortex community call happens every two weeks on Thursday, alternating at 1200 UTC and 1700 UTC. You can check out the GitHub project for more details, go to the [Community Meetings](https://aws-oss.beachgeek.co.uk/2h5?trk=cndc-detail) section. The community calls keep a rolling doc of previous meetings, so you can catch up on the previous discussions. Check the [Cortex Community Meetings Notes](https://aws-oss.beachgeek.co.uk/2h6?trk=cndc-detail) for more info. **OpenSearch**\ **Every other Tuesday, 3pm GMT** This regular meet-up is for anyone interested in OpenSearch & Open Distro. All skill levels are welcome and they cover and welcome talks on topics including: search, logging, log analytics, and data visualisation. Sign up to the next session, [OpenSearch Community Meeting](https://aws-oss.beachgeek.co.uk/1az?trk=cndc-detail) ### Stay in touch with open source at Amazon Web Services Remember to check out the [Open Source homepage](https://aws.amazon.com/opensource/?opensource-all.sort-by=item.additionalFields.startDate\\&opensource-all.sort-order=asc?trk=cndc-detail) to keep up to date with all our activity in open source by following us on [@AWSOpen](https://twitter.com/AWSOpen?trk=cndc-detail)
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭