Open source news and updates, #107

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"Welcome to edition #107 of the AWS open source newsletter, and we have a bumper edition this week packed with more great new open source projects and content for you to consume. Topics featured this week include optimising open source big data tools, developer tooling, case studies and we even some some great open source content for .NET core developers.\n\nThis weeks projects include a really nice handy browser plugin called \"aws-search-extension\", that lets you search and find developer information from the AWS docs, a tool that will help you detect whether you have configured or using dockershim in your Kubernetes clusters, a library to help you integrate [Amazon Cognito](https://aws.amazon.com/cn/cognito/?trk=cndc-detail) in your Laravel PHP applications, and plenty more developer tools and sample projects.\n\nIf reading is more your thing, check out the content featuring Kubernetes, PostgreSQL, Magma, Apache Airflow, Apache Flink, Apache Hive, OpenZFS, Karpenter, Apache Hadoop, Medusa, cdk8s, OpenSearch, Projen, Spline, and more. This weeks video feature a quick walk through of using RepliByte and looking at your options of using Blazor on AWS.\n\n##### **Do you have an interesting open source project you want to share?**\n\nAs always, if you are working on anything interesting you would like me to include in this weekly round up, please drop me a line at [ricsue@amazon.com](mailto:ricsue@amazon.com).\n\n#### **Celebrating open source contributors**\n\nThe articles posted in this series are only possible thanks to contributors and project maintainers and so I would like to shout out and thank those folks who really do power open source and enable us all to build on top of what they have created.\n\nSo thank you to the following open source heroes: Ualter Otoni Pereira, Noam Dahan, Martin Andreev, Carlos Padilla, Romaric Philogène, Michael Brewer, Pit, Julio Faerman, Jens-Uwe Walther, Jesse Butler, David Pérez Caparrós, Alexander Hobmeier, Benjamin Maier-Fuchs, Rabi Abdel, Praveen Kumar, Avnish Jain, Praveen Panati, Suthan Phillips, Aditya Shah, Syed Shameerur Rahman, Gowtham S, Abhishek Nanda, Anurag Gupta, Philip M. Gollucci, Khoa Nguyen, Krithivasan Balasubramaniyan, Francois Bouteruche, and Rahul Shaurya.\n\nMake sure you find and follow these builders and keep up to date with their open source projects and contributions.\n\n#### **Latest open source projects**\n##### **Community**\n##### **awsbe-site**\n\n[awsbe-site](https://aws-oss.beachgeek.co.uk/1k0) AWS Community Builder Ualter Otoni Pereira has created this tool written in Go, to help handle AWS Session connections on terminals. It uses your configured AWS Shared Config and Credentials files, and manages Roles to Assume, MFA Token requests, AWS SSO Sign-in, AWS SSO Tokens and the expiration of opened sessions.\n\n![image.png](https://dev-media.amazoncloud.cn/cc120b946658472d89479819f817933a_image.png)\n\n##### **aws-lambda-events**\n\n[aws-lambda-events](https://aws-oss.beachgeek.co.uk/1it) this open source tool from AWS Community Builder Michael Brewer, provides a collection of resources and tools on the different input and outputs that [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) expects. You can use this tool to publish your locally defined test events to the Lambda Console, and the project has 100s of different examples and [cli tools with examples](https://aws-oss.beachgeek.co.uk/1iu) to help get you started.\n\n##### **task-tree**\n\n[task-tree](https://aws-oss.beachgeek.co.uk/1iv) this new tool from my friend and former colleague Julio Faerman, looks to help you automate complex maintenance and troubleshooting tasks in cloud computing. One of the things this tool can help you with is to cleanup AWS resources based on a naming prefix. Julio warmly welcomes any contributions and has provided a wish list of things he wants to add to this project.\n\n##### **aws-search-extension**\n\n[aws-search-extension](https://aws-oss.beachgeek.co.uk/1is) so I missed this project from Pit, but thanks to the AWS Community Builders who shared this project in our Slack channel. This is a browser plugin that provides a search-extension, providing quick, fuzzy-search results for AWS developers. Includes AWS API, AWS CLI and [AWS CloudFormation](https://aws.amazon.com/cn/cloudformation/?trk=cndc-detail) references, and opens the official AWS documentation page when you select an item. Looks like it is compatible with most browsers (but I only tried with Chrome/Firefox). Once you have it installed, from the tab just type in \"ase\" and then space, and you will see a new search bar appear. Very nice.\n\n![image.png](https://dev-media.amazoncloud.cn/c8224bd7bc2a4074bfa136374089d183_image.png)\n\n##### **Tools**\n##### **kubectl-detector-for-docker-socket**\n\n[kubectl-detector-for-docker-socket](https://aws-oss.beachgeek.co.uk/1jx) this tool will help you detect whether you are using the dockershim that is being removed from Kubernetes 1.24. It is a kubectl plugin to detect if active Kubernetes workloads are mounting the docker socket (docker.sock) volume.\n\n![image.png](https://dev-media.amazoncloud.cn/28cd4519f76c4fd1b741f4a050cc1922_image.png)\n\n##### **nestjs-s3**\n\n[nestjs-s3](https://aws-oss.beachgeek.co.uk/1jr) NestJS is an AWS S3 library allows you to use the AWS SDK v3 in a more friendly and familiar way by providing injectable services for managing things like buckets and objects. There is a great write up from Martin Andreev on the backstory for this project, so make sure you read [NestJS AWS S3 – From an idea to reality](https://aws-oss.beachgeek.co.uk/1js).\n\n##### **Slyther**\n\n[Slyther](https://aws-oss.beachgeek.co.uk/1jt) this open source tool from Avantika is AWS Security tool to check read/write/delete access for S3 buckets.\n\n##### **Demos and Samples**\n##### **aws-do-pm**\n\n[aws-do-pm](https://aws-oss.beachgeek.co.uk/1jm) this sample repository is an all-in-one template for building a predictive modelling application, built on the Do framework (a prescriptive project structure and a set of simple management scripts for building and running your application). The example walks you through modeling Electric Vehicles (EVs) and covers the process of building, running, and scaling a demo application step by step, starting from a fresh clone of the aws-do-pm repository to building and automatically deploying continuously updating predictive models for a fleet of Electric Vehicles using Artificial Neural Networks, trained by PyTorch.\n\n![image.png](https://dev-media.amazoncloud.cn/b3df1b51e613434b88b125cf4490bb42_image.png)\n\n##### **amazon-mwaa-extract-metadata**\n\n[amazon-mwaa-extract-metadata](https://aws-oss.beachgeek.co.uk/1jn) This repository contains sample code for persisting and analyzing metadata in a transient Amazon MWAA environment. Storing this metadata in your data lake enables you to better perform pipeline monitoring and analysis. You can dive deeper into this by reading the blog post below on how you can use this project.\n\n![image.png](https://dev-media.amazoncloud.cn/4f0d3add8aa646c394d101081e328e15_image.png)\n\n##### **aws-apprunner-netcore**\n\n[aws-apprunner-netcore](https://aws-oss.beachgeek.co.uk/1jz) this project and detailed walk through will show you how you can build a Microsoft.NET Web API application with [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) Database using [AWS App Runner](https://aws.amazon.com/cn/apprunner/?trk=cndc-detail). This is the architecture you will build.\n\n![image.png](https://dev-media.amazoncloud.cn/ebd990748a174362af553ff40bb8a967_image.png)\n\n##### **s3-bucketkey-poc**\n\n[s3-bucketkey-poc](https://aws-oss.beachgeek.co.uk/1jp) this is an intriguing project. S3 Bucket Key Proof of concept (POC) will demonstrate how request traffic decreases (up to 99%) from [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) to AWS KMS when you enable the S3 Bucket Key. [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) Bucket Keys reduce the cost of [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) server-side encryption using [AWS Key Management Service](https://aws.amazon.com/cn/kms/?trk=cndc-detail) (SSE-KMS). This new bucket-level key for SSE can reduce AWS KMS request costs by up to 99 percent by decreasing the request traffic from [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) to AWS KMS.\n\n##### **sigv4a-signing-examples**\n\n[sigv4a-signing-examples](https://aws-oss.beachgeek.co.uk/1jl) AWS is rolling out an extension to SigV4 called Signature Version 4A (SigV4A). This extension enables signatures that are valid in more than one AWS Region. This is required for signing multi-Region API requests, for example with [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) Multi-Region Access Points. This repository servers to provide examples how to sign requests with SigV4A to make Rest API requests to AWS services. Currently there are samples for Python, Node and Java, with more coming.\n\n##### **cloudfront-signed-cookie-example**\n\n[cloudfront-signed-cookie-example](https://aws-oss.beachgeek.co.uk/1jk) this is a sample project that provisions a serverless web app protecting cached assets in CloudFront by using signed cookie.\n\n![image.png](https://dev-media.amazoncloud.cn/80e1337fe1a9412c958f8cc5c5a5bd09_image.png)\n\n\n##### **aws-elastic-beanstalk-hardened-security-cdk-sample**\n\n[aws-elastic-beanstalk-hardened-security-cdk-sample](https://aws-oss.beachgeek.co.uk/1jo) if you use [AWS Elastic Beanstalk ](https://aws.amazon.com/cn/elasticbeanstalk/?trk=cndc-detail)then this project is for you. The repo contains a CDK script which deploys an [AWS Elastic Beanstalk ](https://aws.amazon.com/cn/elasticbeanstalk/?trk=cndc-detail)application with a hardened security configuration.\n\n![image.png](https://dev-media.amazoncloud.cn/cc2c7f8cfccd4a2e8e425766a715502d_image.png)\n\n##### **amazon-ivs-fitness-web-demo**\n\n[amazon-ivs-fitness-web-demo](https://aws-oss.beachgeek.co.uk/1jq) I am not sure if this project is going to shake my personal fitness regime up a level, but who knows. This demo showcases how customers can use [Amazon Interactive Video Service](https://aws.amazon.com/cn/ivs/?trk=cndc-detail) (IVS) to create live interactive fitness experiences, with a leaderboard and basic user interactions. You can check out some of the other IVS code samples and live demos incase you just want to see how they look first.\n\n![image.png](https://dev-media.amazoncloud.cn/854e8b14f2d944c4964ad14ac29ec830_image.png)\n\n\n#### **AWS and Community blog posts**\n##### **Access Undenied**\n\nIn [#106](https://dev.to/aws/aws-open-source-news-and-updates-106-849) I shared a new open source tool called\naccess-undenied-aws. This project from Ermetic received a lot of attention the tool parses your logs for AWS AccessDenied CloudTrail events, and then explains the reasons for them, and offers actionable remediation steps. I missed this blog post, [Access Undenied on AWS](https://aws-oss.beachgeek.co.uk/1ju) from Noam Dahan that provides a guided tour and shows you how you can use this tool.\n\n##### **RepliByte**\n\nI introduced this project in [#103]() which is a very nice open-source tool written in Rust to synchronise cloud databases and hide sensitive data. CEO of Qovery Romaric Philogène has put together this blog post, [How to seed your dev Postgres DB with your prod DB with RepliByte](https://aws-oss.beachgeek.co.uk/1jb) that shows you exactly how you can get started and use it, taking a quick look at some of the features with examples. Very nice project, so check this out. [hands on]\n\n##### **Projen**\n\n[projen](https://aws-oss.beachgeek.co.uk/1jh) is a very cool open source tool for developers to help them define and maintain complex project configuration through code. So I was very interested to read this post from AWS Community Builder Philip M. Gollucci , [Projen - External Project Types](https://aws-oss.beachgeek.co.uk/1jj) provides you with a very nice example use case and walk through of how you can use this project. Very nice and essential reading this week! [hands on]\n\n##### **cdk8s**\n\nAWS Community Builder Vu Dao has put together another great blog post for you, this time on cdk8s. Similar to [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) in how it works, cdk8s is an open-source software development framework for defining Kubernetes applications and reusable abstractions using familiar programming languages. cdk8s apps synthesise into standard Kubernetes manifests which can be applied to any Kubernetes cluster. AWS Controllers for Kubernetes (ACK) is a tool that lets you directly manage AWS services from Kubernetes. Putting these two things together, Vu's post, [Use CDK8S To Create AWS Controllers for Kubernetes Custom Resources](https://aws-oss.beachgeek.co.uk/1je) shows you how you generate Kubernetes manifest of ACK using cdk8s typescript. [hands on]\n\n##### **OpenSearch**\n\nA couple of posts this weeks on OpenSearch.\n\nThe first came courtesy of the \"only other newsletter you need in your life\" :), [o11y.news](https://aws-oss.beachgeek.co.uk/1jf) (so hat tip to Michael!). In the post, Getting started with Fluent Bit and OpenSearch, Anurag Gupta provides a getting started guide on the OpenSearch plugin for Fluent Bit, and you will soon know how you can send logs to OpenSearch immediately from your Windows, Linux, Container, Mac, or Kubernetes environments. [hands on]\n\nFollowing that we had the post, [Dejavu: The missing web UI for OpenSearch](https://aws-oss.beachgeek.co.uk/1jg) which takes a look at this popular data browser for Elasticsearch, and how with the latest 3.6.0 release, they have added first-class data browser support for OpenSearch as well.\n\n![image.png](https://dev-media.amazoncloud.cn/6adfc012ed4643888e3959556c1c9b13_image.png)\n\n##### **Medusa**\n\n[Medusa](https://aws-oss.beachgeek.co.uk/1jc) is an open-source headless commerce engine that enables developers to create digital commerce experiences (think Shopify alternative). Carlos Padilla has put together this blog post, [Set up Open source Ecommerce in the cloud](https://aws-oss.beachgeek.co.uk/1jd), on how you can deploy this on AWS Elastic Beanstalk. Very nice walk through! [hands on]\n\n##### **Karpenter**\n\nKarpenter is a high-performance open source Kubernetes cluster autoscaler that can help you autoscale your groupless nodes by letting you schedule layered constraints using the Provisioner API. Karpenter also makes node upgrades easy through the node expiry TTL value ttlSecondsUntilExpired. In the post, [Managing Pod Scheduling Constraints and Groupless Node Upgrades with Karpenter in Amazon EKS](https://aws-oss.beachgeek.co.uk/1j8) , Gowtham S and Abhishek Nanda provide a walk through on how you can set this up. [hands on]\n\n##### **Spline**\n\n[Spline](https://aws-oss.beachgeek.co.uk/1jv) is a free and open-source tool for automated tracking data lineage and data pipeline structure in your organisation. The Spline agent for Apache Spark is a complementary module to the Spline project that captures runtime lineage information from the Apache Spark jobs. In the post, [Build data lineage for data lakes using AWS Glue, Amazon Neptune, and Spline](https://aws-oss.beachgeek.co.uk/1jw), Khoa Nguyen, Krithivasan Balasubramaniyan, and Rahul Shaurya walk you through three steps in building an end-to-end automated data lineage solution for data lakes: lineage capturing, modelling and storage and finally visualisation. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/b0b20d5b7cb5458385e8897fd052769b_image.png)\n\n##### **Apache Airflow**\n\nPraveen Kumar and Avnish Jain have collaborated on this great new blog post, [Persist and analyze metadata in a transient Amazon MWAA environment](https://aws-oss.beachgeek.co.uk/1iz). They provide a solution that will help you understand how to export, persist and analyse Airflow metadata in [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) enabling you to run and perform pipeline monitoring and analysis. There are several uses cases, including so you can spin down Airflow instances without losing operational metadata. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/fc8366f7cc1647728eca872c73345cc1_image.png)\n\n##### **Apache Flink**\n\nIn the post, [Use Amazon CodeGuru Profiler to monitor and optimize performance in Amazon Kinesis Data Analytics applications for Apache Flink](https://aws-oss.beachgeek.co.uk/1j1), Praveen Panati shares how you can set up and use CodeGuru Profiler to monitor an application’s health and capture important metrics to optimise the performance of Kinesis Data Analytics for Apache Flink applications. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/b174f92a47d84db0bf38ec74fc6f9050_image.png)\n\n##### **Apache Hive**\n\nApache Hive is a data warehouse software project built on top of Apache Hadoop for providing data query and analysis. In their collaboration, [Up to 15 times improvement in Hive write performance with the Amazon EMR Hive zero-rename feature](https://aws-oss.beachgeek.co.uk/1j6) Suthan Phillips, Aditya Shah, and Syed Shameerur Rahman explore how the Hive EMRFS S3-optimized committer improves write performance compared to the default Hive commit logic, using the TPCx-BB performance benchmark as a guide.\n\n![image.png](https://dev-media.amazoncloud.cn/e8f8164d954143fba3f2b6d9ba1acb2b_image.png)\n\n##### **Magma**\n\nMagma is an open-source, flexible, and extendable mobile core network solution. In a previous newsletter, I shared the post that showed you how you can setup and install this project on AWS. If you want to know how you can fully automate the deployment and lifecycle management of Magma on the AWS Cloud, then you are in luck! David Pérez Caparrós, Alexander Hobmeier, Benjamin Maier-Fuchs, and Rabi Abdel have huddled together to put together this post, [Fully automated CI/CD pipelines for deploying and managing Magma on AWS](https://aws-oss.beachgeek.co.uk/1j0). [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/ff83d508d20941f99addb31dc38fcc06_image.png)\n\n##### **Other posts worth checking out**\n\n- [Enabling Amazon Simple Storage Service (Amazon S3) Access Points in Apache Hadoop S3A](https://aws-oss.beachgeek.co.uk/1j9) announce and show you how you can use [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) Access Points in Apache Hadoop 3.3.2 and any framework consuming the S3A connector or relying on the Hadoop Distributed File System (such as Apache Spark, Apache Hive, Apache Pig, and Apache Flink)\n- [How to integrate AWS IoT Core with Amazon MSK](https://aws-oss.beachgeek.co.uk/1j2) will show you how you can set up [AWS IoT Core](https://aws.amazon.com/cn/iot-core/?trk=cndc-detail) to stream events to Amazon MSK [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/580add0756e943f5bf119e100af1de66_image.png)\n\n- [Deploy bastion hosts into private subnets with AWS CDK](https://aws-oss.beachgeek.co.uk/1j3) explains how to provision scalable and extendable secure bastion hosts in private subnets using [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) [hands on]\n- [Optimizing AWS Lambda function performance for Java](https://aws-oss.beachgeek.co.uk/1j4) shows how to optimise the performance of [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions written in Java, without altering any of the function code. [hands on]\n- [Synchronize your Oracle databases quickly and easily with Amazon FSx for OpenZFS](https://aws-oss.beachgeek.co.uk/1j5) provides an overview of how you can use [Amazon FSx for OpenZFS](https://aws.amazon.com/cn/fsx/openzfs/?trk=cndc-detail) with Oracle Database running on [Amazon EC2 ](https://aws.amazon.com/cn/ec2/?trk=cndc-detail)to accelerate and optimise your database cloning process\n- [Integrating with GitHub Actions – CI/CD pipeline to deploy a Web App to Amazon EC2](https://aws-oss.beachgeek.co.uk/1j7) shows you how you can setup GitHub Actions to create a CI/CD workflow and [AWS CodeDeploy](https://aws.amazon.com/cn/codedeploy/?trk=cndc-detail) to deploy a sample Java SpringBoot application\n\n##### **Case Studies**\n\n- [How governments can use open source solutions for faster transformation and more](https://aws-oss.beachgeek.co.uk/1ja) looks at some of the ways open source is being used to drive transformation within the Government sector\n- [Data Science workflows at insitro: using redun on AWS Batch](https://aws-oss.beachgeek.co.uk/1jy) interesting look at a new data science tool called redun from insitro, that helps data scientists to define complex scientific workflows that scale\n\n#### **Quick updates**\n##### **Kubernetes**\n\n[Amazon Elastic Kubernetes Service](https://aws.amazon.com/cn/eks/?trk=cndc-detail) ([Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail)) now supports using the [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) console, AWS Command Line Interface (CLI), and EKS API to install and manage the the [Amazon Elastic Block Store](https://aws.amazon.com/cn/ebs/?trk=cndc-detail) (EBS) Container Storage Interface (CSI) driver. This launch enables a simple experience for attaching persistent storage to an EKS cluster. The EBS CSI driver provides a CSI interface used by container orchestrators to manage the lifecycle of [Amazon EBS](https://aws.amazon.com/cn/ebs/?trk=cndc-detail) volumes. Since announcing preview, EKS add-ons support now includes Windows compatibility, dynamic snapshotting and resizing of EBS volumes via the Kubernetes API, and backwards compatibility with the in-tree EBS driver. The EBS CSI driver can be installed, managed, and updated directly through the EKS console, CLI, and API. You can see available add-ons and compatible versions in the EKS API, select the version of the add-on you want to run on your cluster, and configure key settings such as the IAM role used by the add-on when it runs. Using EKS add-ons you can go from cluster creation to running applications in a single command and easily keep tooling in your cluster up to date.\n\nJens-Uwe Walther and Jesse Butler have put together this blog post, [Amazon EBS CSI driver is now generally available in Amazon EKS add-ons](https://aws-oss.beachgeek.co.uk/1ix) dives deeper into this announcement, together with some of the historical and background of the project before demonstrating how to create an [Amazon EBS](https://aws.amazon.com/cn/ebs/?trk=cndc-detail) CSI EKS add-on, using it in the context of a Kubernetes workload. [hands on]\n\n##### **PostgreSQL**\n\nFollowing the announcement of updates to the PostgreSQL database by the open source community, we have updated [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) PostgreSQL-Compatible Edition to support PostgreSQL 13.6, 12.10, 11.15, and 10.20. These releases contain bug fixes and improvements by the PostgreSQL community. Refer to the Aurora version policy to help you to decide how often to upgrade and how to plan your upgrade process. In addition, Babelfish for Aurora PostgreSQL version 1.2.0 has been released for PostgreSQL 13.6, providing improvements in support for GRANT, REVOKE , ROWVERSION , JSON_QUERY and more.\n\nRead more in the full announcement, [Amazon Aurora supports PostgreSQL 13.6, 12.10, 11.15, 10.20 and Babelfish for Aurora PostgreSQL 1.2.0](https://aws-oss.beachgeek.co.uk/1iw)\n\nAlso new last week was news that [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) PostgreSQL-Compatible Edition now supports a foreign data wrapper that can connect to databases that use the Tabular Data Stream (TDS) protocol, such as Sybase databases and Microsoft SQL server. You can use this foreign data wrapper to connect to data sources in other databases eliminating the need to replicate or copy data.\n\n##### **[AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail)**\n\nCheckout the latest release notes for [AWS CDK v2.18.0](https://aws-oss.beachgeek.co.uk/1iy) with support for AWS SSO cli, and features including [Amazon Cognito](https://aws.amazon.com/cn/cognito/?trk=cndc-detail), autoscaling, EC2, AWS CloudWatch and more.\n\n#### **Videos of the week**\n##### **Blazor**\n\nBlazor is a free and open-source web framework that enables developers to create web apps using C# and HTML. Building a SPA fully in .NET 6 with Blazor WebAssembly has become a hot topic in the last few months. AWS offers you several hosting options for your Blazor WASM apps. However, if you want to interact with AWS Services, there are a few things you need to know. Check out this YT video of my colleague Francois Bouteruche as he demonstrates the different hosting options you have on AWS. Then I will discuss what you need to know to interact with AWS Services from your Blazor WASM app.\n\n<video src=\\"https://dev-media.amazoncloud.cn/213f86dfbba9408bbfa007cb06c484d9_Blazor%20WebAssembly%20on%20AWS%2C%20what%20you%20need%20to%20know.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n##### **RepliByte**\n\nThe project was featured in a previous newsletter, and you can read more about this by checking out the blog post above from CEO of Qovery Romaric Philogène. If you prefer video as a medium, this short video will help you understand what it does and why developers are already using this tool.\n\n<video src=\\"https://dev-media.amazoncloud.cn/1ac51db3a6ea4ef1889b95f5b1b4a551_What%20is%20RepliByte%20-%20Open-source%20cloud%20database%20synchronization%20tool.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n#### **Events for your diary**\n\nIf you have an event you want me to publish here, please contact me and I will include it in this listing.\n\n##### **GitOpsCon Europe**\n##### **May 17th, Valencia Spain**\n\nGitOpsCon Europe is designed to foster collaboration, discussion, and knowledge sharing on GitOps. This event is aimed at audiences that are new to GitOps as well as those currently using GitOps within their organisation. Get connected with others that are passionate about GitOps. Learn from practitioners about pitfalls to avoid, hurdles to jump, and how to adopt GitOps in your cloud native environment.\n\nThe event is vendor-neutral and is being organised by the CNCF GitOps Working Group. Topics include getting started with GitOps, scaling and managing GitOps, lessons learned from production deployments, technical sessions, and thought leadership.\n\nRead more about this from the official page [here](https://events.linuxfoundation.org/gitopscon-europe/).\n\n##### **CDK Day**\n##### **May 26th - Virtual**\n\nThis is a community organised event about [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail), cdktf, projen and cdk8s. This will be third year they run this event, and if the previous two are anything to go by, this will be essential viewing - live streamed via You Tube. Check out and register for the event over at their home page at [https://www.cdkday.com/](https://www.cdkday.com/)\n\n##### **OpenSearch**\n##### **Every Tuesday, 3pm GMT**\n\nThis 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.\n\nSign up to the next session, [OpenSearch Community Meeting - Feb2022](https://aws-oss.beachgeek.co.uk/1az)\n\n#### **Stay in touch with open source at AWS**\n\nI hope this summary has been useful. 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) to keep up to date with all our activity in open source by following us on [@AWSOpen](https://twitter.com/AWSOpen)","render":"<p>Welcome to edition #107 of the AWS open source newsletter, and we have a bumper edition this week packed with more great new open source projects and content for you to consume. Topics featured this week include optimising open source big data tools, developer tooling, case studies and we even some some great open source content for .NET core developers.</p>\n<p>This weeks projects include a really nice handy browser plugin called “aws-search-extension”, that lets you search and find developer information from the AWS docs, a tool that will help you detect whether you have configured or using dockershim in your Kubernetes clusters, a library to help you integrate Amazon Cognito in your Laravel PHP applications, and plenty more developer tools and sample projects.</p>\n<p>If reading is more your thing, check out the content featuring Kubernetes, PostgreSQL, Magma, Apache Airflow, Apache Flink, Apache Hive, OpenZFS, Karpenter, Apache Hadoop, Medusa, cdk8s, OpenSearch, Projen, Spline, and more. This weeks video feature a quick walk through of using RepliByte and looking at your options of using Blazor on AWS.</p>\n<h5><a id=\\"Do_you_have_an_interesting_open_source_project_you_want_to_share_6\\"></a><strong>Do you have an interesting open source project you want to share?</strong></h5>\\n<p>As always, if you are working on anything interesting you would like me to include in this weekly round up, please drop me a line at <a href=\\"mailto:ricsue@amazon.com\\" target=\\"_blank\\">ricsue@amazon.com</a>.</p>\\n<h4><a id=\\"Celebrating_open_source_contributors_10\\"></a><strong>Celebrating open source contributors</strong></h4>\\n<p>The articles posted in this series are only possible thanks to contributors and project maintainers and so I would like to shout out and thank those folks who really do power open source and enable us all to build on top of what they have created.</p>\n<p>So thank you to the following open source heroes: Ualter Otoni Pereira, Noam Dahan, Martin Andreev, Carlos Padilla, Romaric Philogène, Michael Brewer, Pit, Julio Faerman, Jens-Uwe Walther, Jesse Butler, David Pérez Caparrós, Alexander Hobmeier, Benjamin Maier-Fuchs, Rabi Abdel, Praveen Kumar, Avnish Jain, Praveen Panati, Suthan Phillips, Aditya Shah, Syed Shameerur Rahman, Gowtham S, Abhishek Nanda, Anurag Gupta, Philip M. Gollucci, Khoa Nguyen, Krithivasan Balasubramaniyan, Francois Bouteruche, and Rahul Shaurya.</p>\n<p>Make sure you find and follow these builders and keep up to date with their open source projects and contributions.</p>\n<h4><a id=\\"Latest_open_source_projects_18\\"></a><strong>Latest open source projects</strong></h4>\\n<h5><a id=\\"Community_19\\"></a><strong>Community</strong></h5>\\n<h5><a id=\\"awsbesite_20\\"></a><strong>awsbe-site</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1k0\\" target=\\"_blank\\">awsbe-site</a> AWS Community Builder Ualter Otoni Pereira has created this tool written in Go, to help handle AWS Session connections on terminals. It uses your configured AWS Shared Config and Credentials files, and manages Roles to Assume, MFA Token requests, AWS SSO Sign-in, AWS SSO Tokens and the expiration of opened sessions.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/cc120b946658472d89479819f817933a_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"awslambdaevents_26\\"></a><strong>aws-lambda-events</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1it\\" target=\\"_blank\\">aws-lambda-events</a> this open source tool from AWS Community Builder Michael Brewer, provides a collection of resources and tools on the different input and outputs that [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) expects. You can use this tool to publish your locally defined test events to the Lambda Console, and the project has 100s of different examples and <a href=\\"https://aws-oss.beachgeek.co.uk/1iu\\" target=\\"_blank\\">cli tools with examples</a> to help get you started.</p>\\n<h5><a id=\\"tasktree_30\\"></a><strong>task-tree</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1iv\\" target=\\"_blank\\">task-tree</a> this new tool from my friend and former colleague Julio Faerman, looks to help you automate complex maintenance and troubleshooting tasks in cloud computing. One of the things this tool can help you with is to cleanup AWS resources based on a naming prefix. Julio warmly welcomes any contributions and has provided a wish list of things he wants to add to this project.</p>\\n<h5><a id=\\"awssearchextension_34\\"></a><strong>aws-search-extension</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1is\\" target=\\"_blank\\">aws-search-extension</a> so I missed this project from Pit, but thanks to the AWS Community Builders who shared this project in our Slack channel. This is a browser plugin that provides a search-extension, providing quick, fuzzy-search results for AWS developers. Includes AWS API, AWS CLI and [AWS CloudFormation](https://aws.amazon.com/cn/cloudformation/?trk=cndc-detail) references, and opens the official AWS documentation page when you select an item. Looks like it is compatible with most browsers (but I only tried with Chrome/Firefox). Once you have it installed, from the tab just type in “ase” and then space, and you will see a new search bar appear. Very nice.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/c8224bd7bc2a4074bfa136374089d183_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Tools_40\\"></a><strong>Tools</strong></h5>\\n<h5><a id=\\"kubectldetectorfordockersocket_41\\"></a><strong>kubectl-detector-for-docker-socket</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jx\\" target=\\"_blank\\">kubectl-detector-for-docker-socket</a> this tool will help you detect whether you are using the dockershim that is being removed from Kubernetes 1.24. It is a kubectl plugin to detect if active Kubernetes workloads are mounting the docker socket (docker.sock) volume.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/28cd4519f76c4fd1b741f4a050cc1922_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"nestjss3_47\\"></a><strong>nestjs-s3</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jr\\" target=\\"_blank\\">nestjs-s3</a> NestJS is an AWS S3 library allows you to use the AWS SDK v3 in a more friendly and familiar way by providing injectable services for managing things like buckets and objects. There is a great write up from Martin Andreev on the backstory for this project, so make sure you read <a href=\\"https://aws-oss.beachgeek.co.uk/1js\\" target=\\"_blank\\">NestJS AWS S3 – From an idea to reality</a>.</p>\\n<h5><a id=\\"Slyther_51\\"></a><strong>Slyther</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jt\\" target=\\"_blank\\">Slyther</a> this open source tool from Avantika is AWS Security tool to check read/write/delete access for S3 buckets.</p>\\n<h5><a id=\\"Demos_and_Samples_55\\"></a><strong>Demos and Samples</strong></h5>\\n<h5><a id=\\"awsdopm_56\\"></a><strong>aws-do-pm</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jm\\" target=\\"_blank\\">aws-do-pm</a> this sample repository is an all-in-one template for building a predictive modelling application, built on the Do framework (a prescriptive project structure and a set of simple management scripts for building and running your application). The example walks you through modeling Electric Vehicles (EVs) and covers the process of building, running, and scaling a demo application step by step, starting from a fresh clone of the aws-do-pm repository to building and automatically deploying continuously updating predictive models for a fleet of Electric Vehicles using Artificial Neural Networks, trained by PyTorch.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/b3df1b51e613434b88b125cf4490bb42_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"amazonmwaaextractmetadata_62\\"></a><strong>amazon-mwaa-extract-metadata</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jn\\" target=\\"_blank\\">amazon-mwaa-extract-metadata</a> This repository contains sample code for persisting and analyzing metadata in a transient Amazon MWAA environment. Storing this metadata in your data lake enables you to better perform pipeline monitoring and analysis. You can dive deeper into this by reading the blog post below on how you can use this project.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/4f0d3add8aa646c394d101081e328e15_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"awsapprunnernetcore_68\\"></a><strong>aws-apprunner-netcore</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jz\\" target=\\"_blank\\">aws-apprunner-netcore</a> this project and detailed walk through will show you how you can build a Microsoft.NET Web API application with [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) Database using [AWS App Runner](https://aws.amazon.com/cn/apprunner/?trk=cndc-detail). This is the architecture you will build.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/ebd990748a174362af553ff40bb8a967_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"s3bucketkeypoc_74\\"></a><strong>s3-bucketkey-poc</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jp\\" target=\\"_blank\\">s3-bucketkey-poc</a> this is an intriguing project. S3 Bucket Key Proof of concept (POC) will demonstrate how request traffic decreases (up to 99%) from [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) to AWS KMS when you enable the S3 Bucket Key. [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) Bucket Keys reduce the cost of [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) server-side encryption using [AWS Key Management Service](https://aws.amazon.com/cn/kms/?trk=cndc-detail) (SSE-KMS). This new bucket-level key for SSE can reduce AWS KMS request costs by up to 99 percent by decreasing the request traffic from [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) to AWS KMS.</p>\\n<h5><a id=\\"sigv4asigningexamples_78\\"></a><strong>sigv4a-signing-examples</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jl\\" target=\\"_blank\\">sigv4a-signing-examples</a> AWS is rolling out an extension to SigV4 called Signature Version 4A (SigV4A). This extension enables signatures that are valid in more than one AWS Region. This is required for signing multi-Region API requests, for example with [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) Multi-Region Access Points. This repository servers to provide examples how to sign requests with SigV4A to make Rest API requests to AWS services. Currently there are samples for Python, Node and Java, with more coming.</p>\\n<h5><a id=\\"cloudfrontsignedcookieexample_82\\"></a><strong>cloudfront-signed-cookie-example</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jk\\" target=\\"_blank\\">cloudfront-signed-cookie-example</a> this is a sample project that provisions a serverless web app protecting cached assets in CloudFront by using signed cookie.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/80e1337fe1a9412c958f8cc5c5a5bd09_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"awselasticbeanstalkhardenedsecuritycdksample_89\\"></a><strong>aws-elastic-beanstalk-hardened-security-cdk-sample</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jo\\" target=\\"_blank\\">aws-elastic-beanstalk-hardened-security-cdk-sample</a> if you use [AWS Elastic Beanstalk ](https://aws.amazon.com/cn/elasticbeanstalk/?trk=cndc-detail)then this project is for you. The repo contains a CDK script which deploys an [AWS Elastic Beanstalk ](https://aws.amazon.com/cn/elasticbeanstalk/?trk=cndc-detail)application with a hardened security configuration.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/cc2c7f8cfccd4a2e8e425766a715502d_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"amazonivsfitnesswebdemo_95\\"></a><strong>amazon-ivs-fitness-web-demo</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jq\\" target=\\"_blank\\">amazon-ivs-fitness-web-demo</a> I am not sure if this project is going to shake my personal fitness regime up a level, but who knows. This demo showcases how customers can use [Amazon Interactive Video Service](https://aws.amazon.com/cn/ivs/?trk=cndc-detail) (IVS) to create live interactive fitness experiences, with a leaderboard and basic user interactions. You can check out some of the other IVS code samples and live demos incase you just want to see how they look first.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/854e8b14f2d944c4964ad14ac29ec830_image.png\\" alt=\\"image.png\\" /></p>\n<h4><a id=\\"AWS_and_Community_blog_posts_102\\"></a><strong>AWS and Community blog posts</strong></h4>\\n<h5><a id=\\"Access_Undenied_103\\"></a><strong>Access Undenied</strong></h5>\\n<p>In <a href=\\"https://dev.to/aws/aws-open-source-news-and-updates-106-849\\" target=\\"_blank\\">#106</a> I shared a new open source tool called<br />\\naccess-undenied-aws. This project from Ermetic received a lot of attention the tool parses your logs for AWS AccessDenied CloudTrail events, and then explains the reasons for them, and offers actionable remediation steps. I missed this blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1ju\\" target=\\"_blank\\">Access Undenied on AWS</a> from Noam Dahan that provides a guided tour and shows you how you can use this tool.</p>\\n<h5><a id=\\"RepliByte_108\\"></a><strong>RepliByte</strong></h5>\\n<p>I introduced this project in <a href=\\"\\" target=\\"_blank\\">#103</a> which is a very nice open-source tool written in Rust to synchronise cloud databases and hide sensitive data. CEO of Qovery Romaric Philogène has put together this blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1jb\\" target=\\"_blank\\">How to seed your dev Postgres DB with your prod DB with RepliByte</a> that shows you exactly how you can get started and use it, taking a quick look at some of the features with examples. Very nice project, so check this out. [hands on]</p>\\n<h5><a id=\\"Projen_112\\"></a><strong>Projen</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jh\\" target=\\"_blank\\">projen</a> is a very cool open source tool for developers to help them define and maintain complex project configuration through code. So I was very interested to read this post from AWS Community Builder Philip M. Gollucci , <a href=\\"https://aws-oss.beachgeek.co.uk/1jj\\" target=\\"_blank\\">Projen - External Project Types</a> provides you with a very nice example use case and walk through of how you can use this project. Very nice and essential reading this week! [hands on]</p>\\n<h5><a id=\\"cdk8s_116\\"></a><strong>cdk8s</strong></h5>\\n<p>AWS Community Builder Vu Dao has put together another great blog post for you, this time on cdk8s. Similar to AWS CDK in how it works, cdk8s is an open-source software development framework for defining Kubernetes applications and reusable abstractions using familiar programming languages. cdk8s apps synthesise into standard Kubernetes manifests which can be applied to any Kubernetes cluster. AWS Controllers for Kubernetes (ACK) is a tool that lets you directly manage AWS services from Kubernetes. Putting these two things together, Vu’s post, <a href=\\"https://aws-oss.beachgeek.co.uk/1je\\" target=\\"_blank\\">Use CDK8S To Create AWS Controllers for Kubernetes Custom Resources</a> shows you how you generate Kubernetes manifest of ACK using cdk8s typescript. [hands on]</p>\\n<h5><a id=\\"OpenSearch_120\\"></a><strong>OpenSearch</strong></h5>\\n<p>A couple of posts this weeks on OpenSearch.</p>\n<p>The first came courtesy of the “only other newsletter you need in your life” 😃, <a href=\\"https://aws-oss.beachgeek.co.uk/1jf\\" target=\\"_blank\\">o11y.news</a> (so hat tip to Michael!). In the post, Getting started with Fluent Bit and OpenSearch, Anurag Gupta provides a getting started guide on the OpenSearch plugin for Fluent Bit, and you will soon know how you can send logs to OpenSearch immediately from your Windows, Linux, Container, Mac, or Kubernetes environments. [hands on]</p>\\n<p>Following that we had the post, <a href=\\"https://aws-oss.beachgeek.co.uk/1jg\\" target=\\"_blank\\">Dejavu: The missing web UI for OpenSearch</a> which takes a look at this popular data browser for Elasticsearch, and how with the latest 3.6.0 release, they have added first-class data browser support for OpenSearch as well.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/6adfc012ed4643888e3959556c1c9b13_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Medusa_130\\"></a><strong>Medusa</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jc\\" target=\\"_blank\\">Medusa</a> is an open-source headless commerce engine that enables developers to create digital commerce experiences (think Shopify alternative). Carlos Padilla has put together this blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1jd\\" target=\\"_blank\\">Set up Open source Ecommerce in the cloud</a>, on how you can deploy this on AWS Elastic Beanstalk. Very nice walk through! [hands on]</p>\\n<h5><a id=\\"Karpenter_134\\"></a><strong>Karpenter</strong></h5>\\n<p>Karpenter is a high-performance open source Kubernetes cluster autoscaler that can help you autoscale your groupless nodes by letting you schedule layered constraints using the Provisioner API. Karpenter also makes node upgrades easy through the node expiry TTL value ttlSecondsUntilExpired. In the post, <a href=\\"https://aws-oss.beachgeek.co.uk/1j8\\" target=\\"_blank\\">Managing Pod Scheduling Constraints and Groupless Node Upgrades with Karpenter in Amazon EKS</a> , Gowtham S and Abhishek Nanda provide a walk through on how you can set this up. [hands on]</p>\\n<h5><a id=\\"Spline_138\\"></a><strong>Spline</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1jv\\" target=\\"_blank\\">Spline</a> is a free and open-source tool for automated tracking data lineage and data pipeline structure in your organisation. The Spline agent for Apache Spark is a complementary module to the Spline project that captures runtime lineage information from the Apache Spark jobs. In the post, <a href=\\"https://aws-oss.beachgeek.co.uk/1jw\\" target=\\"_blank\\">Build data lineage for data lakes using AWS Glue, Amazon Neptune, and Spline</a>, Khoa Nguyen, Krithivasan Balasubramaniyan, and Rahul Shaurya walk you through three steps in building an end-to-end automated data lineage solution for data lakes: lineage capturing, modelling and storage and finally visualisation. [hands on]</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/b0b20d5b7cb5458385e8897fd052769b_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Apache_Airflow_144\\"></a><strong>Apache Airflow</strong></h5>\\n<p>Praveen Kumar and Avnish Jain have collaborated on this great new blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1iz\\" target=\\"_blank\\">Persist and analyze metadata in a transient Amazon MWAA environment</a>. They provide a solution that will help you understand how to export, persist and analyse Airflow metadata in [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) enabling you to run and perform pipeline monitoring and analysis. There are several uses cases, including so you can spin down Airflow instances without losing operational metadata. [hands on]</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/fc8366f7cc1647728eca872c73345cc1_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Apache_Flink_150\\"></a><strong>Apache Flink</strong></h5>\\n<p>In the post, <a href=\\"https://aws-oss.beachgeek.co.uk/1j1\\" target=\\"_blank\\">Use Amazon CodeGuru Profiler to monitor and optimize performance in Amazon Kinesis Data Analytics applications for Apache Flink</a>, Praveen Panati shares how you can set up and use CodeGuru Profiler to monitor an application’s health and capture important metrics to optimise the performance of Kinesis Data Analytics for Apache Flink applications. [hands on]</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/b174f92a47d84db0bf38ec74fc6f9050_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Apache_Hive_156\\"></a><strong>Apache Hive</strong></h5>\\n<p>Apache Hive is a data warehouse software project built on top of Apache Hadoop for providing data query and analysis. In their collaboration, <a href=\\"https://aws-oss.beachgeek.co.uk/1j6\\" target=\\"_blank\\">Up to 15 times improvement in Hive write performance with the Amazon EMR Hive zero-rename feature</a> Suthan Phillips, Aditya Shah, and Syed Shameerur Rahman explore how the Hive EMRFS S3-optimized committer improves write performance compared to the default Hive commit logic, using the TPCx-BB performance benchmark as a guide.</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/e8f8164d954143fba3f2b6d9ba1acb2b_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Magma_162\\"></a><strong>Magma</strong></h5>\\n<p>Magma is an open-source, flexible, and extendable mobile core network solution. In a previous newsletter, I shared the post that showed you how you can setup and install this project on AWS. If you want to know how you can fully automate the deployment and lifecycle management of Magma on the AWS Cloud, then you are in luck! David Pérez Caparrós, Alexander Hobmeier, Benjamin Maier-Fuchs, and Rabi Abdel have huddled together to put together this post, <a href=\\"https://aws-oss.beachgeek.co.uk/1j0\\" target=\\"_blank\\">Fully automated CI/CD pipelines for deploying and managing Magma on AWS</a>. [hands on]</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/ff83d508d20941f99addb31dc38fcc06_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Other_posts_worth_checking_out_168\\"></a><strong>Other posts worth checking out</strong></h5>\\n<ul>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1j9\\" target=\\"_blank\\">Enabling Amazon Simple Storage Service (Amazon S3) Access Points in Apache Hadoop S3A</a> announce and show you how you can use [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) Access Points in Apache Hadoop 3.3.2 and any framework consuming the S3A connector or relying on the Hadoop Distributed File System (such as Apache Spark, Apache Hive, Apache Pig, and Apache Flink)</li>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1j2\\" target=\\"_blank\\">How to integrate AWS IoT Core with Amazon MSK</a> will show you how you can set up [AWS IoT Core](https://aws.amazon.com/cn/iot-core/?trk=cndc-detail) to stream events to Amazon MSK [hands on]</li>\\n</ul>\n<p><img src=\\"https://dev-media.amazoncloud.cn/580add0756e943f5bf119e100af1de66_image.png\\" alt=\\"image.png\\" /></p>\n<ul>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1j3\\" target=\\"_blank\\">Deploy bastion hosts into private subnets with AWS CDK</a> explains how to provision scalable and extendable secure bastion hosts in private subnets using [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) [hands on]</li>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1j4\\" target=\\"_blank\\">Optimizing AWS Lambda function performance for Java</a> shows how to optimise the performance of [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions written in Java, without altering any of the function code. [hands on]</li>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1j5\\" target=\\"_blank\\">Synchronize your Oracle databases quickly and easily with Amazon FSx for OpenZFS</a> provides an overview of how you can use [Amazon FSx for OpenZFS](https://aws.amazon.com/cn/fsx/openzfs/?trk=cndc-detail) with Oracle Database running on [Amazon EC2 ](https://aws.amazon.com/cn/ec2/?trk=cndc-detail)to accelerate and optimise your database cloning process</li>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1j7\\" target=\\"_blank\\">Integrating with GitHub Actions – CI/CD pipeline to deploy a Web App to Amazon EC2</a> shows you how you can setup GitHub Actions to create a CI/CD workflow and [AWS CodeDeploy](https://aws.amazon.com/cn/codedeploy/?trk=cndc-detail) to deploy a sample Java SpringBoot application</li>\\n</ul>\n<h5><a id=\\"Case_Studies_180\\"></a><strong>Case Studies</strong></h5>\\n<ul>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1ja\\" target=\\"_blank\\">How governments can use open source solutions for faster transformation and more</a> looks at some of the ways open source is being used to drive transformation within the Government sector</li>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1jy\\" target=\\"_blank\\">Data Science workflows at insitro: using redun on AWS Batch</a> interesting look at a new data science tool called redun from insitro, that helps data scientists to define complex scientific workflows that scale</li>\\n</ul>\n<h4><a id=\\"Quick_updates_185\\"></a><strong>Quick updates</strong></h4>\\n<h5><a id=\\"Kubernetes_186\\"></a><strong>Kubernetes</strong></h5>\\n<p>Amazon Elastic Kubernetes Service (Amazon EKS) now supports using the Amazon EKS console, AWS Command Line Interface (CLI), and EKS API to install and manage the the Amazon Elastic Block Store (EBS) Container Storage Interface (CSI) driver. This launch enables a simple experience for attaching persistent storage to an EKS cluster. The EBS CSI driver provides a CSI interface used by container orchestrators to manage the lifecycle of Amazon EBS volumes. Since announcing preview, EKS add-ons support now includes Windows compatibility, dynamic snapshotting and resizing of EBS volumes via the Kubernetes API, and backwards compatibility with the in-tree EBS driver. The EBS CSI driver can be installed, managed, and updated directly through the EKS console, CLI, and API. You can see available add-ons and compatible versions in the EKS API, select the version of the add-on you want to run on your cluster, and configure key settings such as the IAM role used by the add-on when it runs. Using EKS add-ons you can go from cluster creation to running applications in a single command and easily keep tooling in your cluster up to date.</p>\n<p>Jens-Uwe Walther and Jesse Butler have put together this blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1ix\\" target=\\"_blank\\">Amazon EBS CSI driver is now generally available in Amazon EKS add-ons</a> dives deeper into this announcement, together with some of the historical and background of the project before demonstrating how to create an [Amazon EBS](https://aws.amazon.com/cn/ebs/?trk=cndc-detail) CSI EKS add-on, using it in the context of a Kubernetes workload. [hands on]</p>\\n<h5><a id=\\"PostgreSQL_192\\"></a><strong>PostgreSQL</strong></h5>\\n<p>Following the announcement of updates to the PostgreSQL database by the open source community, we have updated Amazon Aurora PostgreSQL-Compatible Edition to support PostgreSQL 13.6, 12.10, 11.15, and 10.20. These releases contain bug fixes and improvements by the PostgreSQL community. Refer to the Aurora version policy to help you to decide how often to upgrade and how to plan your upgrade process. In addition, Babelfish for Aurora PostgreSQL version 1.2.0 has been released for PostgreSQL 13.6, providing improvements in support for GRANT, REVOKE , ROWVERSION , JSON_QUERY and more.</p>\n<p>Read more in the full announcement, <a href=\\"https://aws-oss.beachgeek.co.uk/1iw\\" target=\\"_blank\\">Amazon Aurora supports PostgreSQL 13.6, 12.10, 11.15, 10.20 and Babelfish for Aurora PostgreSQL 1.2.0</a></p>\\n<p>Also new last week was news that Amazon Aurora PostgreSQL-Compatible Edition now supports a foreign data wrapper that can connect to databases that use the Tabular Data Stream (TDS) protocol, such as Sybase databases and Microsoft SQL server. You can use this foreign data wrapper to connect to data sources in other databases eliminating the need to replicate or copy data.</p>\n<h5><a id=\\"AWS_CDK_200\\"></a><strong>AWS CDK</strong></h5>\\n<p>Checkout the latest release notes for <a href=\\"https://aws-oss.beachgeek.co.uk/1iy\\" target=\\"_blank\\">AWS CDK v2.18.0</a> with support for AWS SSO cli, and features including [Amazon Cognito](https://aws.amazon.com/cn/cognito/?trk=cndc-detail), autoscaling, EC2, AWS CloudWatch and more.</p>\\n<h4><a id=\\"Videos_of_the_week_204\\"></a><strong>Videos of the week</strong></h4>\\n<h5><a id=\\"Blazor_205\\"></a><strong>Blazor</strong></h5>\\n<p>Blazor is a free and open-source web framework that enables developers to create web apps using C# and HTML. Building a SPA fully in .NET 6 with Blazor WebAssembly has become a hot topic in the last few months. AWS offers you several hosting options for your Blazor WASM apps. However, if you want to interact with AWS Services, there are a few things you need to know. Check out this YT video of my colleague Francois Bouteruche as he demonstrates the different hosting options you have on AWS. Then I will discuss what you need to know to interact with AWS Services from your Blazor WASM app.</p>\n<p><video src=\\"https://dev-media.amazoncloud.cn/213f86dfbba9408bbfa007cb06c484d9_Blazor%20WebAssembly%20on%20AWS%2C%20what%20you%20need%20to%20know.mp4\\" controls=\\"controls\\"></video></p>\\n<h5><a id=\\"RepliByte_211\\"></a><strong>RepliByte</strong></h5>\\n<p>The project was featured in a previous newsletter, and you can read more about this by checking out the blog post above from CEO of Qovery Romaric Philogène. If you prefer video as a medium, this short video will help you understand what it does and why developers are already using this tool.</p>\n<p><video src=\\"https://dev-media.amazoncloud.cn/1ac51db3a6ea4ef1889b95f5b1b4a551_What%20is%20RepliByte%20-%20Open-source%20cloud%20database%20synchronization%20tool.mp4\\" controls=\\"controls\\"></video></p>\\n<h4><a id=\\"Events_for_your_diary_217\\"></a><strong>Events for your diary</strong></h4>\\n<p>If you have an event you want me to publish here, please contact me and I will include it in this listing.</p>\n<h5><a id=\\"GitOpsCon_Europe_221\\"></a><strong>GitOpsCon Europe</strong></h5>\\n<h5><a id=\\"May_17th_Valencia_Spain_222\\"></a><strong>May 17th, Valencia Spain</strong></h5>\\n<p>GitOpsCon Europe is designed to foster collaboration, discussion, and knowledge sharing on GitOps. This event is aimed at audiences that are new to GitOps as well as those currently using GitOps within their organisation. Get connected with others that are passionate about GitOps. Learn from practitioners about pitfalls to avoid, hurdles to jump, and how to adopt GitOps in your cloud native environment.</p>\n<p>The event is vendor-neutral and is being organised by the CNCF GitOps Working Group. Topics include getting started with GitOps, scaling and managing GitOps, lessons learned from production deployments, technical sessions, and thought leadership.</p>\n<p>Read more about this from the official page <a href=\\"https://events.linuxfoundation.org/gitopscon-europe/\\" target=\\"_blank\\">here</a>.</p>\\n<h5><a id=\\"CDK_Day_230\\"></a><strong>CDK Day</strong></h5>\\n<h5><a id=\\"May_26th__Virtual_231\\"></a><strong>May 26th - Virtual</strong></h5>\\n<p>This is a community organised event about AWS CDK, cdktf, projen and cdk8s. This will be third year they run this event, and if the previous two are anything to go by, this will be essential viewing - live streamed via You Tube. Check out and register for the event over at their home page at <a href=\\"https://www.cdkday.com/\\" target=\\"_blank\\">https://www.cdkday.com/</a></p>\\n<h5><a id=\\"OpenSearch_235\\"></a><strong>OpenSearch</strong></h5>\\n<h5><a id=\\"Every_Tuesday_3pm_GMT_236\\"></a><strong>Every Tuesday, 3pm GMT</strong></h5>\\n<p>This regular meet-up is for anyone interested in OpenSearch &amp; Open Distro. All skill levels are welcome and they cover and welcome talks on topics including: search, logging, log analytics, and data visualisation.</p>\n<p>Sign up to the next session, <a href=\\"https://aws-oss.beachgeek.co.uk/1az\\" target=\\"_blank\\">OpenSearch Community Meeting - Feb2022</a></p>\\n<h4><a id=\\"Stay_in_touch_with_open_source_at_AWS_242\\"></a><strong>Stay in touch with open source at AWS</strong></h4>\\n<p>I hope this summary has been useful. Remember to check out the <a href=\\"https://aws.amazon.com/opensource/?opensource-all.sort-by=item.additionalFields.startDate&amp;opensource-all.sort-order=asc\\" target=\\"_blank\\">Open Source homepage</a> to keep up to date with all our activity in open source by following us on <a href=\\"https://twitter.com/AWSOpen\\" target=\\"_blank\\">@AWSOpen</a></p>\n"}
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭