Amazon Web Services open source newsletter, #161

PyTorch
海外精选
开源
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
Welcome to #161 of the Amazon Web Services open source newsletter, and another week for fresh, new open source projects and code for you to practice your four freedoms. This weeks projects include tools that will help you create temporary elevated credentials, a new Java library that provides methods for encrypting and decrypting cryptographic materials, an [Amazon DynamoDB](https://aws.amazon.com/cn/dynamodb/?trk=cndc-detail) wrapper for Node/TypeScript developers, and a solution to help you find and visualise data assets. We also have some great demo code that shows you how you can deploy an Amazon managed Active Directory, Keycloak, a tool to help automate the creation of transcripts for your prod casts, and a great project that helps you to build continuous deployment pipelines following current good practices. This weeks newsletter is also filled with lovely content on some of your favourite open source projects, featuring Falcon, Keycloak, Cedar, [FreeRTOS](https://aws.amazon.com/cn/freertos/?trk=cndc-detail), Apache Airflow, Apache Spark, Apache Hudi, Apache Iceberg, and Delta Lake, Apache Flink, OpenChatkit, Pinniped, Kubecost, Karpenter, ONNX, Apache Kafka, Babelfish for Aurora PostgreSQL, Amazon Amplify, Next.js, OpenSearch, Flux, ArgoCD, KVM, and more. I have added a few events that are happening this week and next, so make sure you do not miss those too. ###### **Feedback** Before you dive in however, I need your help! Please please please take 1 minute to [complete this short survey](https://pulse.buildon.aws/survey/PJRTOUMK?trk=cndc-detail) and bask in the warmth of having helped improve how we support open source. #### **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: David Krohn, Marcell Jobs, Nicholas Saenz Julienne, Anel Orazgaliyeva, Carlos Santana, Sai Vennam, Suraj Narwade, James McIntyre, Siva Guruvareddiar, Elamaran Shanmugam, Re Alvarez-Parmar, Adam McLean, Ashok Srirama, Hemanth AVS, Giacomo Margaria , Lotfi Mouhib, Hamza Mimi, Vikram Elango, Andrew Smith, Dhawalkumar Patel, Nir Tsruya, and Ankit Gupta, Daniel Arenhage, Kalaiarasu M, Shana Schipers, Ian Meyers, Carlos Rodrigues, Damon Cortesi, Vincent Beck, Tony Smith, Darin McAdams, Daniel Bass, Lee Gilmore, and Johannes Koch. #### **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. ###### **Tools** ###### **iam-identity-center-team** [iam-identity-center-team](https://github.com/aws-samples/iam-identity-center-team?trk=cndc-detail) this repository contains the source code for the deploying temporary elevated access management (TEAM) application. TEAM is an open source solution that integrates with Amazon IAM Identity Center and allows you to manage and monitor, time-bound elevated access to your multi-account Amazon Web Services environment at scale. The solution is a custom application that allows users to request access to an Amazon Web Services account only when it is needed and only for a specific period of time. Once the time period has elapsed, elevated access is automatically removed. Very nice project with great documentation. ![archi.png](https://dev-media.amazoncloud.cn/bdfb37108ab44b78b48004630131178e_archi.png "archi.png") ##### **Amazon Web Services-cryptographic-material-providers-library-java** [Amazon Web Services-cryptographic-material-providers-library-java](https://github.com/aws/aws-cryptographic-material-providers-library-java?trk=cndc-detail) provides methods for encrypting and decrypting cryptographic materials used in higher level client side encryption libraries. The Amazon Web Services Cryptographic Material Providers Library abstracts lower level cryptographic materials management of encryption and decryption materials. It uses cryptographic best practices to protect the data keys that protect your data. The data key is protected with a key encryption key called a wrapping key or master key. The encryption method returns the data key and one or more encrypted data keys. Supported libraries use this information to perform envelope encryption. The data key is used to protect your data, and the encrypted data keys are stored alongside your data so you don't need to keep track of the data keys separately. You can use Amazon KMS keys in Amazon Web Services Key Management Service(Amazon KMS) as wrapping keys. The Amazon Web Services Cryptographic Material Providers Library also provides APIs to define and use wrapping keys from other key providers. **Note** The Amazon Web Services Cryptographic Material Providers Library is released as a developer preview and is subject to change. The current release is not intended to be used in production environments. ###### **tinymo** [tinymo](https://github.com/Parana-Games/tinymo?trk=cndc-detail) is a nice [Amazon DynamoDB](https://aws.amazon.com/cn/dynamodb/?trk=cndc-detail) wrapper for Node/TypeScript developers. It simplifies constructing DynamoDB's JSON-based command inputs within your code, and should make the experience a lot less annoying. Repo has plenty of examples to get you started too. ###### **cdk-Amazon Web Services-ad-connect** [cdk-Amazon Web Services-ad-connect](https://github.com/daknhh/cdk-aws-ad-connect?trk=cndc-detail) from Amazon Web Services Community Builder and Ambassador David Krohn and Marcell Jobs that makes it easy to deploy and configure an Active Directory Connector using Amazon Step Functions. ###### **sensitive-data-protection-on-Amazon Web Services** [sensitive-data-protection-on-Amazon Web Services](https://github.com/awslabs/sensitive-data-protection-on-aws?trk=cndc-detail) this solution allows enterprise customers to create data catalogs, discover, protect, and visualise sensitive data across multiple Amazon Web Services accounts. The solution eliminates the need for manual tagging to track sensitive data such as Personal Identifiable Information (PII) and classified information. ![portal-summary-256.png](https://dev-media.amazoncloud.cn/4d03cb898c9b4de887bad2945334c2f9\\_portal-summary-256.png "portal-summary-256.png") #### **Demos, Samples, Solutions and Workshops** ###### **cicdonaws-example-projects** [cicdonaws-example-projects](https://github.com/Lock128/cicdonaws-example-projects?trk=cndc-detail) - Amazon Web Services Hero Johannes Koch shares with you a new project he is working on that shows you how to implement a simple, end to end CI/CD pipelines that contains all of the steps that follow "best practices". With the project, Johannes wants to be able to give Builders around the globe the possibility to understand the difference between certain CI/CD tools while at the same time following best practices. ![aws_architecture.png](https://dev-media.amazoncloud.cn/665350f258844ff6acff647ee3dfd37f_aws_architecture.png "aws_architecture.png") He is looking for feedback on his project, so make sure you check it out. He has also put together a helpful video to walk you through the different components. YouTube:<https://youtu.be/6Mrng2mGbFw> ###### **active-directory-on-Amazon Web Services-cdk** [active-directory-on-Amazon Web Services-cdk](https://github.com/094459/active-directory-on-aws-cdk?trk=cndc-detail) this is a sample repo that will help you deploy an Amazon Web Services managed Active Directory server (with additional supporting resources and configurations) using Amazon CDK. I put this together as I could not find one, and I needed it for a demo I am putting together. I also put together a blog post that walks you through using it. Check that out here, [Using CDK to deploy Amazon managed Active Directory](https://dev.to/aws/using-cdk-to-deploy-aws-managed-active-directory-35ci?trk=cndc-detail) ###### **keycloak-Amazon Web Services** [keycloak-Amazon Web Services](https://github.com/094459/keycloak-aws) this repo provides a working example of how you can use the keycloak-cdk construct to deploy a later version of Keycloak. Most of the solutions out there seem to work for versions of Keycloak v16 or older, and I needed to bootstrap a newer version. I put together a post that provides a walk through of how you can use it. Let me know what you think, and read the post here, Integrating Keycloak as my [Identity Provider for IAM Identity Centre: Part one, deploying Keycloak on Amazon Web Services](https://dev.to/aws/integrating-keycloak-as-my-identity-provider-for-iam-identity-centre-part-one-deploying-keycloak-on-aws-2ol1?trk=cndc-detail) (with a follow on part [here](https://dev.to/aws/integrating-keycloak-as-my-identity-provider-for-iam-identity-centre-part-two-configuring-keycloak-as-my-identity-provider-1n0k?trk=cndc-detail)) ###### **podwhisperer** [podwhisperer](https://github.com/fourTheorem/podwhisperer?trk=cndc-detail) A completely automated podcast audio transcription workflow with super accurate results (according to the developers ;-) This project uses Amazon SAM with nested stacks to deploy a number of tools, and the solution uses a number of additional services such as OpenAI Whispher and [Amazon Transcribe](https://aws.amazon.com/cn/transcribe/?trk=cndc-detail). Check out the architecture. ![step-function-overview.jpg](https://dev-media.amazoncloud.cn/be06dc9c9a3d4ee4bc2c0939273fba88\\_step-function-overview.jpg "step-function-overview.jpg") ###### **Falcon-40B** [Falcon-40B](https://github.com/aws/amazon-sagemaker-examples/tree/main/inference/generativeai/llm-workshop/lab10-falcon-40b-and-7b?trk=cndc-detail) this repo provides notebooks that will help know how to host Falcon-40B using DeepSpeed on SageMaker using LMI DLCs. There is an accompanying blog post, [Deploy Falcon-40B with large model inference DLCs on Amazon SageMaker](https://aws.amazon.com/cn/blogs/machine-learning/deploy-falcon-40b-with-large-model-inference-dlcs-on-amazon-sagemaker/?trk=cndc-detail) that walks you through the process. ###### **Serverless-Amazon Web Services-CDK-Best-Practices-Patterns-Part-4** [Serverless-Amazon-CDK-Best-Practices-Patterns-Part-4](https://github.com/leegilmorecode/Serverless-AWS-CDK-Best-Practices-Patterns-Part-4?trk=cndc-detail) Lee Gilmore provides an example of creating immutable builds using the Amazon CDK and progressing them through environments to production using CDK Pipelines. There is an accompanying blog post series that dives deeper into the code which you can check out. Here is the fourth instalment, [Serverless Amazon CDK Pipeline Best Practices & Patterns — Part 4](https://blog.serverlessadvocate.com/serverless-aws-cdk-pipeline-best-practices-patterns-part-4-38205c85a18b?trk=cndc-detail), but make sure you check out the others. *Bonus* *Lee has also put together videos from parts one and two of the series, so check them out here.* *Part One* *YouTube*:<https://youtu.be/LscW-pyKOtg> *Part Two* *YouTube*:<https://youtu.be/FEHFli6DAcg> #### **Amazon Web Services and Community blog posts** ###### **Community roundup** I love exploring the many and varied posts that the community creates, and last week there was so many great that I enjoyed reading. Kicking off with an open source project I am spending time getting to know, Cedar. Open Source is all about scratching that itch, and Darin McAdams posted[ Why was Cedar created?](https://cedarland.blog/design/why-cedar/content.html?trk=cndc-detail) and explores why Cedar was created. Keeping with the Cedar theme, Daniel Bass has put together a very nice post, [Implementing Role-Based Access Control (RBAC) with Amazon Web Services’ Cedar](https://www.permit.io/blog/cedar-rbac?trk=cndc-detail), that provides a nice overview of how (and why) should you implement Role Based Access Control (RBAC) using the Cedar policy engine. I love hacking around with various IoT devices, and have various ESP32 and other devices lying around so I was super interested in reading Tony Smith's post, [Achieving Unbrickable MCU FOTA for your FreeRTOS-powered Firmware: The Microvisor IoT Approach](https://freertos.org/zh-cn-cmn-s/2023/05/achieving-unbrickable-mcu-fota-for-your-freertos-powered-firmware-the-microvisor-iot-approach.html?trk=cndc-detail) showing how you can use Twilio Microvisor together with [FreeRTOS](https://aws.amazon.com/cn/freertos/?trk=cndc-detail) to reduce the risk of bricking devices during over-the-air (OTA) updates. ![microvisor-zone.png](https://dev-media.amazoncloud.cn/e43e847400df4b5d96efade03593aa10\\_microvisor-zone.png "microvisor-zone.png") If you are using Managed Workflows for Apache Airflow (MWAA) and integrating it with Amazon Web Services Secrets manager, then this post, [Setting up Amazon Web Services secrets backends with Airflow in a cost-effective way](https://medium.com/apache-airflow/setting-up-aws-secrets-backends-with-airflow-in-a-cost-effective-way-dac2d2c43f13?trk=cndc-detail), is an essential read from Vincent Beck. The post dives deep into how the integration works, and takes a look at how you can optimise your costs. On a related note, if you missed [How Apache Airflow Better Manages Machine Learning Pipelines](https://thenewstack.io/how-apache-airflow-better-manages-machine-learning-pipelines/?trk=cndc-detail) that was published on The New Stack last week, then check it out as it speaks with a number of the Amazon Web Services folks working upstream in the Apache Airflow community to help improve the Apache Airflow user experience. ###### **Apache Spark** Damon Cortesi has put together a very nice post, [Deploy Serverless Spark Jobs to Amazon Web Services Using GitHub Actions](https://www.buildon.aws/tutorials/deploy-serverless-spark-jobs-to-aws-using-github-actions?trk=cndc-detail), that shows how to deploy an end-to-end Spark ETL pipeline to [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) Serverless with GitHub Actions. ###### **Apache Hudi, Apache Iceberg, and Delta Lake** Apache Hudi, Apache Iceberg, and Delta Lake are open-source transactional table formats (or open table formats) can help you solve advanced use cases around performance, cost, governance, and privacy in your data lakes. In the post, [Choosing an open table format for your transactional data lake on Amazon Web Services](https://aws.amazon.com/cn/blogs/big-data/choosing-an-open-table-format-for-your-transactional-data-lake-on-aws/?trk=cndc-detail) Shana Schipers, Ian Meyers, and Carlos Rodrigues provide a super helpful guide shows how open-source transactional table formats (or open table formats) can help you solve advanced use cases around performance, cost, governance, and privacy in your data lakes. These table format each have their own unique strengths for specific requirements, so it is important to determine which requirements and use cases are most crucial and select the table format that best meets those needs. This post helps you with that, so an essential read this week. ###### **Apache Flink** In the post, [How Klarna Bank AB built real-time decision-making with Amazon Kinesis Data Analytics for Apache Flink](https://aws.amazon.com/cn/blogs/big-data/how-klarna-bank-ab-built-real-time-decision-making-with-amazon-kinesis-data-analytics-for-apache-flink/?trk=cndc-detail) Nir Tsruya from Klarna Bank AB, and Ankit Gupta, and Daniel Arenhage from Amazon Web Services look at a reference architecture for real-time queries and decision-making on Amazon Web Services using [Amazon Kinesis](https://aws.amazon.com/cn/kinesis/?trk=cndc-detail) Data Analytics for Apache Flink, and looks at why the Klarna Decision Tooling team selected Apache Flink for their first real-time decision query service. ![bdb2880-architecture-1.png](https://dev-media.amazoncloud.cn/cc2bb46239894d2bb4097b204d548969\\_bdb2880-architecture-1.png "bdb2880-architecture-1.png") A late addition to the newsletter was this post from data engineer Kalaiarasu M who wrote, [RealTime Data Processing — Integrate Kafka with Flink To S3](https://medium.com/m/global-identity-2?redirectUrl=https%3A%2F%2Fblog.shellkode.com%2Frealtime-data-processing-integrate-kafka-with-flink-to-s3-2228783f09c5?trk=cndc-detail) that explores how to leverage Apache Flink and Python to push data to [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail), where you have an Apache Kafka data source. \[hands on] ![1%2ARLtcpOIeOEYjQesJUAxm4w.png](https://dev-media.amazoncloud.cn/77d639209a9d462d8f5f91c42dab1230\\_1%252ARLtcpOIeOEYjQesJUAxm4w.png "1%2ARLtcpOIeOEYjQesJUAxm4w.png") ###### **OpenChatkit** [OpenChatKit](https://www.together.xyz/blog/openchatkit?trk=cndc-detail) is an open-source LLM used to build general-purpose and specialised chatbot applications, released by Together Computer under the Apache-2.0 license. Vikram Elango, Andrew Smith, and Dhawalkumar Patel have collaborated on the post, [Build custom chatbot applications using OpenChatkit models on Amazon SageMaker](https://aws.amazon.com/cn/blogs/machine-learning/build-custom-chatbot-applications-using-openchatkit-models-on-amazon-sagemaker/?trk=cndc-detail) that looks at the importance of open-source LLMs and provides a hands on guide on how to deploy an OpenChatKit model on SageMaker to build next-generation chatbot applications. They look at how you can deploy OpenChatKit models (GPT-NeoXT-Chat-Base-20B and GPT-JT-Moderation-6B) models on [Amazon SageMaker](https://aws.amazon.com/cn/sagemaker/?trk=cndc-detail) using DJL Serving and open-source model parallel libraries like DeepSpeed and Hugging Face Accelerate. \[hands on] ![ml-14596-image001.jpg](https://dev-media.amazoncloud.cn/628551069c64469bb8851979ff9c5c61\\_ml-14596-image001.jpg "ml-14596-image001.jpg") ###### **Kubernetes** We had lots of great posts this week on Kubernetes. So diving straight in, we had Ashok Srirama and Hemanth AVS show you how to streamline [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) multi-cluster authentication using Pinniped and Okta as an identity provider in their post, [Simplify Amazon EKS Multi-Cluster Authentication with Open Source Pinniped](https://aws.amazon.com/cn/blogs/opensource/simplify-amazon-eks-multi-cluster-authentication-with-open-source-pinniped/?trk=cndc-detail) \[hands on] ![Pinniped-solution-overview-diagram.png](https://dev-media.amazoncloud.cn/bed385d295e2413286068ecaadafee42\\_Pinniped-solution-overview-diagram.png "Pinniped-solution-overview-diagram.png") Next up we had Giacomo Margaria who put together, [Diving into Container Insights cost optimizations for Amazon EKS](https://aws.amazon.com/cn/blogs/containers/diving-into-container-insights-cost-optimizations-for-amazon-eks/?trk=cndc-detail) who provides a super detailed post that shows you how to configure, deploy, consume, and investigate Container Insights metrics to significantly optimise the associated ownership costs. ![solution-summary.png](https://dev-media.amazoncloud.cn/f9874beddabe4ff2b9d15a64793cc81a_solution-summary.png "solution-summary.png") On a similar note, we had [Cost monitoring for Amazon EMR on Amazon EKS](https://aws.amazon.com/cn/blogs/big-data/cost-monitoring-for-amazon-emr-on-amazon-eks/?trk=cndc-detail) where Lotfi Mouhib and Hamza Mimi present a cost chargeback solution for EMR on EKS that combines the Amazon Web Services-native capabilities of Amazon Web Services Cost and Usage Reports (Amazon CUR) alongside the in-depth Kubernetes cost visibility and insights using Kubecost on [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail). ![Screenshot-2023-06-03-at-19.34.52.png](https://dev-media.amazoncloud.cn/943d3a6952a0466a956e3be378155f93\\_Screenshot-2023-06-03-at-19.34.52.png "Screenshot-2023-06-03-at-19.34.52.png") From cost to storage with C[hoosing the right storage for cloud native CI/CD on Amazon Elastic Kubernetes Service](https://aws.amazon.com/cn/blogs/storage/choosing-the-right-storage-for-cloud-native-ci-cd-on-amazon-elastic-kubernetes-service/?trk=cndc-detail), where Adam McLean shares his approach for selecting the right storage for a Cloud Native CI/CD system powered by [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail). Finally, to wrap up this weeks Kubernetes content we have this post, [Simulating Kubernetes-workload AZ failures with Amazon Web Services Fault Injection Simulator](https://aws-oss.beachgeek.co.uk/?trk=cndc-detail) where Siva Guruvareddiar, Elamaran Shanmugam, and Re Alvarez-Parmar show you how to use an Amazon FIS to simulate an AZ failure for Kubernetes workloads, and in the process also show how Karpenter performs better and recovers quicker from network disrupt connectivity than Cluster Autoscaler. ![Screenshot-2023-06-02-at-10.06.21-AM.jpg](https://dev-media.amazoncloud.cn/457570ae405b41d8962e1941b1014892\\_Screenshot-2023-06-02-at-10.06.21-AM.jpg "Screenshot-2023-06-02-at-10.06.21-AM.jpg") ###### **Open Source machine learning and AI** • [Host ML models on Amazon SageMaker using Triton: ONNX Models ](https://aws.amazon.com/cn/blogs/machine-learning/host-ml-models-on-amazon-sagemaker-using-triton-onnx-models/?trk=cndc-detail)showcases how to deploy ONNX-based models for multi-model endpoints (MMEs) that use GPUs \[hands on] ![ml-13302-image003.jpg](https://dev-media.amazoncloud.cn/1e85384401304f8ba2a8cba790b55dbd_ml-13302-image003.jpg "ml-13302-image003.jpg") • [Get started with the open-source Amazon SageMaker Distribution](https://aws.amazon.com/cn/blogs/machine-learning/get-started-with-the-open-source-amazon-sagemaker-distribution/?trk=cndc-detail) show you how you can use the SageMaker open-source distribution to quickly experiment on your local environment and easily promote them to jobs on SageMaker, training an image classification model using PyTorch \[hands on] ###### **Other posts and quick reads** • [Best practices for running production workloads using Amazon MSK tiered storage](https://aws.amazon.com/cn/blogs/big-data/best-practices-for-running-production-workloads-using-amazon-msk-tiered-storage/?trk=cndc-detail) is a follow up to a previously shared post, and focuses on how to properly size your MSK tiered storage cluster, which metrics to monitor, and the best practices to consider when running a production workload \[hands on] ![p3-img1.png](https://dev-media.amazoncloud.cn/31cea9cd6124445d8a838f6fefc011a3\\_p3-img1.png "p3-img1.png") • [Migrate your SQL Server database to Babelfish for Aurora PostgreSQL using the Bulk Copy Program utility](https://aws.amazon.com/cn/blogs/database/migrate-your-sql-server-database-to-babelfish-for-aurora-postgresql-using-the-bulk-copy-program-utility/?trk=cndc-detail) explores an alternative option for data migration using the Bulk Copy Program (bcp) utility that looks beyond the traditional approaches of using Amazon DMS, SSIS, or customised scripts \[hands on] • [Federate Amazon QuickSight access with open-source identity provider Keycloak](https://aws.amazon.com/cn/blogs/big-data/federate-amazon-quicksight-access-with-open-source-identity-provider-keycloak/?trk=cndc-detail) is a nice, detailed walk through of the steps you need to configure federated single sign-on (SSO) between QuickSight and open-source IdP Keycloak demonstrating ways to to assign QuickSight roles based on Keycloak membership \[hands on] • [Next.js API Routes with Amazon Amplify](https://aws.amazon.com/cn/blogs/mobile/next-js-api-routes-with-aws-amplify/?trk=cndc-detail) explains what Next.js API routes are and how they can simplify your stack, speed up development, and provide an optimized API experience – all from directly within your Next.js app \[hand on] • [5 Next.js features that are better with Amazon Amplify ](https://aws.amazon.com/cn/blogs/mobile/5-next-js-features-that-are-better-with-aws-amplify/?trk=cndc-detail)looks at five Next.js features that are enhanced by Amazon Amplify #### **Quick updates** ###### **OpenSearch** A couple of important updates this week. First up was news that OpenSearch 2.8 is now here. James McIntyre shared all the details in his post, [OpenSearch 2.8 is here](https://opensearch.org/blog/opensearch-2.8.0-released/?trk=cndc-detail)!. This release brings a host of new features and enhancements and experimental functionality including new tools for machine learning, search, and observability workloads and several enhancements to better manage your indexes and data. OpenSearch now has a [performance benchmarking page](https://opensearch.org/blog/opensearch-2.8.0-released/?trk=cndc-detail). This page displays the results of ongoing performance testing for recent and upcoming versions of the OpenSearch software. You can view key performance metrics across different workloads with the dashboard visualisations below. ###### **Apache Spark** [Amazon Athena](https: //aws.amazon.com/cn/athena/?trk=cndc-detail) for Apache Spark is a feature of [Amazon Athena](https: //aws.amazon.com/cn/athena/?trk=cndc-detail) lets you run interactive analytics on Apache Spark in under a second to analyse petabytes of data. [Amazon Athena](https: //aws.amazon.com/cn/athena/?trk=cndc-detail) for Apache Spark now allows you to use your own Java libraries and customise the Spark configurations for your Spark workloads. You can use Java libraries as custom JARs with Athena Spark to analyse data from multiple sources or use functions in custom jars for more flexibility with calculations. [Amazon Athena](https: //aws.amazon.com/cn/athena/?trk=cndc-detail) for Apache Spark now supports open-source data lake storage frameworks Apache Hudi 0.13, Apache Iceberg 1.2.1, and Linux Foundation Delta Lake 2.0.2. These frameworks simplify incremental data processing of large data sets using ACID (atomicity, consistency, isolation, durability) transactions and make it simpler to store and process large data sets in your data lakes. ###### **kubectl-eks** [kubectl-eks](https://github.com/surajincloud/kubectl-eks?trk=cndc-detail) this project from Amazon Web Services Community Builder Suraj Narwade, was featured in a previous newsletter last year ( [#125 ](https://dev.to/aws/aws-open-source-news-and-updates-125-ein?trk=cndc-detail)) had a new release last week (v.0.3.0). Check the docs for the changes and new features added. ###### **Amazon Neuron** Amazon Neuron is the SDK used to run deep learning workloads on Amazon Inferentia and Amazon Trainium based instances, and includes a deep learning compiler, runtime, and tools that are natively integrated into TensorFlow, PyTorch and Apache MXNet (incubating). [2.11.0 released](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/release-notes/index.html#id3?trk=cndc-detail) last week. This release introduces Neuron Distributed, a new python library to simplify training and inference of large models, improving usability with features like S3 model caching, standalone profiler tool, support for Ubuntu22, as well as other new features, performance optimisations, minor enhancements and bug fixes. Check out the full release notes for all the good stuff. #### **Videos of the week** ###### **GitOps with Amazon EKS Workshop | Flux and ArgoCD** Carlos Santana and Sai Vennam provide an interactive walk through of automation module of the updated [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) workshop, specifically introducing concepts like GitOps and then looking at open source tools like Flux and ArgoCD. YouTube:<https://youtu.be/dONzzCc0oHo> ###### **KVM Forum 2023** Check out this video from KVM Forum where Nicholas Saenz Julienne and Anel Orazgaliyeva from Amazon Web Services talk about porting and upstreaming the Virtual Secure Mode (VSM) implementation (which is the core feature needed to support Credential Guard) that's part of the Nitro Hypervisor to the Linux kernel. YouTube:<https://youtu.be/hyrw4j2D6I0> ###### **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. **Build On Live | Open Source ML** **Online, June 22nd at 8am - 1pm PST** Join the second Build On Live Event of 2023: Build On Live | Open Source ML! The Developer Advocate hosts will be chatting with expert guests about various top of mind topics from the open source and machine learning worlds. By tuning into this event you can expect to learn about key areas like: building applications & tools using AI, how to use AI to boost your productivity, how to use AI responsibly, & much more. Watch live on YouTube or Twitch, check out the full agenda and links to the show over at[ Build On Live | Open Source ML - Jump on the Generative AI Bandwagon](https://aws.amazon.com/cn/developer/learning/buildon-live/open-source-ml/?trk=cndc-detail)! **Live Amazon Web Services and Apache Hudi Workshop** **Online, June 22nd at 8am PST** Nadine Farah and Soumil S are teaming up to deliver a live workshop that will mimic a typical use case, in this instance, building near real time dashboards for a fictional ride sharing company. ![647657293b4973482c3a3b58\\_AWS%2520WORKSHOP%2520Q2%25202023%2520-%2520Copy%2520of%2520Architecture-version-1%2520%281%29.png](https://dev-media.amazoncloud.cn/311d5be282d443a194d9abba685133a9\\_647657293b4973482c3a3b58\\_AWS%252520WORKSHOP%252520Q2%2525202023%252520-%252520Copy%252520of%252520Architecture-version-1%252520%25281%2529.png "647657293b4973482c3a3b58\\_AWS%2520WORKSHOP%2520Q2%25202023%2520-%2520Copy%2520of%2520Architecture-version-1%2520%281%29.png") Make sure you reserve your place by going to the registration page, [Live Amazon Web Services and Apache Hudi Workshop: Build a ride share lakehouse platform](https://www.onehouse.ai/live-aws-and-apache-hudi-workshop-build-a-ride-share-lakehouse-platform?trk=cndc-detail) **Apache Kafka London** **Sainsbury's HQ, 33 Holborn, London EC4A1AA, 26th June 2023 5.45 - 8:30 pm** OSO are teaming up with Sainsbury's, special sponsor for this event, to deliver an exciting program of talks that include Amazon Web Services Community Builder John Mille whose talk, Kafka enterprise strategy to evolve with demand, will go over insights of early days, lessons learnt and successful governance patterns which made the onboarding smoother as time went. He will also review the different tooling involved in making this journey successful not only for business but for developers, along with leveraging Kafka community driven projects such as Kafka Connect. If you are about and want to learn more about Apache Kafka, there is nothing better than attending a user group. Head over to the meetup page and sign up:[ IN-PERSON: Kafka Enterprise Strategies: Best Practices](https://www.meetup.com/apache-kafka-london/events/293908569/?trk=cndc-detail) **CNCF Maintainer Circle - Community Management** **June 28th, 2023 @ 10:00am PT / 17:00 UTC** Managing a project is hard work. Maintainers are expected to wear many hats. Defining those hats early on can help a project grow and ultimately be sustainable enough to not rely on a few maintainers to do it all. Let’s deep dive in one role around - community and contributor management. In this session, we will discuss strategies on how to build out strategy around intentional community roles, groups, and more so you aren’t doing everything. What’s everything? • Creating, maintaining, and moderating mailing lists, slacks, forums, and more • Recruiting and onboarding new contributors: outreach, their documentation, workflows, and processes • Maintaining current contributors: swag, recognition programs, events, and more • Social media • User adoption strategies and operations • Governance operations • Website updates • Documentation Sounds interesting and very useful right? Check out more and add this to your calendar by [checking out the event page](https://github.com/cncf/tag-contributor-strategy/tree/main/maintainers-circle?trk=cndc-detail) **Yocto Project Developer Day 2023** **EOSS, Prague, Czech Republic, Mon, Jun 26, 8 AM - 4 PM** The Yocto Project DevDay is a technical conference for engineers, open source technologists, students and academia in the OSS space. This 1-day event is where individuals will learn about Yocto Projects’ direction -- including, but not limited to, new releases, development tools, features -- get training on the next wave of embedded Linux technologies (segment previously known as Yocto Project Developer Day), and network with their industry peers, Yocto Project maintainers, OpenEmbedded maintainers and experts. [Check out more here](https://summit.yoctoproject.org/devday-at-eoss-2023/?trk=cndc-detail) and if you are going to be in Prague, why not pop along...after registering of course! **Amplify Your Ideas: Hack, Host, and Share with Hashnode & Amazon Web Services** **July 1st — July 31, 2023** This hackathon presents an opportunity for you to quickly transform your ideas into reality, easily build and ship feature-rich, fullstack apps using Amazon Amplify, and share your experience on Hashnode. Prizes and complete details on how to participate will be announced on June 26th. [Register now](https://hashnode.com/hackathons/aws-amplify-2023?trk=cndc-detail) for early notifications. **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 Cloud Development Kit (CDK). It is intended to provide learning opportunities for all users of the CDK and related libraries. The CFP is open, so if you have some ideas for some talks then make sure you check that section out. Also, this year they are accepting talks in Espanol! Woohoo, love it! Check more at the website, [CDK Day](https://www.cdkday.com/?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://github.com/cortexproject/cortex#community-meetings?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://docs.google.com/document/d/1shtXSAqp3t7fiC-9uZcKkq3mgwsItAJlH6YW6x1joZo/edit?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://www.meetup.com/OpenSearch/?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/cn/opensource/?opensource-all.sort-by=item.additionalFields.startDate\\&opensource-all.sort-order=asc\\&blog-posts-content-open-source.sort-by=item.additionalFields.createdDate\\&blog-posts-content-open-source.sort-order=desc?trk=cndc-detail) to keep up to date with all our activity in open source by following us on [@Amazon Web ServicesOpen](https://twitter.com/AWSOpen?trk=cndc-detail)
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭