Open source news and updates #125

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"#### **September 2nd, 2022 - Instalment #125**\n\n##### **Welcome**\n\nAfter a couple of weeks off, it is great to welcome to back to the AWS open source newsletter, edition #125. As it has been a couple of weeks, this edition contains even more open source goodness to keep you occupied.\n\nAs always, we kick things off we a round up of new open source projects. Over the past couple of weeks, there were so many that it was hard to select them (I will include the others in next weeks newsletter). This weeks project include \"AWSGoat\" is a project that aims to help you better understand the thread landscape of your AWS environments, \"amazon-ec2-instance-selector\" is a nice cli tool to help you find the right Amazon EC2 instance you need, \"merloc\" is a tool that will help you develop and test AWS Lambda functions locally, \"streaming-sales-generator\" a tool that helps you generate sample date for testing/evaluating streaming technologies, \"cw-logs-insights-snippets\" is a handy tool to incorporate CloudWatch Log insight queries, \"automated-iam-access-analyzer\" provides a tool to monitor AWS IAM Role in order to achieve a continuous permission refinement, and many more tools, samples, demos and workshop repositories. Plenty to keep you going over the coming week for sure.\n\nWe also have a big collection of recommended reading for you this week, covering some great posts from the past two weeks on topics including Karpenter, Bottlerocket, Grafana, Keycloak, Calico, Jupyter, Open Omics Acceleration Framework, OpenAPI, Flyway, CollectD, Ray, Apache Hudi, Delta Lake, Apache Iceberg, dbt and many more!\n\nIf you prefer to consume your content in video form, then check out the videos this week that feature content on Rust, Backstage, AWS SAM, Kubeflow. Finally, check the events section for details of up and coming events you do not want to miss, including next week's second episode of Build on AWS open source.\n\n##### **Feedback**\n\nIf you enjoy reading this newsletter, please let me know how we can improve it as well as how AWS can better work with open source projects and technologies by completing ++[this very short survey](https://eventbox.dev/survey/NUSZ91Z)++ that will take you probably less than 30 seconds to complete. Thank you so much!\n\n##### **Celebrating open source contributors**\n\nThe 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.\n\nSo thank you to the following open source heroes: Rosius Ndimofor, Suraj Narwade, Lars Jacobsson , Kyle Weller, Gary Stafford, Zach Mitchell, Aaron Miller, Siva Guruvareddiar, Luke Popplewell, Dillon Nys, Abdallah Shaban, Ashish Nanda, Harshad Gohil, John Lonappan, Daniel Lorch, James Eastham, Sai Vennam, Suzanne Daniels, Himanshu Mishra, Bryan Landes, Suman Debnath, Bimal Gajjar, Shane Miller\n\n##### **Latest open source projects**\n\n*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.*\n\n##### **Tools**\n#### **AWSGoat**\n\n++[AWSGoat](https://aws-oss.beachgeek.co.uk/1ze)++ is an open source project that aims to help you better understand the thread landscape of your AWS environments. Compromising an organization's cloud infrastructure is like sitting on a gold mine for attackers. Sometimes a simple misconfiguration or a vulnerability in web applications is all an attacker needs to compromise the entire infrastructure. Since the cloud is relatively new, many developers are not fully aware of the threatscape and they end up deploying a vulnerable cloud infrastructure.\n\nAWSGoat is a vulnerable by design infrastructure on AWS featuring the latest released OWASP Top 10 web application security risks (2021) and other misconfiguration based on services such as IAM, S3, API Gateway, Lambda, EC2, and ECS. AWSGoat mimics real-world infrastructure but with added vulnerabilities. It features multiple escalation paths and is focused on a black-box approach.\n\nThere are plenty of other news posts that mentioned this project, and I found this one, ++[AWSGoat Open-Source Project for Pen Testing AWS Cloud Solutions](https://aws-oss.beachgeek.co.uk/1zw)++, particular helpful.\n\n##### **cw-logs-insights-snippets**\n\n++[cw-logs-insights-snippets](https://aws-oss.beachgeek.co.uk/202)++ is an AWS SAM project from AWS Community Builder Lars Jacobsson that adds the snippets from serverlessland.com/snippets as saved queries in CloudWatch Logs. Serverlessland.com/snippets hosts a growing number of community provided snippets. Many of these are useful CloudWatch Logs Insights snippets. Until AWS integrates these in the console natively you can use this stack to get them there.\n\n![image.png](https://dev-media.amazoncloud.cn/21aced262bd4469bb58674c7777b4902_image.png)\n\n##### **kubectl-eks**\n\nkubectl-eks is kubectl plugin for Amazon EKS from AWS Community Builder Suraj Narwade.\n\n##### **streaming-sales-generator**\n\n++[streaming-sales-generator](https://aws-oss.beachgeek.co.uk/201)++ is a handy tool from Gary Stafford that generates sample streaming sales data for Apache Kafka, written in Python. Each time you want to explore or demonstrate a new streaming technology, you must first find an adequate data source or develop a new source. Ideally, the streaming data source should be complex enough to perform multiple types of analyses on and visualise different aspects with Business Intelligence (BI) and dashboarding tools. Additionally, the streaming data source should possess a degree of consistency and predictability while still displaying a reasonable level of natural randomness. Conversely, the source should not result in an unnatural uniform distribution of data over time. This project's highly configurable synthetic data generator (producer.py) streams beverage products, semi-random beverage sales transactions, and inventory restocking activities to Apache Kafka topics. It is designed for demonstrating streaming data analytics tools, such as Apache Spark Structured Streaming, Apache Beam, Apache Flink, Apache Pinot, Databricks, Google Cloud Dataproc, and Amazon Kinesis Data Analytics.\n\nCheck out the docs, which include a short video to show you how you can get this tool up and running\n\n<video src=\"https://dev-media.amazoncloud.cn/d1d02aeac2014ac8be401e92047e0db0_Streaming%20Synthetic%20Sales%20Data%20Generator%20Demonstration.mp4\" class=\"manvaVedio\" controls=\"controls\" style=\"width:160px;height:160px\"></video>\n\n##### **amazon-ec2-instance-selector**\n\n++[amazon-ec2-instance-selector](https://aws-oss.beachgeek.co.uk/200)++ is a CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory. There are over 270 different instance types available on EC2 which can make the process of selecting appropriate instance types difficult. Instance Selector helps you select compatible instance types for your application to run on. The command line interface can be passed resource criteria like vcpus, memory, network performance, and much more and then return the available, matching instance types. Check out the repo for plenty of examples of how you can use this command.\n\n##### **merloc**\n\n++[merloc](https://aws-oss.beachgeek.co.uk/1zg)++ AWS Hero ++[Serkan Özal](https://aws-oss.beachgeek.co.uk/1zf)++ tweeted about this new project just before I disappeared on holiday. In his tweet he says:\n\nI am thrilled to announce @thundraio MerLoc an AWS Lambda local development, testing, debugging and hot-reload tool to build and ship #serverless applications faster without need to add console logs and re-deploys after changes\n\nMerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are still part of a flow in the AWS cloud remote. Looks very interesting indeed.\n\n![image.png](https://dev-media.amazoncloud.cn/8b357fc474a2458ca2dca1dbc603d7ca_image.png)\n\n##### **automated-iam-access-analyzer**\n\n++[automated-iam-access-analyzer](https://aws-oss.beachgeek.co.uk/208)++ is a sample implementation of a periodical monitoring of an AWS IAM Role in order to achieve a continuous permission refinement of that role. The goal of the solution is to present an operational, continuous least-privilege approach for a particular role in order to provide for security proliferation in an ongoing manner. Automated IAM Access Analyzer relies on the AWS CloudTrail, AWS IAM Access Analyzer for policy generation, and AWS Step Functions for orchestrating the overall process.\n\n##### **aws_signature_v4**\n\n++[aws_signature_v4](https://aws-oss.beachgeek.co.uk/1zm)++ is an open source implementation of the AWS Signature Version 4 protocol in the Dart programming language. The SigV4 signer is a library which developers can include in their projects to sign and send HTTP requests to AWS services using their AWS credentials. To get you started, check out the post ++[Introducing the AWS SigV4 Signer for Dart](https://aws-oss.beachgeek.co.uk/1zn)++ from Dillon Nys, Abdallah Shaban, and Ashish Nanda.\n\n![s3blog1.gif](https://dev-media.amazoncloud.cn/1ddfc17d848f40b5924206126095bd0b_s3blog1.gif)\n\n#### **Demos, Samples, Solutions and Workshops**\n##### **serverless-batch-cost-guardian**\n\n++[serverless-batch-cost-guardian](https://aws-oss.beachgeek.co.uk/206)++ this repo has the code that will deploy and provide a serverless solution that watches jobs in an AWS Batch (Fargate-only) compute environment, and if an AWS Budget threshold is close to being met, will kick in a high-frequency cost checker to stop all jobs before the budget is met. This solution is meant to be a safeguard for long-running jobs and can evaluate Budget status at a much higher rate than AWS Billing's 2-3 daily limit with 6-8 hour granularity.\n\n![image.png](https://dev-media.amazoncloud.cn/b994a90c16f84af386ca485aade49928_image.png)\n\n##### **graviton2-based-ecommerence-solution**\n\n++[graviton2-based-ecommerence-solution](https://aws-oss.beachgeek.co.uk/207)++ if you are looking for some code for a sample e-commerce solution that leverages AWS Graviton2, then check out this repo. It provides the code from the Graviton2-based-ecommerence-solution Workshop which you will find links for in the README.\n\n![image.png](https://dev-media.amazoncloud.cn/1656530fc9c44e3db2dbb54754e96e43_image.png)\n\n##### **aws-mainframe-modernization-carddemo**\n\n++[aws-mainframe-modernization-carddemo](https://aws-oss.beachgeek.co.uk/209)++ is a Mainframe application designed and developed to test and showcase AWS and partner technology for mainframe migration and modernisation use-cases such as discovery, migration, modernisation, performance test, augmentation, service enablement, service extraction, test creation, test harness, etc. I am a big fan of retro computing, and this project really appeals so I need to try and figure out how I can get this one up and running - watch this space!\n\n##### **sam_stepfunctions**\n\n++[sam_stepfunctions](https://aws-oss.beachgeek.co.uk/204)++ AWS Hero Rosius Ndimofor shares a simple Step functions workflow written in SAM and Python for an apartment booking application.\n\n##### **gitops-amazon-ecs-sample**\n\n++[gitops-amazon-ecs-sample](https://aws-oss.beachgeek.co.uk/205)++ is a repo that helps you create a single pipeline to deploy multiple services on Amazon ECS using gitops. What problem is this repo trying to solve? Certain Organizations need to test and deploy multiple, sometimes hundreds of micro-services simultaneously. This could be because of regulatory or compliance requirements where the organisation is mandated to test numerous services together and then release it in one go. Using the traditional strategy of deploying one pipeline per micro-service requires these organisations to coordinate hundreds of pipelines to do a single production release. This increases the deployment window, deployment complexity, and requires coordination from multiple teams that own these micro-services. For example, if 50 services must be deployed in a release, then it would require the team to go and approve 50 production approval gates, which can be a time-consuming and error-prone process. In the case of rollback, it would take considerable time to go and individually rollback each of the pipelines to do a full rollback of the release. These organisations need the ability to reliably deploy multiple services together without the complexity of having to orchestrate numerous pipelines during release. Certain GitOps deployment tools like ArgoCD can facilitate the deployment of multiple services in the Kubernetes space. However, these tools are limited in the Amazon ECS space. This repo attempts to create a single pipeline to provide the ability to deploy multiple Amazon ECS Fargate services and scheduled tasks simultaneously with Git as the source of truth. This is done to reduce the complexity associated with deploying multiple services in a release.\n\n![image.png](https://dev-media.amazoncloud.cn/c496e2ace70946f28c30dcb2f04eb59e_image.png)\n\n#### **AWS and Community blog posts**\n##### **dbt**\n\nIn the first of two posts this week from a writer who regular reader of this newsletter will know, Gary Stafford explores how dbt makes it easy to transform data and materialise models in a modern cloud data lakehouse built on AWS in his post ++[Lakehouse Data Modeling using dbt, Amazon Redshift, Redshift Spectrum, and AWS Glue](https://aws-oss.beachgeek.co.uk/1zy)++. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/7021ce155a1742bfa44e54582c363da3_image.png)\n\nFollowing that, Gary put together the post ++[dbt and Amazon Redshift Serverless: Serverless Lakehouse Data Modeling](https://aws-oss.beachgeek.co.uk/1zz)++ which explores the integration of dbt with Amazon Redshift Serverless. [hands on] As always, both posts are recommended reading this week.\n\n##### **Open Source Lakehouses**\n\nKyle Weller from Onehouse has put together this very nice post, ++[Apache Hudi vs Delta Lake vs Apache Iceberg - Lakehouse Feature Comparison](https://aws-oss.beachgeek.co.uk/1zx)++, that has a very comprehensive list of features that you might looking for and how each of these open source projects currently meets those, as well as taking a look at some real life use cases and customer stories. I think this post could be useful as you look to explore and think about how you might evaluate these technologies.\n\n##### **Jupyter**\n\nInteractive Sessions for Jupyter is a new notebook interface in the AWS Glue serverless Spark environment. This enables a serverless Spark backend to Jupyter notebooks and Jupyter-based IDEs such as Jupyter Lab, Microsoft Visual Studio Code, JetBrains PyCharm, and more. In the post, Introducing AWS Glue interactive sessions for Jupyter, Zach Mitchell shows you how to quickly get started installing via the command line and then running through some interactive notebooks. [hands on]\n\n##### **Flyway**\n\nFlyway is an open-source database SQL deployment tool. In the post, ++[Automate schema version control and migration with Flyway and AWS Lambda on Amazon Aurora PostgreSQL](https://aws-oss.beachgeek.co.uk/1zo)++, Harshad Gohil and John Lonappan share more details about this open source project and its capabilities, before showing you how you can set up Flyway along with an AWS Lambda function to deploy SQL scripts into various Amazon Aurora PostgreSQL-Compatible Edition environments. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/e8b680d4bca0413b8436adb4bfc01597_image.png)\n\n##### **Ray**\n\nIn the post, Scaling AI and Machine Learning Workloads with Ray on AWS, Chris Fregly, Antje Barth, Apoorva Kulkarni, and Simon Zamarin highlight AWS contributions to the scalability and operational efficiency of Ray on AWS.\n\n##### **OpenAPI/Swagger**\n\nIn the post, ++[Deploy and manage OpenAPI/Swagger RESTful APIs with the AWS Cloud Development Kit](https://aws-oss.beachgeek.co.uk/1zl)++, Luke Popplewell demonstrates how AWS Cloud Development Kit (AWS CDK) Infrastructure as Code (IaC) constructs and AWS serverless technology can be used to build and deploy a RESTful Application Programming Interface (API) defined in the OpenAPI specification. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/446ddda097664616946e2e41e7e4a3c1_image.png)\n\n##### **Keycloak**\n\nKeycloak is an open source identity and access management solution for modern services and applications with a large and active open source community. Keycloak uses open protocol standards like OpenID Connect and SAML 2.0. It provides features including single sign-on (SSO), user federation, and identity brokering. It also provides both an admin console and an account management console. In the post, ++[Authenticating with Amazon Managed Grafana Using Open Source Keycloak on Amazon EKS](https://aws-oss.beachgeek.co.uk/1zh)++ Aaron Miller and Siva Guruvareddiar walk you through the steps to deploy and configure Keycloak on Amazon EKS to serve as the SAML authentication provider for Amazon Managed Grafana. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/ddc05e405e514ce89b6d350cc0033142_image.png)\n\n##### **CollectD**\n\nCollectD is an open-source system statistics collection daemon. When running java workloads, the JVM exposes runtime metrics, such as the heap memory usage, thread count, and classes, through a standard API interface called the Java Management Extension (JMX). In this post, ++[Deliver Java JMX statistics to Amazon CloudWatch using the CloudWatch Agent and CollectD](https://aws-oss.beachgeek.co.uk/1zp)++, Daniel Lorch shows you how you can CollectD to collect metrics from JMX and send them to the Amazon CloudWatch agent, as well as allows namespacing metrics per application. Very nice post. [hands on]\n\n![cloudwatchalarms.gif](https://dev-media.amazoncloud.cn/6e965e0457ba4577b0ad649923d9a5eb_cloudwatch-alarms.gif)\n\n##### **Other posts you might like from the past week**\n\n- Continuous Deployment and GitOps delivery with Amazon EKS Blueprints and ArgoCD shows you how to use multi-environment GitOps pipeline pattern to do Git-based delivery for Amazon EKS cluster configurations across multiple environments, onboard new applications to the cluster, while setting the relevant permissions for team members, and GitOps delivery for applications deployed into the cluster using ArgoCD [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/8e8735ffca76489b98503e0a0702be57_image.png)\n\n- ++[Amazon EMR on EKS gets up to 19% performance boost running on AWS Graviton3 Processors vs. Graviton2](https://aws-oss.beachgeek.co.uk/1zj)++ shares insights from running performance tests observed while running the same EMR Spark runtime on different Graviton-based EC2 instance types\n- ++[Implementing Zero-Trust Workload Security on Amazon EKS with Calico](https://aws-oss.beachgeek.co.uk/1zi)++ demonstrates how you can apply zero-trust workload access controls along with micro segmentation for your workloads that run on Amazon EKS [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/3d4123a8b68c415a970aabf0b2751cf6_image.png)\n\n- ++[Accelerating Genomics Pipelines Using Intel’s Open Omics Acceleration Framework on AWS](https://aws-oss.beachgeek.co.uk/1zk)++ showcases the first version of Intel's open source Open Omics Acceleration Framework and shares benchmark info of three applications that are used in processing next-generation sequencing data (DNA, mRNA, regulatory regions, the gut microbiome, etc)\n- ++[Parallel vacuuming in Amazon RDS for PostgreSQL and Amazon Aurora PostgreSQL](https://aws-oss.beachgeek.co.uk/1zq)++ shares how parallel vacuuming works in Amazon RDS for PostgreSQL, a feature that was introduced in PostgreSQL 13, that covers the parallel VACUUM parameters and how to run parallel VACUUM in Amazon RDS for PostgreSQL\n- ++[Speeding up incremental changes with AWS SAM Accelerate and nested stacks](https://aws-oss.beachgeek.co.uk/1zr)++ looks at how to increase development velocity by using AWS SAM Accelerate with AWS CloudFormation nested stacks [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/27d7f1b4842f4c52859c1dc9a07a78d9_image.png)\n\n- ++[Deploying AWS Lambda functions using AWS Controllers for Kubernetes (ACK)](https://aws-oss.beachgeek.co.uk/1zu)++ walks you through deploying a sample Lambda function from a Kubernetes cluster provided by Amazon EKS [hands on]\n- ++[AWS and Kubecost collaborate to deliver cost monitoring for EKS customers](https://aws-oss.beachgeek.co.uk/1zv)++ looks at how Amazon EKS customers can deploy an EKS optimised bundle of Kubecost for cluster cost visibility\n\n![image.png](https://dev-media.amazoncloud.cn/0c089124c5ce4bea877eafad0925b6cd_image.png)\n\n- ++[Addressing IPv4 address exhaustion in Amazon EKS clusters using private NAT gateways](https://aws-oss.beachgeek.co.uk/1zt)++ shares how you can put together a network design that enabled communication across Amazon EKS clusters deployed to VPCs with overlapping CIDRs\n\n![image.png](https://dev-media.amazoncloud.cn/616b828c1808421db8ca2358dce43290_image.png)\n\n#### **Quick updates**\n##### **AWS SDK for pandas**\n\nAWS Data Wrangler is now AWS SDK for pandas (awswrangler). We’re changing the name we use when we talk about the library, but everything else will stay the same. You’ll still be able to install using pip install awswrangler and you won’t need to change any of your code. As part of this change, we’ve moved the library from AWS Labs to the main AWS GitHub organisation but, thanks to the GitHub’s redirect feature, you’ll still be able to access the project by its old URLs until you update your bookmarks.\n\nAWS SDK for pandas is a popular open source library that enables customers to connect to AWS data and analytics services to obtain data in a pandas dataframe. Customers can then use the pandas library to transform their data before writing back to an AWS service, Used by data scientists, data engineers and developers, AWS SDK for pandas allows easy data movement between 19 types of data store, including Amazon S3, Amazon Athena, Amazon Neptune, Amazon SageMaker, AWS Glue and AWS Lake Formation.\n\n##### **Linux**\n\nAWS announced the general availability of the credentials-fetcher open source project. As you modernise your .NET applications to Linux containers, you no longer need to worry about Microsoft Active Directory (AD) dependency. You can use credentials-fetcher to access AD from services hosted on Linux containers using the service account authentication model. This package makes it possible to create kerberos tickets specific to group managed service accounts (gMSAs) in applications running on Linux containers. As part of our launch, the credential-fetcher in packaged in RPM format and added it to Fedora Linux. You can install this package by using dnf install credentials-fetcher. A group managed service account is a managed account that provides automatic password management, service principal name (SPN) management, and the ability to delegate management to administrators over multiple servers or instances.\n\n##### **Karpenter**\n\nKarpenter is a flexible, high-performance Kubernetes cluster autoscaler that helps improve application availability, operational overhead, and cluster compute utilisation by launching new EC2 instances that are best fit to the scale, scheduling, and resource requirements of the workloads in a cluster. Customers can use Karpenter with Amazon Elastic Kubernetes Service (EKS) or any conformant Kubernetes cluster. Starting with v0.15.0, Karpenter will automatically consolidate Kubernetes cluster workloads onto new EC2 instances to help increase utilisation and lower cluster compute costs.\n\nAs the workloads in a Kubernetes cluster change and scale, it can be necessary to launch new EC2 instances to ensure they have the compute resources they need. Over time, those instances can become under-utilised as some workloads scale down or are removed from the cluster. Workload consolidation for Karpenter automatically looks for opportunities to reschedule these workloads onto a set of more cost-efficient EC2 instances, whether they are already in the cluster or need to be launched. Consolidation for Karpenter can be enabled with a simple configuration change in the Karpenter Provisioner Custom Resource Definition (CRD) in Karpenter v0.15.0 and above.\n\n##### **Kubernetes**\n\nAWS App Mesh is a service mesh that provides application-level networking to make it easier for your services to communicate with each other across multiple types of compute infrastructure. AWS App Mesh standardises how your services communicate, giving you end-to-end visibility and options to tune for high-availability of your applications.\n\nYou can now define a listener per each application port on your AWS App Mesh Virtual Gateways, Virtual Nodes and Virtual Routers, and define traffic routes to a specific listener. You can configure each listener independently, secure them with individual TLS certificates, and collect traffic metrics separately for each application port.\n\nAWS App Mesh has also introduced support for customisable Envoy access log format for Virtual Nodes and Virtual Gateways. It enables you to diagnose your services with customised logging focusing on specific aspects that are important to you. Now you can specify the desired access log pattern using any Envoy command operators. You can also use JSON or text format to define the pattern. This configuration makes it easier to export the Envoy access log file to other tools for further analysis, which may require a specific format or pattern.\n\n##### **Bottlerocket**\n\nBottlerocket, a Linux-based operating system that is purpose built to run container workloads, now has a Center for Internet Security (CIS) Benchmark. The CIS Benchmark is a catalog of security-focused configuration settings that help Bottlerocket customers configure or document any non-compliant configurations in a simple and efficient manner. The CIS Benchmark for Bottlerocket includes both Level 1 and Level 2 configuration profiles.\n\n##### **PostgreSQL**\n\nAmazon Relational Database Service (Amazon RDS) for PostgreSQL now supports PostgreSQL minor version 14.4. We recommend you upgrade to this latest minor version to fix known security vulnerabilities and bugs from prior versions of PostgreSQL. While this release from PostgreSQL community includes a number of fixes, a noteworthy fix included in this release is for CREATE INDEX CONCURRENTLY and REINDEX CONCURRENTLY that can potentially cause silent data corruption of indexes. Amazon RDS has made the fix for the index corruption available since the release of Amazon RDS for PostgreSQL 14.3.\n\n##### **AWS SAM**\n\nThe AWS Serverless Application Model (SAM) Command Line Interface (CLI) announces general availability of esbuild support in SAM CLI. The AWS SAM CLI is a developer tool that makes it easier to build, test, package, and deploy serverless applications. Esbuild, “an extremely fast JavaScript bundler”, links JavaScript ( js , jsx , ts , and tsx ) and CSS dependencies as deployable assets for the web. Starting today, you can now use esbuild in the SAM CLI build workflow for your JavaScript applications.\n\nDevelopers using JavaScript and TypeScript can now use esbuild and SAM Accelerate to rapidly iterate on their code changes in the cloud, achieving the same levels of productivity they're used to when testing locally, while testing against a realistic application environment in the cloud. Support for esbuild includes features such as Minification, Tree Shaking, Source Maps, Loader, External and Main-Fields which can help simplify AWS Lambda development with JavaScript and TypeScript.\n\n#### **Videos of the week**\n##### **Backstage**\n\nJoin Sai Vennam and the Containers from the Couch show as he takes a look at Backstage, an open platform for building developer portals. Joining Sai are guests from Spotify Suzanne Daniels and Himanshu Mishra along with Bryan Landes from AWS. Make sure you check this session out.\n\n\n<video src=\"https://dev-media.amazoncloud.cn/621ac0760fd04e18847c96682b5e8e17_Backstage%20Developer%20Portals%20with%20Spotify%20_%20Across%20the%20Board.mp4\" class=\"manvaVedio\" controls=\"controls\" style=\"width:160px;height:160px\"></video>\n\n##### **AWS SAM**\n\nJames Eastham shows you how to add CICD pipelines to your .NET 6 serverless applications with the AWS SAM CLI, using GitHub Actions to build, test and deploy your application to multiple environments.\n\n<video src=\"https://dev-media.amazoncloud.cn/a716273337224675853c2f22b74e2dcd_CICD%20for%20.NET%206%20applications%20with%20AWS%20SAM%20and%20GitHub%20Actions.mp4\" class=\"manvaVedio\" controls=\"controls\" style=\"width:160px;height:160px\"></video>\n\n##### **Kubeflow**\n\nFresh from the AWS Summit Atlanta, my colleague Suman Debnath shares the stage with Bimal Gajjar as they show you how you can make a scalable architecture for ML training and inference at scale using backend distributed storage with Amazon EFS and Kubeflow with Amazon EKS.\n\n<video src=\"https://dev-media.amazoncloud.cn/bf9f8b7121914729a5c65a119a237f6b_AWS%20Summit%20ATL%202022%20-%20Machine%20learning%20at%20scale%20using%20Kubeflow%20with%20Amazon%20EKS%20%26%20Amazon%20EFS%20%28OPN201%29.mp4\" class=\"manvaVedio\" controls=\"controls\" style=\"width:160px;height:160px\"></video>\n\n##### **Rust**\n\nFrom Atlanta to San Francisco, this time we have Shane Miller with a must view session for all builders. Rust is one of the most energy-efficient and safe programming languages. With Rust, it may be possible to reduce the environmental impact of the IT industry by 50 percent and prevent 70 percent of all high-severity CVEs. Check out this session to dive into the “super powers” of Rust, and hear about the work ahead to give those powers to every engineer, and learn how you can contribute.\n\n<video src=\"https://dev-media.amazoncloud.cn/00fe4c9365ca461db101a4dfbae986e2_AWS%20Summit%20SF%202022%20-%20Sustainability%20with%20Rust%20%28OPN201%29.mp4\" class=\"manvaVedio\" controls=\"controls\" style=\"width:160px;height:160px\"></video>\n\n#### **Events for your diary**\n##### **Build on AWS Open Source**\n##### **September 9th, 9am BST**\n\nThe second episode of a new show where Derek Bingham and myself walk you through the latest AWS open source news, show you code and demos of some of the interesting projects we think you should know about and we invite guests to share their open source projects via the medium of demo.\n\nThis episode (S01E02) we are very lucky to have AWS Hero Ian Mckay talking and showing us some of his open source projects. Do not miss (even if I do say so myself!)\n\n++[https://twitch.tv/aws](https://twitch.tv/aws)++\n\n##### **OpenSearch**\n##### **Every other 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](https://aws-oss.beachgeek.co.uk/1az)++\n\n##### **OpenSearchCon 2022**\n##### **Sept 21st, 2022 Seattle**\n\nCome to the first annual OpenSearchCon!\n\nThis day-long conference will be packed with presenters who build and innovate with OpenSearch. It doesn’t matter if you’re just getting started on your OpenSearch journey, running giant clusters, or contributing tons of code; the event is for everyone. Join us to celebrate the progress and look into the future of the project. Admission is free, and registration will be open in the next few weeks. All you will need to do is sign up, and get to Seattle!\n\nCheck out the full details, including signing up and location, at the ++[meetup page here](https://aws-oss.beachgeek.co.uk/1n1)++.\n\n#### **Stay in touch with open source at AWS**\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)++\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","render":"<h4><a id=\"September_2nd_2022__Instalment_125_0\"></a><strong>September 2nd, 2022 - Instalment #125</strong></h4>\n<h5><a id=\"Welcome_2\"></a><strong>Welcome</strong></h5>\n<p>After a couple of weeks off, it is great to welcome to back to the AWS open source newsletter, edition #125. As it has been a couple of weeks, this edition contains even more open source goodness to keep you occupied.</p>\n<p>As always, we kick things off we a round up of new open source projects. Over the past couple of weeks, there were so many that it was hard to select them (I will include the others in next weeks newsletter). This weeks project include “AWSGoat” is a project that aims to help you better understand the thread landscape of your AWS environments, “amazon-ec2-instance-selector” is a nice cli tool to help you find the right Amazon EC2 instance you need, “merloc” is a tool that will help you develop and test AWS Lambda functions locally, “streaming-sales-generator” a tool that helps you generate sample date for testing/evaluating streaming technologies, “cw-logs-insights-snippets” is a handy tool to incorporate CloudWatch Log insight queries, “automated-iam-access-analyzer” provides a tool to monitor AWS IAM Role in order to achieve a continuous permission refinement, and many more tools, samples, demos and workshop repositories. Plenty to keep you going over the coming week for sure.</p>\n<p>We also have a big collection of recommended reading for you this week, covering some great posts from the past two weeks on topics including Karpenter, Bottlerocket, Grafana, Keycloak, Calico, Jupyter, Open Omics Acceleration Framework, OpenAPI, Flyway, CollectD, Ray, Apache Hudi, Delta Lake, Apache Iceberg, dbt and many more!</p>\n<p>If you prefer to consume your content in video form, then check out the videos this week that feature content on Rust, Backstage, AWS SAM, Kubeflow. Finally, check the events section for details of up and coming events you do not want to miss, including next week’s second episode of Build on AWS open source.</p>\n<h5><a id=\"Feedback_12\"></a><strong>Feedback</strong></h5>\n<p>If you enjoy reading this newsletter, please let me know how we can improve it as well as how AWS can better work with open source projects and technologies by completing <ins><a href=\"https://eventbox.dev/survey/NUSZ91Z\" target=\"_blank\">this very short survey</a></ins> that will take you probably less than 30 seconds to complete. Thank you so much!</p>\n<h5><a id=\"Celebrating_open_source_contributors_16\"></a><strong>Celebrating open source contributors</strong></h5>\n<p>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.</p>\n<p>So thank you to the following open source heroes: Rosius Ndimofor, Suraj Narwade, Lars Jacobsson , Kyle Weller, Gary Stafford, Zach Mitchell, Aaron Miller, Siva Guruvareddiar, Luke Popplewell, Dillon Nys, Abdallah Shaban, Ashish Nanda, Harshad Gohil, John Lonappan, Daniel Lorch, James Eastham, Sai Vennam, Suzanne Daniels, Himanshu Mishra, Bryan Landes, Suman Debnath, Bimal Gajjar, Shane Miller</p>\n<h5><a id=\"Latest_open_source_projects_22\"></a><strong>Latest open source projects</strong></h5>\n<p><em>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.</em></p>\n<h5><a id=\"Tools_26\"></a><strong>Tools</strong></h5>\n<h4><a id=\"AWSGoat_27\"></a><strong>AWSGoat</strong></h4>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/1ze\" target=\"_blank\">AWSGoat</a></ins> is an open source project that aims to help you better understand the thread landscape of your AWS environments. Compromising an organization’s cloud infrastructure is like sitting on a gold mine for attackers. Sometimes a simple misconfiguration or a vulnerability in web applications is all an attacker needs to compromise the entire infrastructure. Since the cloud is relatively new, many developers are not fully aware of the threatscape and they end up deploying a vulnerable cloud infrastructure.</p>\n<p>AWSGoat is a vulnerable by design infrastructure on AWS featuring the latest released OWASP Top 10 web application security risks (2021) and other misconfiguration based on services such as IAM, S3, API Gateway, Lambda, EC2, and ECS. AWSGoat mimics real-world infrastructure but with added vulnerabilities. It features multiple escalation paths and is focused on a black-box approach.</p>\n<p>There are plenty of other news posts that mentioned this project, and I found this one, <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zw\" target=\"_blank\">AWSGoat Open-Source Project for Pen Testing AWS Cloud Solutions</a></ins>, particular helpful.</p>\n<h5><a id=\"cwlogsinsightssnippets_35\"></a><strong>cw-logs-insights-snippets</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/202\" target=\"_blank\">cw-logs-insights-snippets</a></ins> is an AWS SAM project from AWS Community Builder Lars Jacobsson that adds the snippets from serverlessland.com/snippets as saved queries in CloudWatch Logs. Serverlessland.com/snippets hosts a growing number of community provided snippets. Many of these are useful CloudWatch Logs Insights snippets. Until AWS integrates these in the console natively you can use this stack to get them there.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/21aced262bd4469bb58674c7777b4902_image.png\" alt=\"image.png\" /></p>\n<h5><a id=\"kubectleks_41\"></a><strong>kubectl-eks</strong></h5>\n<p>kubectl-eks is kubectl plugin for Amazon EKS from AWS Community Builder Suraj Narwade.</p>\n<h5><a id=\"streamingsalesgenerator_45\"></a><strong>streaming-sales-generator</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/201\" target=\"_blank\">streaming-sales-generator</a></ins> is a handy tool from Gary Stafford that generates sample streaming sales data for Apache Kafka, written in Python. Each time you want to explore or demonstrate a new streaming technology, you must first find an adequate data source or develop a new source. Ideally, the streaming data source should be complex enough to perform multiple types of analyses on and visualise different aspects with Business Intelligence (BI) and dashboarding tools. Additionally, the streaming data source should possess a degree of consistency and predictability while still displaying a reasonable level of natural randomness. Conversely, the source should not result in an unnatural uniform distribution of data over time. This project’s highly configurable synthetic data generator (producer.py) streams beverage products, semi-random beverage sales transactions, and inventory restocking activities to Apache Kafka topics. It is designed for demonstrating streaming data analytics tools, such as Apache Spark Structured Streaming, Apache Beam, Apache Flink, Apache Pinot, Databricks, Google Cloud Dataproc, and Amazon Kinesis Data Analytics.</p>\n<p>Check out the docs, which include a short video to show you how you can get this tool up and running</p>\n<p><video src=\"https://dev-media.amazoncloud.cn/d1d02aeac2014ac8be401e92047e0db0_Streaming%20Synthetic%20Sales%20Data%20Generator%20Demonstration.mp4\" controls=\"controls\"></video></p>\n<h5><a id=\"amazonec2instanceselector_53\"></a><strong>amazon-ec2-instance-selector</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/200\" target=\"_blank\">amazon-ec2-instance-selector</a></ins> is a CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory. There are over 270 different instance types available on EC2 which can make the process of selecting appropriate instance types difficult. Instance Selector helps you select compatible instance types for your application to run on. The command line interface can be passed resource criteria like vcpus, memory, network performance, and much more and then return the available, matching instance types. Check out the repo for plenty of examples of how you can use this command.</p>\n<h5><a id=\"merloc_57\"></a><strong>merloc</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zg\" target=\"_blank\">merloc</a></ins> AWS Hero <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zf\" target=\"_blank\">Serkan Özal</a></ins> tweeted about this new project just before I disappeared on holiday. In his tweet he says:</p>\n<p>I am thrilled to announce @thundraio MerLoc an AWS Lambda local development, testing, debugging and hot-reload tool to build and ship #serverless applications faster without need to add console logs and re-deploys after changes</p>\n<p>MerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are still part of a flow in the AWS cloud remote. Looks very interesting indeed.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/8b357fc474a2458ca2dca1dbc603d7ca_image.png\" alt=\"image.png\" /></p>\n<h5><a id=\"automatediamaccessanalyzer_67\"></a><strong>automated-iam-access-analyzer</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/208\" target=\"_blank\">automated-iam-access-analyzer</a></ins> is a sample implementation of a periodical monitoring of an AWS IAM Role in order to achieve a continuous permission refinement of that role. The goal of the solution is to present an operational, continuous least-privilege approach for a particular role in order to provide for security proliferation in an ongoing manner. Automated IAM Access Analyzer relies on the AWS CloudTrail, AWS IAM Access Analyzer for policy generation, and AWS Step Functions for orchestrating the overall process.</p>\n<h5><a id=\"aws_signature_v4_71\"></a><strong>aws_signature_v4</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zm\" target=\"_blank\">aws_signature_v4</a></ins> is an open source implementation of the AWS Signature Version 4 protocol in the Dart programming language. The SigV4 signer is a library which developers can include in their projects to sign and send HTTP requests to AWS services using their AWS credentials. To get you started, check out the post <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zn\" target=\"_blank\">Introducing the AWS SigV4 Signer for Dart</a></ins> from Dillon Nys, Abdallah Shaban, and Ashish Nanda.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/1ddfc17d848f40b5924206126095bd0b_s3blog1.gif\" alt=\"s3blog1.gif\" /></p>\n<h4><a id=\"Demos_Samples_Solutions_and_Workshops_77\"></a><strong>Demos, Samples, Solutions and Workshops</strong></h4>\n<h5><a id=\"serverlessbatchcostguardian_78\"></a><strong>serverless-batch-cost-guardian</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/206\" target=\"_blank\">serverless-batch-cost-guardian</a></ins> this repo has the code that will deploy and provide a serverless solution that watches jobs in an AWS Batch (Fargate-only) compute environment, and if an AWS Budget threshold is close to being met, will kick in a high-frequency cost checker to stop all jobs before the budget is met. This solution is meant to be a safeguard for long-running jobs and can evaluate Budget status at a much higher rate than AWS Billing’s 2-3 daily limit with 6-8 hour granularity.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/b994a90c16f84af386ca485aade49928_image.png\" alt=\"image.png\" /></p>\n<h5><a id=\"graviton2basedecommerencesolution_84\"></a><strong>graviton2-based-ecommerence-solution</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/207\" target=\"_blank\">graviton2-based-ecommerence-solution</a></ins> if you are looking for some code for a sample e-commerce solution that leverages AWS Graviton2, then check out this repo. It provides the code from the Graviton2-based-ecommerence-solution Workshop which you will find links for in the README.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/1656530fc9c44e3db2dbb54754e96e43_image.png\" alt=\"image.png\" /></p>\n<h5><a id=\"awsmainframemodernizationcarddemo_90\"></a><strong>aws-mainframe-modernization-carddemo</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/209\" target=\"_blank\">aws-mainframe-modernization-carddemo</a></ins> is a Mainframe application designed and developed to test and showcase AWS and partner technology for mainframe migration and modernisation use-cases such as discovery, migration, modernisation, performance test, augmentation, service enablement, service extraction, test creation, test harness, etc. I am a big fan of retro computing, and this project really appeals so I need to try and figure out how I can get this one up and running - watch this space!</p>\n<h5><a id=\"sam_stepfunctions_94\"></a><strong>sam_stepfunctions</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/204\" target=\"_blank\">sam_stepfunctions</a></ins> AWS Hero Rosius Ndimofor shares a simple Step functions workflow written in SAM and Python for an apartment booking application.</p>\n<h5><a id=\"gitopsamazonecssample_98\"></a><strong>gitops-amazon-ecs-sample</strong></h5>\n<p><ins><a href=\"https://aws-oss.beachgeek.co.uk/205\" target=\"_blank\">gitops-amazon-ecs-sample</a></ins> is a repo that helps you create a single pipeline to deploy multiple services on Amazon ECS using gitops. What problem is this repo trying to solve? Certain Organizations need to test and deploy multiple, sometimes hundreds of micro-services simultaneously. This could be because of regulatory or compliance requirements where the organisation is mandated to test numerous services together and then release it in one go. Using the traditional strategy of deploying one pipeline per micro-service requires these organisations to coordinate hundreds of pipelines to do a single production release. This increases the deployment window, deployment complexity, and requires coordination from multiple teams that own these micro-services. For example, if 50 services must be deployed in a release, then it would require the team to go and approve 50 production approval gates, which can be a time-consuming and error-prone process. In the case of rollback, it would take considerable time to go and individually rollback each of the pipelines to do a full rollback of the release. These organisations need the ability to reliably deploy multiple services together without the complexity of having to orchestrate numerous pipelines during release. Certain GitOps deployment tools like ArgoCD can facilitate the deployment of multiple services in the Kubernetes space. However, these tools are limited in the Amazon ECS space. This repo attempts to create a single pipeline to provide the ability to deploy multiple Amazon ECS Fargate services and scheduled tasks simultaneously with Git as the source of truth. This is done to reduce the complexity associated with deploying multiple services in a release.</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/c496e2ace70946f28c30dcb2f04eb59e_image.png\" alt=\"image.png\" /></p>\n<h4><a id=\"AWS_and_Community_blog_posts_104\"></a><strong>AWS and Community blog posts</strong></h4>\n<h5><a id=\"dbt_105\"></a><strong>dbt</strong></h5>\n<p>In the first of two posts this week from a writer who regular reader of this newsletter will know, Gary Stafford explores how dbt makes it easy to transform data and materialise models in a modern cloud data lakehouse built on AWS in his post <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zy\" target=\"_blank\">Lakehouse Data Modeling using dbt, Amazon Redshift, Redshift Spectrum, and AWS Glue</a></ins>. [hands on]</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/7021ce155a1742bfa44e54582c363da3_image.png\" alt=\"image.png\" /></p>\n<p>Following that, Gary put together the post <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zz\" target=\"_blank\">dbt and Amazon Redshift Serverless: Serverless Lakehouse Data Modeling</a></ins> which explores the integration of dbt with Amazon Redshift Serverless. [hands on] As always, both posts are recommended reading this week.</p>\n<h5><a id=\"Open_Source_Lakehouses_113\"></a><strong>Open Source Lakehouses</strong></h5>\n<p>Kyle Weller from Onehouse has put together this very nice post, <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zx\" target=\"_blank\">Apache Hudi vs Delta Lake vs Apache Iceberg - Lakehouse Feature Comparison</a></ins>, that has a very comprehensive list of features that you might looking for and how each of these open source projects currently meets those, as well as taking a look at some real life use cases and customer stories. I think this post could be useful as you look to explore and think about how you might evaluate these technologies.</p>\n<h5><a id=\"Jupyter_117\"></a><strong>Jupyter</strong></h5>\n<p>Interactive Sessions for Jupyter is a new notebook interface in the AWS Glue serverless Spark environment. This enables a serverless Spark backend to Jupyter notebooks and Jupyter-based IDEs such as Jupyter Lab, Microsoft Visual Studio Code, JetBrains PyCharm, and more. In the post, Introducing AWS Glue interactive sessions for Jupyter, Zach Mitchell shows you how to quickly get started installing via the command line and then running through some interactive notebooks. [hands on]</p>\n<h5><a id=\"Flyway_121\"></a><strong>Flyway</strong></h5>\n<p>Flyway is an open-source database SQL deployment tool. In the post, <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zo\" target=\"_blank\">Automate schema version control and migration with Flyway and AWS Lambda on Amazon Aurora PostgreSQL</a></ins>, Harshad Gohil and John Lonappan share more details about this open source project and its capabilities, before showing you how you can set up Flyway along with an AWS Lambda function to deploy SQL scripts into various Amazon Aurora PostgreSQL-Compatible Edition environments. [hands on]</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/e8b680d4bca0413b8436adb4bfc01597_image.png\" alt=\"image.png\" /></p>\n<h5><a id=\"Ray_127\"></a><strong>Ray</strong></h5>\n<p>In the post, Scaling AI and Machine Learning Workloads with Ray on AWS, Chris Fregly, Antje Barth, Apoorva Kulkarni, and Simon Zamarin highlight AWS contributions to the scalability and operational efficiency of Ray on AWS.</p>\n<h5><a id=\"OpenAPISwagger_131\"></a><strong>OpenAPI/Swagger</strong></h5>\n<p>In the post, <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zl\" target=\"_blank\">Deploy and manage OpenAPI/Swagger RESTful APIs with the AWS Cloud Development Kit</a></ins>, Luke Popplewell demonstrates how AWS Cloud Development Kit (AWS CDK) Infrastructure as Code (IaC) constructs and AWS serverless technology can be used to build and deploy a RESTful Application Programming Interface (API) defined in the OpenAPI specification. [hands on]</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/446ddda097664616946e2e41e7e4a3c1_image.png\" alt=\"image.png\" /></p>\n<h5><a id=\"Keycloak_137\"></a><strong>Keycloak</strong></h5>\n<p>Keycloak is an open source identity and access management solution for modern services and applications with a large and active open source community. Keycloak uses open protocol standards like OpenID Connect and SAML 2.0. It provides features including single sign-on (SSO), user federation, and identity brokering. It also provides both an admin console and an account management console. In the post, <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zh\" target=\"_blank\">Authenticating with Amazon Managed Grafana Using Open Source Keycloak on Amazon EKS</a></ins> Aaron Miller and Siva Guruvareddiar walk you through the steps to deploy and configure Keycloak on Amazon EKS to serve as the SAML authentication provider for Amazon Managed Grafana. [hands on]</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/ddc05e405e514ce89b6d350cc0033142_image.png\" alt=\"image.png\" /></p>\n<h5><a id=\"CollectD_143\"></a><strong>CollectD</strong></h5>\n<p>CollectD is an open-source system statistics collection daemon. When running java workloads, the JVM exposes runtime metrics, such as the heap memory usage, thread count, and classes, through a standard API interface called the Java Management Extension (JMX). In this post, <ins><a href=\"https://aws-oss.beachgeek.co.uk/1zp\" target=\"_blank\">Deliver Java JMX statistics to Amazon CloudWatch using the CloudWatch Agent and CollectD</a></ins>, Daniel Lorch shows you how you can CollectD to collect metrics from JMX and send them to the Amazon CloudWatch agent, as well as allows namespacing metrics per application. Very nice post. [hands on]</p>\n<p><img src=\"https://dev-media.amazoncloud.cn/6e965e0457ba4577b0ad649923d9a5eb_cloudwatch-alarms.gif\" alt=\"cloudwatchalarms.gif\" /></p>\n<h5><a id=\"Other_posts_you_might_like_from_the_past_week_149\"></a><strong>Other posts you might like from the past week</strong></h5>\n<ul>\n<li>Continuous Deployment and GitOps delivery with Amazon EKS Blueprints and ArgoCD shows you how to use multi-environment GitOps pipeline pattern to do Git-based delivery for Amazon EKS cluster configurations across multiple environments, onboard new applications to the cluster, while setting the relevant permissions for team members, and GitOps delivery for applications deployed into the cluster using ArgoCD [hands on]</li>\n</ul>\n<p><img src=\"https://dev-media.amazoncloud.cn/8e8735ffca76489b98503e0a0702be57_image.png\" alt=\"image.png\" /></p>\n<ul>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zj\" target=\"_blank\">Amazon EMR on EKS gets up to 19% performance boost running on AWS Graviton3 Processors vs. Graviton2</a></ins> shares insights from running performance tests observed while running the same EMR Spark runtime on different Graviton-based EC2 instance types</li>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zi\" target=\"_blank\">Implementing Zero-Trust Workload Security on Amazon EKS with Calico</a></ins> demonstrates how you can apply zero-trust workload access controls along with micro segmentation for your workloads that run on Amazon EKS [hands on]</li>\n</ul>\n<p><img src=\"https://dev-media.amazoncloud.cn/3d4123a8b68c415a970aabf0b2751cf6_image.png\" alt=\"image.png\" /></p>\n<ul>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zk\" target=\"_blank\">Accelerating Genomics Pipelines Using Intel’s Open Omics Acceleration Framework on AWS</a></ins> showcases the first version of Intel’s open source Open Omics Acceleration Framework and shares benchmark info of three applications that are used in processing next-generation sequencing data (DNA, mRNA, regulatory regions, the gut microbiome, etc)</li>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zq\" target=\"_blank\">Parallel vacuuming in Amazon RDS for PostgreSQL and Amazon Aurora PostgreSQL</a></ins> shares how parallel vacuuming works in Amazon RDS for PostgreSQL, a feature that was introduced in PostgreSQL 13, that covers the parallel VACUUM parameters and how to run parallel VACUUM in Amazon RDS for PostgreSQL</li>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zr\" target=\"_blank\">Speeding up incremental changes with AWS SAM Accelerate and nested stacks</a></ins> looks at how to increase development velocity by using AWS SAM Accelerate with AWS CloudFormation nested stacks [hands on]</li>\n</ul>\n<p><img src=\"https://dev-media.amazoncloud.cn/27d7f1b4842f4c52859c1dc9a07a78d9_image.png\" alt=\"image.png\" /></p>\n<ul>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zu\" target=\"_blank\">Deploying AWS Lambda functions using AWS Controllers for Kubernetes (ACK)</a></ins> walks you through deploying a sample Lambda function from a Kubernetes cluster provided by Amazon EKS [hands on]</li>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zv\" target=\"_blank\">AWS and Kubecost collaborate to deliver cost monitoring for EKS customers</a></ins> looks at how Amazon EKS customers can deploy an EKS optimised bundle of Kubecost for cluster cost visibility</li>\n</ul>\n<p><img src=\"https://dev-media.amazoncloud.cn/0c089124c5ce4bea877eafad0925b6cd_image.png\" alt=\"image.png\" /></p>\n<ul>\n<li><ins><a href=\"https://aws-oss.beachgeek.co.uk/1zt\" target=\"_blank\">Addressing IPv4 address exhaustion in Amazon EKS clusters using private NAT gateways</a></ins> shares how you can put together a network design that enabled communication across Amazon EKS clusters deployed to VPCs with overlapping CIDRs</li>\n</ul>\n<p><img src=\"https://dev-media.amazoncloud.cn/616b828c1808421db8ca2358dce43290_image.png\" alt=\"image.png\" /></p>\n<h4><a id=\"Quick_updates_175\"></a><strong>Quick updates</strong></h4>\n<h5><a id=\"AWS_SDK_for_pandas_176\"></a><strong>AWS SDK for pandas</strong></h5>\n<p>AWS Data Wrangler is now AWS SDK for pandas (awswrangler). We’re changing the name we use when we talk about the library, but everything else will stay the same. You’ll still be able to install using pip install awswrangler and you won’t need to change any of your code. As part of this change, we’ve moved the library from AWS Labs to the main AWS GitHub organisation but, thanks to the GitHub’s redirect feature, you’ll still be able to access the project by its old URLs until you update your bookmarks.</p>\n<p>AWS SDK for pandas is a popular open source library that enables customers to connect to AWS data and analytics services to obtain data in a pandas dataframe. Customers can then use the pandas library to transform their data before writing back to an AWS service, Used by data scientists, data engineers and developers, AWS SDK for pandas allows easy data movement between 19 types of data store, including Amazon S3, Amazon Athena, Amazon Neptune, Amazon SageMaker, AWS Glue and AWS Lake Formation.</p>\n<h5><a id=\"Linux_182\"></a><strong>Linux</strong></h5>\n<p>AWS announced the general availability of the credentials-fetcher open source project. As you modernise your .NET applications to Linux containers, you no longer need to worry about Microsoft Active Directory (AD) dependency. You can use credentials-fetcher to access AD from services hosted on Linux containers using the service account authentication model. This package makes it possible to create kerberos tickets specific to group managed service accounts (gMSAs) in applications running on Linux containers. As part of our launch, the credential-fetcher in packaged in RPM format and added it to Fedora Linux. You can install this package by using dnf install credentials-fetcher. A group managed service account is a managed account that provides automatic password management, service principal name (SPN) management, and the ability to delegate management to administrators over multiple servers or instances.</p>\n<h5><a id=\"Karpenter_186\"></a><strong>Karpenter</strong></h5>\n<p>Karpenter is a flexible, high-performance Kubernetes cluster autoscaler that helps improve application availability, operational overhead, and cluster compute utilisation by launching new EC2 instances that are best fit to the scale, scheduling, and resource requirements of the workloads in a cluster. Customers can use Karpenter with Amazon Elastic Kubernetes Service (EKS) or any conformant Kubernetes cluster. Starting with v0.15.0, Karpenter will automatically consolidate Kubernetes cluster workloads onto new EC2 instances to help increase utilisation and lower cluster compute costs.</p>\n<p>As the workloads in a Kubernetes cluster change and scale, it can be necessary to launch new EC2 instances to ensure they have the compute resources they need. Over time, those instances can become under-utilised as some workloads scale down or are removed from the cluster. Workload consolidation for Karpenter automatically looks for opportunities to reschedule these workloads onto a set of more cost-efficient EC2 instances, whether they are already in the cluster or need to be launched. Consolidation for Karpenter can be enabled with a simple configuration change in the Karpenter Provisioner Custom Resource Definition (CRD) in Karpenter v0.15.0 and above.</p>\n<h5><a id=\"Kubernetes_192\"></a><strong>Kubernetes</strong></h5>\n<p>AWS App Mesh is a service mesh that provides application-level networking to make it easier for your services to communicate with each other across multiple types of compute infrastructure. AWS App Mesh standardises how your services communicate, giving you end-to-end visibility and options to tune for high-availability of your applications.</p>\n<p>You can now define a listener per each application port on your AWS App Mesh Virtual Gateways, Virtual Nodes and Virtual Routers, and define traffic routes to a specific listener. You can configure each listener independently, secure them with individual TLS certificates, and collect traffic metrics separately for each application port.</p>\n<p>AWS App Mesh has also introduced support for customisable Envoy access log format for Virtual Nodes and Virtual Gateways. It enables you to diagnose your services with customised logging focusing on specific aspects that are important to you. Now you can specify the desired access log pattern using any Envoy command operators. You can also use JSON or text format to define the pattern. This configuration makes it easier to export the Envoy access log file to other tools for further analysis, which may require a specific format or pattern.</p>\n<h5><a id=\"Bottlerocket_200\"></a><strong>Bottlerocket</strong></h5>\n<p>Bottlerocket, a Linux-based operating system that is purpose built to run container workloads, now has a Center for Internet Security (CIS) Benchmark. The CIS Benchmark is a catalog of security-focused configuration settings that help Bottlerocket customers configure or document any non-compliant configurations in a simple and efficient manner. The CIS Benchmark for Bottlerocket includes both Level 1 and Level 2 configuration profiles.</p>\n<h5><a id=\"PostgreSQL_204\"></a><strong>PostgreSQL</strong></h5>\n<p>Amazon Relational Database Service (Amazon RDS) for PostgreSQL now supports PostgreSQL minor version 14.4. We recommend you upgrade to this latest minor version to fix known security vulnerabilities and bugs from prior versions of PostgreSQL. While this release from PostgreSQL community includes a number of fixes, a noteworthy fix included in this release is for CREATE INDEX CONCURRENTLY and REINDEX CONCURRENTLY that can potentially cause silent data corruption of indexes. Amazon RDS has made the fix for the index corruption available since the release of Amazon RDS for PostgreSQL 14.3.</p>\n<h5><a id=\"AWS_SAM_208\"></a><strong>AWS SAM</strong></h5>\n<p>The AWS Serverless Application Model (SAM) Command Line Interface (CLI) announces general availability of esbuild support in SAM CLI. The AWS SAM CLI is a developer tool that makes it easier to build, test, package, and deploy serverless applications. Esbuild, “an extremely fast JavaScript bundler”, links JavaScript ( js , jsx , ts , and tsx ) and CSS dependencies as deployable assets for the web. Starting today, you can now use esbuild in the SAM CLI build workflow for your JavaScript applications.</p>\n<p>Developers using JavaScript and TypeScript can now use esbuild and SAM Accelerate to rapidly iterate on their code changes in the cloud, achieving the same levels of productivity they’re used to when testing locally, while testing against a realistic application environment in the cloud. Support for esbuild includes features such as Minification, Tree Shaking, Source Maps, Loader, External and Main-Fields which can help simplify AWS Lambda development with JavaScript and TypeScript.</p>\n<h4><a id=\"Videos_of_the_week_214\"></a><strong>Videos of the week</strong></h4>\n<h5><a id=\"Backstage_215\"></a><strong>Backstage</strong></h5>\n<p>Join Sai Vennam and the Containers from the Couch show as he takes a look at Backstage, an open platform for building developer portals. Joining Sai are guests from Spotify Suzanne Daniels and Himanshu Mishra along with Bryan Landes from AWS. Make sure you check this session out.</p>\n<p><video src=\"https://dev-media.amazoncloud.cn/621ac0760fd04e18847c96682b5e8e17_Backstage%20Developer%20Portals%20with%20Spotify%20_%20Across%20the%20Board.mp4\" controls=\"controls\"></video></p>\n<h5><a id=\"AWS_SAM_222\"></a><strong>AWS SAM</strong></h5>\n<p>James Eastham shows you how to add CICD pipelines to your .NET 6 serverless applications with the AWS SAM CLI, using GitHub Actions to build, test and deploy your application to multiple environments.</p>\n<p><video src=\"https://dev-media.amazoncloud.cn/a716273337224675853c2f22b74e2dcd_CICD%20for%20.NET%206%20applications%20with%20AWS%20SAM%20and%20GitHub%20Actions.mp4\" controls=\"controls\"></video></p>\n<h5><a id=\"Kubeflow_228\"></a><strong>Kubeflow</strong></h5>\n<p>Fresh from the AWS Summit Atlanta, my colleague Suman Debnath shares the stage with Bimal Gajjar as they show you how you can make a scalable architecture for ML training and inference at scale using backend distributed storage with Amazon EFS and Kubeflow with Amazon EKS.</p>\n<p><video src=\"https://dev-media.amazoncloud.cn/bf9f8b7121914729a5c65a119a237f6b_AWS%20Summit%20ATL%202022%20-%20Machine%20learning%20at%20scale%20using%20Kubeflow%20with%20Amazon%20EKS%20%26%20Amazon%20EFS%20%28OPN201%29.mp4\" controls=\"controls\"></video></p>\n<h5><a id=\"Rust_234\"></a><strong>Rust</strong></h5>\n<p>From Atlanta to San Francisco, this time we have Shane Miller with a must view session for all builders. Rust is one of the most energy-efficient and safe programming languages. With Rust, it may be possible to reduce the environmental impact of the IT industry by 50 percent and prevent 70 percent of all high-severity CVEs. Check out this session to dive into the “super powers” of Rust, and hear about the work ahead to give those powers to every engineer, and learn how you can contribute.</p>\n<p><video src=\"https://dev-media.amazoncloud.cn/00fe4c9365ca461db101a4dfbae986e2_AWS%20Summit%20SF%202022%20-%20Sustainability%20with%20Rust%20%28OPN201%29.mp4\" controls=\"controls\"></video></p>\n<h4><a id=\"Events_for_your_diary_240\"></a><strong>Events for your diary</strong></h4>\n<h5><a id=\"Build_on_AWS_Open_Source_241\"></a><strong>Build on AWS Open Source</strong></h5>\n<h5><a id=\"September_9th_9am_BST_242\"></a><strong>September 9th, 9am BST</strong></h5>\n<p>The second episode of a new show where Derek Bingham and myself walk you through the latest AWS open source news, show you code and demos of some of the interesting projects we think you should know about and we invite guests to share their open source projects via the medium of demo.</p>\n<p>This episode (S01E02) we are very lucky to have AWS Hero Ian Mckay talking and showing us some of his open source projects. Do not miss (even if I do say so myself!)</p>\n<p><ins><a href=\"https://twitch.tv/aws\" target=\"_blank\">https://twitch.tv/aws</a></ins></p>\n<h5><a id=\"OpenSearch_250\"></a><strong>OpenSearch</strong></h5>\n<h5><a id=\"Every_other_Tuesday_3pm_GMT_251\"></a><strong>Every other 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, <ins><a href=\"https://aws-oss.beachgeek.co.uk/1az\" target=\"_blank\">OpenSearch Community Meeting</a></ins></p>\n<h5><a id=\"OpenSearchCon_2022_257\"></a><strong>OpenSearchCon 2022</strong></h5>\n<h5><a id=\"Sept_21st_2022_Seattle_258\"></a><strong>Sept 21st, 2022 Seattle</strong></h5>\n<p>Come to the first annual OpenSearchCon!</p>\n<p>This day-long conference will be packed with presenters who build and innovate with OpenSearch. It doesn’t matter if you’re just getting started on your OpenSearch journey, running giant clusters, or contributing tons of code; the event is for everyone. Join us to celebrate the progress and look into the future of the project. Admission is free, and registration will be open in the next few weeks. All you will need to do is sign up, and get to Seattle!</p>\n<p>Check out the full details, including signing up and location, at the <ins><a href=\"https://aws-oss.beachgeek.co.uk/1n1\" target=\"_blank\">meetup page here</a></ins>.</p>\n<h4><a id=\"Stay_in_touch_with_open_source_at_AWS_266\"></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 <ins><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></ins> to keep up to date with all our activity in open source by following us on <ins><a href=\"https://twitter.com/AWSOpen\" target=\"_blank\">@AWSOpen</a></ins></p>\n"}
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭