Open source news and updates, #116

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"##### **June 10th, 2022 - Instalment #116**\nWelcome to regular and new readers alike, to the AWS open source newsletter episode #116.\n\nThis week, we have another selection of useful and interesting new open source projects for you to try out. First up, we have \"aws-exec\" a tool to help you do adhoc shell execution in [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions, \"edgy\" helps you simplify writing tests for Node.js based AWS CloudFront Lambda@Edge functions, \"cdk-app-cli\" a really nice cli that every [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) user should know about, \"Accumulus\" a great looking reporting tool for [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) users, \"sqldef-gitops-cdk\" is a schema management for several open source databases, \"log-hub\" helps you to build your own log analytics tool using OpenSearch, \"verifiable-controls-evidence-store\" a very cool solution that builds a mechanism to centrally store findings and results of cloud security controls governing AWS workloads, and many more! These should keep you all very busy.\n\nOn top of that, we feature this week content covering Flutter, MySQL, Open Data, [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail), CentOS Linux, Rocky Linux, SUSE, PostgreSQL, Redis, Apache Cassandra, Quarkus, GROMACS, AWS ParallelCluster, Open Policy Agent and more, and this weeks videos cover AWS SAM and [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) so make sure you check those out too.\n\nWe have events coming up, and I just want to give a plug for my colleagues webinar on the 16th, Machine Learning at scale using Kubeflow with [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) and [Amazon EFS](https://aws.amazon.com/cn/efs/?trk=cndc-detail). Very cool demo, so put that in your diary if you are free.\n\nAs always, please get in touch if you have any news, projects, events that you would like me to include in this newsletter. I am always looking for the most interesting, unique, novel content to feature, so look forward to hearing from you.\n\n##### **Celebrating open source contributors**\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: Taylan Unal, Rucha Deshpande, Santhan Pamulapati, Sean Smith, Nathants, Peter Mescalchin, Marcia Villalba, Laimonas Sutkus, Hantzley Tauckoor, Calvin Ngo, Vinicius Senger, Sami Imseih, Yahav Biran, Rohit Satyanarayana, Hemalatha Katari, Vadim Lyakhovich, Ram Pathangi, Parth Patel, Ashok Padmanabhan, Bret Pontillo, and Gaurav Gundal.\n\n##### **Latest open source projects**\nThe 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###### **aws-exec**\n\n++[aws-exec](https://aws-oss.beachgeek.co.uk/1sd)++ this project from nathants, enables you to do adhoc shell execution in [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions. Check out the documentation around use cases and how this works, but this looks like it might be pretty handy.\n\n###### **edgy**\n\n++[edgy](https://aws-oss.beachgeek.co.uk/1sf)++ Peter Mescalchin has put together this tool that helps you author tests for Node.js based AWS CloudFront Lambda@Edge functions. Edgy provides four core constructors, which directly relate to each of the four life cycle points available in a CloudFront request. In Peters own words:\n\nBeen doing a bit of work recently with CloudFront using Lambda@Edge functions under Node.js, to the point I really needed some half decent unit tests written - so I've put together an npm package harness to help write those tests.\n\nPackage helps craft Lambda@Edge event payloads for the four available request points, execute those payloads against given functions and returns the result to allow for test assertions. Edgy also does its own semi-extensive validation of function results returned to (at some level) validate it would pass as a valid/expected CloudFront response.\n\nIf you find this helpful, make sure you let Peter know.\n\n\n###### **Accumulus**\n\n++[Accumulus](https://aws-oss.beachgeek.co.uk/1se)++ this project is a web application that provides comprehensive charts for direct comparison of functions while presenting bottlenecks and potential areas for resource allocation adjustments. In the post, Meet Accumulus — A Tool to Simplify Your [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) View, Eric Wu provides more details and shows you how to get started. Looks really nice, so check this one out.\n\n![dashboard.gif](https://dev-media.amazoncloud.cn/02ded34bc0d745e1965b333bc52201cb_dashboard.gif)\n\n###### **cdk-app-cli**\n\n++[cdk-app-cli](https://aws-oss.beachgeek.co.uk/1sm)++ this is a new experimental operator CLI for CDK apps. cdk-app lets you associate commands with CDK constructs so that you can quickly invoke functions, redrive queues, visit resources in the AWS console, and more by just referencing the construct name. For example, \"cdk-app MyLambda tail-logs\" streams logs in real time from the Lambda's log group, or \"cdk-app TransactionTable visit-console\" opens the AWS console page for your table.\n\n###### **sqldef-gitops-cdk**\n\n++[sqldef-gitops-cdk](https://aws-oss.beachgeek.co.uk/1s8)++ ++[sqldef](https://github.com/k0kubun/sqldef)++ is an open source idempotent schema management for MySQL, PostgreSQL, and others. This repo provides a GitOps approach using [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) of how you can approach database table migration.\n\n![image.png](https://dev-media.amazoncloud.cn/89124321147a411eab18814a8fdded09_image.png)\n\n###### **aws-emr-utilities**\n\n++[aws-emr-utilities](https://aws-oss.beachgeek.co.uk/1sa)++ is a repository that contains sample code and utilities for using [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) on EC2. This package is structured around applications (application specific patches, plugins, etc) and utilities (administrative and maintenance utilities for working with EMR)\n\n###### **log-hub**\n\n++[log-hub](https://aws-oss.beachgeek.co.uk/1s2)++ this repo will help you quickly build your own log analytics platform on OpenSearch. Has detailed ++[documentation](https://aws-oss.beachgeek.co.uk/1s3)++ including how to get started. Check out the accompanying ++[log-hub-workshop](https://aws-oss.beachgeek.co.uk/1s9)++ if this is something you like the look of.\n\n![image.png](https://dev-media.amazoncloud.cn/e0d41460f4dd448cb3f2b5fc67d9b9ed_image.png)\n\n*++[architecture of solution](https://awslabs.github.io/log-hub/en/implementation-guide/architecture/)++*\n\n##### **aws-support-case-activity-notifier**\n\n++[aws-support-case-activity-notifier](https://aws-oss.beachgeek.co.uk/1s5)++ this repo provide a base project that will help you automate your AWS support cases. The repo contains some additional notes as to what you might need to do to productionise this.\n\n![image.png](https://dev-media.amazoncloud.cn/a290cb94ca0840b888df1da1778f8775_image.png)\n\n##### **Demos, Samples, Solutions and Workshops**\n###### **verifiable-controls-evidence-store**\n\n++[verifiable-controls-evidence-store](https://aws-oss.beachgeek.co.uk/1sn)++ this repo provides everything you need to build The Verifiable Controls Evidence Store (Evidence Store). This solution is a mechanism to centrally store findings and results of cloud security controls governing AWS workloads, in the form of enduring evidence records that are safeguarded against tampering. An evidence record is a system (or human) generated digital record of a historical fact, related to one or more target entities, and is issued by an evidence provider. The solution comes with a RESTful interface with CRUD APIs, as well as a web interface for managing evidences and evidence providers' resources. Very nice indeed.\n\n![image.png](https://dev-media.amazoncloud.cn/8cfe96d2084846f68206e00ef6758649_image.png)\n\n###### **hive-emr-on-eks**\n\n++[hive-emr-on-eks](https://aws-oss.beachgeek.co.uk/1sb)++ this repo contains a number of sample configurations and deployments packaged up as [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) apps that show you how you can use [Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail) as your Hive metastore.\n\n![image.png](https://dev-media.amazoncloud.cn/3c9d771f87714e4f9597438fe0475119_image.png)\n\n###### **aws-name-pronunciation**\n\n++[aws-name-pronunciation](https://aws-oss.beachgeek.co.uk/1s6)++ sample React based application that will allow you to use [Amazon Polly](https://aws.amazon.com/cn/polly/?trk=cndc-detail) to speak different names so you can learn how to pronounce them.\n\n![image.png](https://dev-media.amazoncloud.cn/c9225675b8e442ccae0ee48d0d499a63_image.png)\n\n###### **aws-mlops-jenkins-pipelines**\n\n++[aws-mlops-jenkins-pipelines](https://aws-oss.beachgeek.co.uk/1sc)++ this repository builds an implementation of a CI/CD ML pipeline using [AWS Glue](https://aws.amazon.com/cn/glue/?trk=cndc-detail) for data processing, [Amazon SageMaker](https://aws.amazon.com/cn/sagemaker/?trk=cndc-detail) for training, versioning, and hosting Real-Time endpoints, and Jenkins CI/CD pipelines for orchestrating the Workflow.\n\n![image.png](https://dev-media.amazoncloud.cn/049cb080049c48debb2ed3c95f3914df_image.png)\n\n###### **aws-distributed-training-workshop-eks**\n\n++[aws-distributed-training-workshop-eks](https://aws-oss.beachgeek.co.uk/1s4)++ by completing this workshop you will learn how to run distributed data parallel model training on AWS EKS using PyTorch. The only prerequisite for this workshop is access to an AWS account.\n\n![image.png](https://dev-media.amazoncloud.cn/e4dff7fb5cdf4ba1b298650b4b1b9df2_image.png)\n\n###### **python-lib-management-without-internet-for-aws-glue-in-private-subnets**\n\n++[python-lib-management-without-internet-for-aws-glue-in-private-subnets](https://aws-oss.beachgeek.co.uk/1s7)++ winner of this weeks longest github repo name, this project contains a CDK app in Python that will show you how to configure [AWS Glue](https://aws.amazon.com/cn/glue/?trk=cndc-detail) in private subnets access to downloading your Python libraries via [AWS CodeArtifact](https://aws.amazon.com/cn/codeartifact/?trk=cndc-detail). This could be re-used for other AWS Services that you might need to have controlled access to your Python libraries too. To help get you going, read this blog post ++[Simplify and optimize Python package management for AWS Glue PySpark jobs with AWS CodeArtifact](https://aws-oss.beachgeek.co.uk/1so)++ from Ashok Padmanabhan, Bret Pontillo, and Gaurav Gundal who will guide you through deploying this solution.\n\n![image.png](https://dev-media.amazoncloud.cn/a42f07dff8a5460e8f07cc8b56e0d1ab_image.png)\n\n##### **AWS and Community blog posts**\n###### **Open Policy Agent**\n\nOpen Policy Agent (OPA) is an open source, general-purpose policy engine that lets you specify policy as code and provides simple APIs to offload policy decision-making from your applications. In this post, ++[Deploying Open Policy Agent (OPA) as a sidecar on Amazon Elastic Container Service (Amazon ECS)](https://aws-oss.beachgeek.co.uk/1sr)++ Taylan Unal and Rucha Deshpande show how Open Policy Agent (OPA) can be deployed in a sidecar pattern to provide authorisation decisions for microservices deployed on [Amazon Elastic Container Service](https://aws.amazon.com/cn/ecs/?trk=cndc-detail) ([Amazon ECS](https://aws.amazon.com/cn/ecs/?trk=cndc-detail)). [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/742e30398cf54613a6a8f1ee2462956a_image.png)\n\n###### **Quarkus**\n\nMy colleague Vinicius Senger has put together this excellent post, ++[Cooking Java with Alexa — Ep 1](https://aws-oss.beachgeek.co.uk/1sh)++ which is the first in a series of posts that will share how to create from scratch a Modern Java Application using Quarkus. What I really love about this, as a bonus, Vini is going to share how to put together some nutritious and tasty food (in this case, a Sunomono Salad) for those parts of the walkthrough where you might have to wait.\n\n###### **Redis**\n\nIn the post, ++[Deploy Amazon ElastiCache for Redis using AWS CDK](https://aws-oss.beachgeek.co.uk/1sg)++ Hantzley Tauckoor and Calvin Ngo show you how you can deploy [Amazon ElastiCache](https://aws.amazon.com/cn/elasticache/?trk=cndc-detail) for Redis using [AWS Cloud Development Kit](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) ([AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail)). The post then shows you how you can easily integrate this, using a Python Flask application to demonstrate this. There is a GitHub repository that accompanies the post which you can use as the basis for your own needs. [hands on]\n\n###### **PostgreSQL**\n\nThe post ++[Reduce read I/O cost of your Amazon Aurora PostgreSQL database with range partitioning](https://aws-oss.beachgeek.co.uk/1si)++ demonstrates how to use PostgreSQL native partitioning to reduce I/O costs and increase read and write throughput with in-place partitioning that requires minimal downtime. Sami Imseih and Yahav Biran demonstrates a production-scale system that partitions a time series table database with over a hundred columns and relationships. The end result? I won't spoil the ending, but a significant cost reduction can be seen, so one to check out. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/d33d4cfb0eed4db0945bda8bf0ff29e1_image.png)\n\n###### **Apache Cassandra**\n\nIf you wanted to know how you could ingest customer data from [Amazon Keyspaces](https://aws.amazon.com/cn/keyspaces/?trk=cndc-detail) (for Apache Cassandra) into SageMaker and train a clustering model, then you are in luck. In the post, ++[Train machine learning models using Amazon Keyspaces as a data source](https://aws-oss.beachgeek.co.uk/1sk)++, Vadim Lyakhovich, Ram Pathangi, and Parth Patel show you how you can do this, using a specific use case around segmenting customers. [hands on]\n\n###### **Database Migration Service**\n\nMany customers are using AWS Database Migration service to help them move from proprietary databases to open source ones. In scenarios where you might have strict network controls in place, this might have proven more complex to set up. In this post, ++[Deploy AWS DMS in a multi-tiered secure network using an Nginx proxy server](https://aws-oss.beachgeek.co.uk/1sj)++, Rohit Satyanarayana and Hemalatha Katari share how you can use the open source web and proxy server Nginx, to help meet your network isolation and security requirements. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/3fdf561080ec4d298e824940114456db_image.png)\n\n###### **GROMACS**\n\nGROMACS is a popular open-source software package designed for simulations of proteins, lipids, and nucleic acids. In this post, ++[Running cost-effective GROMACS simulations using Amazon EC2 Spot Instances with AWS ParallelCluster](https://aws-oss.beachgeek.co.uk/1sq)++ Santhan Pamulapati and Sean Smith collaborate to show how by combining GROMACS features with Spot pricing and scheduling with Slurm (a workload manager/job scheduler), you can architect a cost-effective solution for running GROMACS simulations. In this post they show you how they built a solution with GROMACS installed on AWS ParallelCluster. [hands on]\n\n###### **Other posts you might like from the past week**\n\n- ++[Validate database objects after migrating from IBM Db2 LUW to Amazon RDS for MySQL, Amazon RDS for MariaDB, or Amazon Aurora MySQL](https://aws-oss.beachgeek.co.uk/1rz)++ walks you through how to validate the database schema objects migrated from Db2 to MySQL [hands on]\n- ++[AWS MGN Update – Configure DR, Convert CentOS Linux to Rocky Linux, and Convert SUSE Linux Subscription](https://aws-oss.beachgeek.co.uk/1s0)++ shows you how you can use the [AWS Application Migration Service](https://aws.amazon.com/cn/application-migration-service/?trk=cndc-detail) (AWS MGN) to migrate CentOS Linux to Rocky Linux and manage your SUSE Subscriptions\n- ++[8 New features in the Amplify Authenticator for web you should try](https://aws-oss.beachgeek.co.uk/1sp)++ walks you through some new features recently released for the Amplify Authenticator for React, Vue, and Angular\n\n##### **Case studies**\n\n- ++[Amazon EKS and Spot Instances in action at Delivery Hero](https://aws-oss.beachgeek.co.uk/1sl)++ share how Delivery Hero is using [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) and [Amazon EC2 ](https://aws.amazon.com/cn/ec2/?trk=cndc-detail)Spot Instances in production to keep costs under control\n\n![image.png](https://dev-media.amazoncloud.cn/d39f3c98e76a4f37a910384de375cf00_image.png)\n\n- ++[Using open data to study the sounds of the ocean and create art](https://aws-oss.beachgeek.co.uk/1s1)++ explores a creative use case for some of the data you can find in the AWS open data registery\n\n![image.png](https://dev-media.amazoncloud.cn/a242eeee5dfd4f0e8f016115b654e55d_image.png)\n\n##### **Quick updates**\n###### **[Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail)**\n\n[Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) release 6.6 now supports Apache Spark 3.2, Apache Spark RAPIDS 22.02, CUDA 11, Apache Hudi 0.10.1, Apache Iceberg 0.13, Trino 0.367, and PrestoDB 0.267. You can use the performance-optimized version of Apache Spark 3.2 on EMR on EC2, EKS, and recently released EMR Serverless. In addition Apache Hudi 0.10.1 and Apache Iceberg 0.13 are available on EC2, EKS, and Serverless. Apache Hive 3.1.2 is available on EMR on EC2 and EMR Serverless. Trino 0.367 and PrestoDB 0.267 are only available on EMR on EC2.\n\nEach [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) release version uses a default Amazon Linux 2 (AL2) Amazon Machine Image (AMI) for [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail). Prior to [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) 6.6, the default AMI was based on the latest and up-to-date Amazon Linux AMI available at the time of the [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) release. Therefore, the [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) release version was \"locked\" to its respective assigned AL2 AMI. This means that any new updates to AL2 were not automatically updated, unless you moved to the next [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) release or manually install them. With [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) 6.6 and subsequent releases, every time you launch an EMR on EC2 cluster, [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) automatically uses the latest AL2 release. See our documentation to learn more.\n\nWith [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) release 6.6 and later, applications that use Log4j 1.x and Log4j 2.x will be upgraded to use Log4j 1.2.17 (or higher) and Log4j 2.17.1 (or higher) respectively, and will not require using the bootstrap actions provided above to mitigate the CVE issues.\n\nFurther, with [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) release 6.6, cluster startup time on EMR on EC2 has improved by 80 seconds on average for clusters that use [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail) default AMI option, and install common applications like Apache Hadoop, Apache Spark, and Apache Hive.\n\n###### **MySQL**\n\nFollowing the announcement of updates in MySQL database versions 5.7 and 8.0, we have updated Amazon Relational Database Service ([Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail)) for MySQL to support MySQL minor versions 5.7.38, and 8.0.29.\n\n###### **Flutter**\n\nThe Amplify Flutter team is announcing the release of version 0.5.0 of the Amplify Flutter library. Read more about this in the post, ++[NEW Amplify Flutter Release Notes 0.5.0](https://aws-oss.beachgeek.co.uk/1rx)++\n\nIn addition to this post, [AWS Amplify](https://aws.amazon.com/cn/amplify/?trk=cndc-detail) Flutter has introduced support for creating customisable authentication flows, using [Amazon Cognito](https://aws.amazon.com/cn/cognito/?trk=cndc-detail) Lambda triggers. Using this functionality, developers are able to setup customisations for the login experience in their Flutter apps, such as creating OTP login flows, or adding CAPTCHA to their Flutter app.\n\nDevelopers of Amplify Flutter can setup the Auth category to use custom challenges using the Amplify CLI such as one-time passwords, or Captcha. The Amplify CLI provisions Lambdas in the backend, which then interact with [Amazon Cognito](https://aws.amazon.com/cn/cognito/?trk=cndc-detail) to verify the challenges. Developers can build the custom challenges are built in steps, such as providing a one-time password after using an email for login, and a user of the app will have to clear each step in the challenges to get authenticated.\n\n###### **Steampipe**\n\nSteampipe is an open source tool where you can use SQL to instantly query your cloud services. Via a collection of \"mods\" you can do various things, such as compliance checks. NIST 800-53 is a regulatory standard that defines the minimum baseline of security controls for all U.S. federal information systems except those related to national security. A new release, ++[NIST 800-53 Revision 5 was published last week](https://aws-oss.beachgeek.co.uk/1ry)++.\n\n##### **Videos of the week**\n###### **AWS SAM**\n\nYou can use the Node.js runtime to run TypeScript code in [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail). Because Node.js doesn't run TypeScript code natively, you must first transpile your TypeScript code into JavaScript. Then, use the JavaScript files to deploy your function code to Lambda. In this video, Marcia Villalba shows you how to do that using AWS SAM.\n\n<video src=\\"https://dev-media.amazoncloud.cn/76941a1ef62940e98719f33c80506fc8_Write%20your%20Lambda%20functions%20using%20Typescript%20with%20AWS%20SAM.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n###### **[AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail)**\n\nLaimonas Sutkus provides the follow up to a previous video I shared, this is part 2 of the [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) \"from zero to hero\" workshop. In this episode, expect to find out more about writing integration tests, creating GitHub repo and pushing code and creating CI/CD pipelines.\n\n<video src=\\"https://dev-media.amazoncloud.cn/936287fcbf9447b18c887797fea7ff1d_AWS%20CDK%20Workshop%20-%20From%20Zero%20to%20Hero%20Part%20II.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n##### **Events for your diary**\n###### **Machine Learning at scale using Kubeflow with [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) and [Amazon EFS](https://aws.amazon.com/cn/efs/?trk=cndc-detail)**\n###### **June 16th, 10am PT**\n\nMy colleague Suman Debnath, Principal Developer Advocate at AWS, will discuss how to use the open-source machine learning toolkit Kubeflow. Suman will demonstrate how to deploy Kubernetes cluster utilising [Amazon Elastic Kubernetes Service](https://aws.amazon.com/cn/eks/?trk=cndc-detail) (EKS) and [Amazon Elastic File System](https://aws.amazon.com/cn/efs/?trk=cndc-detail) (EFS) as persistent storage in the backend, which will be utilised for staging the dataset for training, hosting jupyter notebooks, and running the machine learning model.\n\nFind out more and register, ++[Machine Learning at scale using Kubeflow with Amazon EKS and Amazon EFS](https://aws-oss.beachgeek.co.uk/1rw)++\n\n###### **Observability: Open Source Solutions**\n###### **June 28th, 10:00am - 2:15pm PDT**\n\nThe AWS Monitoring and Observability Team invites you to participate in a hands on session with [Amazon Managed Service for Prometheus](https://aws.amazon.com/cn/prometheus/?trk=cndc-detail), Amazon Managed Service for Grafana and AWS Distro for Open Telemetry. During this session you will use these services in creating workspaces, ingesting/querying metrics, logs and trace data and viewing in a dashboard you will set up. The afternoon will close with demo of what you have done and highlighting the value in MTTD, MTTI, MTTR and application performance.\n\nThis event is designed for those looking to implement AWS Observability using open-source services to visualize their data with native or 3rd party tools. Site reliability engineers, operations engineers, systems engineers, and DevOps. Familiarity with monitoring concepts such as logs, metrics, traces, alarms, and the dashboard is recommended, but not required.\n\nRegister ++[via this page](https://aws-oss.beachgeek.co.uk/1qt)++.\n\n###### **BOSC 2022**\n###### **July 13-14, Madison, Wisconsin, USA**\n\nThe Bioinformatics Open Source Conference (BOSC) has been held annually since 2000, and this year AWS is proud to be a platinum sponsor for this event. BOSC covers all aspects of open source bioinformatics software and open science, including (but not limited to) these topics, Open Science and Reproducible Research, Open Biomedical Data, Citizen/Participatory Science, Standards and Interoperability, Data Science Workflows, Open Approaches to Translational Bioinformatics, Developer Tools and Libraries, Inclusion, and Outreach and Training. This is a hybrid event (in person/virtual) and you find out more by checking out the event page, ++[BOSC 2022](https://aws-oss.beachgeek.co.uk/1li)++\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**\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)++\n\n\n\n\n\n\n\n\n","render":"<h5><a id=\\"June_10th_2022__Instalment_116_0\\"></a><strong>June 10th, 2022 - Instalment #116</strong></h5>\\n<p>Welcome to regular and new readers alike, to the AWS open source newsletter episode #116.</p>\n<p>This week, we have another selection of useful and interesting new open source projects for you to try out. First up, we have “aws-exec” a tool to help you do adhoc shell execution in AWS Lambda functions, “edgy” helps you simplify writing tests for Node.js based AWS CloudFront Lambda@Edge functions, “cdk-app-cli” a really nice cli that every AWS CDK user should know about, “Accumulus” a great looking reporting tool for AWS Lambda users, “sqldef-gitops-cdk” is a schema management for several open source databases, “log-hub” helps you to build your own log analytics tool using OpenSearch, “verifiable-controls-evidence-store” a very cool solution that builds a mechanism to centrally store findings and results of cloud security controls governing AWS workloads, and many more! These should keep you all very busy.</p>\n<p>On top of that, we feature this week content covering Flutter, MySQL, Open Data, Amazon EMR, CentOS Linux, Rocky Linux, SUSE, PostgreSQL, Redis, Apache Cassandra, Quarkus, GROMACS, AWS ParallelCluster, Open Policy Agent and more, and this weeks videos cover AWS SAM and AWS CDK so make sure you check those out too.</p>\n<p>We have events coming up, and I just want to give a plug for my colleagues webinar on the 16th, Machine Learning at scale using Kubeflow with Amazon EKS and Amazon EFS. Very cool demo, so put that in your diary if you are free.</p>\n<p>As always, please get in touch if you have any news, projects, events that you would like me to include in this newsletter. I am always looking for the most interesting, unique, novel content to feature, so look forward to hearing from you.</p>\n<h5><a id=\\"Celebrating_open_source_contributors_11\\"></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: Taylan Unal, Rucha Deshpande, Santhan Pamulapati, Sean Smith, Nathants, Peter Mescalchin, Marcia Villalba, Laimonas Sutkus, Hantzley Tauckoor, Calvin Ngo, Vinicius Senger, Sami Imseih, Yahav Biran, Rohit Satyanarayana, Hemalatha Katari, Vadim Lyakhovich, Ram Pathangi, Parth Patel, Ashok Padmanabhan, Bret Pontillo, and Gaurav Gundal.</p>\n<h5><a id=\\"Latest_open_source_projects_16\\"></a><strong>Latest open source projects</strong></h5>\\n<p>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.</p>\n<h6><a id=\\"Tools_19\\"></a><strong>Tools</strong></h6>\\n<h6><a id=\\"awsexec_20\\"></a><strong>aws-exec</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sd\\" target=\\"_blank\\">aws-exec</a></ins> this project from nathants, enables you to do adhoc shell execution in AWS Lambda functions. Check out the documentation around use cases and how this works, but this looks like it might be pretty handy.</p>\n<h6><a id=\\"edgy_24\\"></a><strong>edgy</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sf\\" target=\\"_blank\\">edgy</a></ins> Peter Mescalchin has put together this tool that helps you author tests for Node.js based AWS CloudFront Lambda@Edge functions. Edgy provides four core constructors, which directly relate to each of the four life cycle points available in a CloudFront request. In Peters own words:</p>\n<p>Been doing a bit of work recently with CloudFront using Lambda@Edge functions under Node.js, to the point I really needed some half decent unit tests written - so I’ve put together an npm package harness to help write those tests.</p>\n<p>Package helps craft Lambda@Edge event payloads for the four available request points, execute those payloads against given functions and returns the result to allow for test assertions. Edgy also does its own semi-extensive validation of function results returned to (at some level) validate it would pass as a valid/expected CloudFront response.</p>\n<p>If you find this helpful, make sure you let Peter know.</p>\n<h6><a id=\\"Accumulus_35\\"></a><strong>Accumulus</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1se\\" target=\\"_blank\\">Accumulus</a></ins> this project is a web application that provides comprehensive charts for direct comparison of functions while presenting bottlenecks and potential areas for resource allocation adjustments. In the post, Meet Accumulus — A Tool to Simplify Your AWS Lambda View, Eric Wu provides more details and shows you how to get started. Looks really nice, so check this one out.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/02ded34bc0d745e1965b333bc52201cb_dashboard.gif\\" alt=\\"dashboard.gif\\" /></p>\n<h6><a id=\\"cdkappcli_41\\"></a><strong>cdk-app-cli</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sm\\" target=\\"_blank\\">cdk-app-cli</a></ins> this is a new experimental operator CLI for CDK apps. cdk-app lets you associate commands with CDK constructs so that you can quickly invoke functions, redrive queues, visit resources in the AWS console, and more by just referencing the construct name. For example, “cdk-app MyLambda tail-logs” streams logs in real time from the Lambda’s log group, or “cdk-app TransactionTable visit-console” opens the AWS console page for your table.</p>\n<h6><a id=\\"sqldefgitopscdk_45\\"></a><strong>sqldef-gitops-cdk</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s8\\" target=\\"_blank\\">sqldef-gitops-cdk</a></ins> <ins><a href=\\"https://github.com/k0kubun/sqldef\\" target=\\"_blank\\">sqldef</a></ins> is an open source idempotent schema management for MySQL, PostgreSQL, and others. This repo provides a GitOps approach using AWS CDK of how you can approach database table migration.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/89124321147a411eab18814a8fdded09_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"awsemrutilities_51\\"></a><strong>aws-emr-utilities</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sa\\" target=\\"_blank\\">aws-emr-utilities</a></ins> is a repository that contains sample code and utilities for using Amazon EMR on EC2. This package is structured around applications (application specific patches, plugins, etc) and utilities (administrative and maintenance utilities for working with EMR)</p>\n<h6><a id=\\"loghub_55\\"></a><strong>log-hub</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s2\\" target=\\"_blank\\">log-hub</a></ins> this repo will help you quickly build your own log analytics platform on OpenSearch. Has detailed <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s3\\" target=\\"_blank\\">documentation</a></ins> including how to get started. Check out the accompanying <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s9\\" target=\\"_blank\\">log-hub-workshop</a></ins> if this is something you like the look of.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/e0d41460f4dd448cb3f2b5fc67d9b9ed_image.png\\" alt=\\"image.png\\" /></p>\n<p><em><ins><a href=\\"https://awslabs.github.io/log-hub/en/implementation-guide/architecture/\\" target=\\"_blank\\">architecture of solution</a></ins></em></p>\\n<h5><a id=\\"awssupportcaseactivitynotifier_63\\"></a><strong>aws-support-case-activity-notifier</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s5\\" target=\\"_blank\\">aws-support-case-activity-notifier</a></ins> this repo provide a base project that will help you automate your AWS support cases. The repo contains some additional notes as to what you might need to do to productionise this.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/a290cb94ca0840b888df1da1778f8775_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Demos_Samples_Solutions_and_Workshops_69\\"></a><strong>Demos, Samples, Solutions and Workshops</strong></h5>\\n<h6><a id=\\"verifiablecontrolsevidencestore_70\\"></a><strong>verifiable-controls-evidence-store</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sn\\" target=\\"_blank\\">verifiable-controls-evidence-store</a></ins> this repo provides everything you need to build The Verifiable Controls Evidence Store (Evidence Store). This solution is a mechanism to centrally store findings and results of cloud security controls governing AWS workloads, in the form of enduring evidence records that are safeguarded against tampering. An evidence record is a system (or human) generated digital record of a historical fact, related to one or more target entities, and is issued by an evidence provider. The solution comes with a RESTful interface with CRUD APIs, as well as a web interface for managing evidences and evidence providers’ resources. Very nice indeed.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/8cfe96d2084846f68206e00ef6758649_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"hiveemroneks_76\\"></a><strong>hive-emr-on-eks</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sb\\" target=\\"_blank\\">hive-emr-on-eks</a></ins> this repo contains a number of sample configurations and deployments packaged up as AWS CDK apps that show you how you can use Amazon RDS as your Hive metastore.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/3c9d771f87714e4f9597438fe0475119_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"awsnamepronunciation_82\\"></a><strong>aws-name-pronunciation</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s6\\" target=\\"_blank\\">aws-name-pronunciation</a></ins> sample React based application that will allow you to use Amazon Polly to speak different names so you can learn how to pronounce them.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/c9225675b8e442ccae0ee48d0d499a63_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"awsmlopsjenkinspipelines_88\\"></a><strong>aws-mlops-jenkins-pipelines</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sc\\" target=\\"_blank\\">aws-mlops-jenkins-pipelines</a></ins> this repository builds an implementation of a CI/CD ML pipeline using AWS Glue for data processing, Amazon SageMaker for training, versioning, and hosting Real-Time endpoints, and Jenkins CI/CD pipelines for orchestrating the Workflow.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/049cb080049c48debb2ed3c95f3914df_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"awsdistributedtrainingworkshopeks_94\\"></a><strong>aws-distributed-training-workshop-eks</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s4\\" target=\\"_blank\\">aws-distributed-training-workshop-eks</a></ins> by completing this workshop you will learn how to run distributed data parallel model training on AWS EKS using PyTorch. The only prerequisite for this workshop is access to an AWS account.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/e4dff7fb5cdf4ba1b298650b4b1b9df2_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"pythonlibmanagementwithoutinternetforawsglueinprivatesubnets_100\\"></a><strong>python-lib-management-without-internet-for-aws-glue-in-private-subnets</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s7\\" target=\\"_blank\\">python-lib-management-without-internet-for-aws-glue-in-private-subnets</a></ins> winner of this weeks longest github repo name, this project contains a CDK app in Python that will show you how to configure AWS Glue in private subnets access to downloading your Python libraries via AWS CodeArtifact. This could be re-used for other AWS Services that you might need to have controlled access to your Python libraries too. To help get you going, read this blog post <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1so\\" target=\\"_blank\\">Simplify and optimize Python package management for AWS Glue PySpark jobs with AWS CodeArtifact</a></ins> from Ashok Padmanabhan, Bret Pontillo, and Gaurav Gundal who will guide you through deploying this solution.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/a42f07dff8a5460e8f07cc8b56e0d1ab_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"AWS_and_Community_blog_posts_106\\"></a><strong>AWS and Community blog posts</strong></h5>\\n<h6><a id=\\"Open_Policy_Agent_107\\"></a><strong>Open Policy Agent</strong></h6>\\n<p>Open Policy Agent (OPA) is an open source, general-purpose policy engine that lets you specify policy as code and provides simple APIs to offload policy decision-making from your applications. In this post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sr\\" target=\\"_blank\\">Deploying Open Policy Agent (OPA) as a sidecar on Amazon Elastic Container Service (Amazon ECS)</a></ins> Taylan Unal and Rucha Deshpande show how Open Policy Agent (OPA) can be deployed in a sidecar pattern to provide authorisation decisions for microservices deployed on Amazon Elastic Container Service (Amazon ECS). [hands on]</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/742e30398cf54613a6a8f1ee2462956a_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"Quarkus_113\\"></a><strong>Quarkus</strong></h6>\\n<p>My colleague Vinicius Senger has put together this excellent post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sh\\" target=\\"_blank\\">Cooking Java with Alexa — Ep 1</a></ins> which is the first in a series of posts that will share how to create from scratch a Modern Java Application using Quarkus. What I really love about this, as a bonus, Vini is going to share how to put together some nutritious and tasty food (in this case, a Sunomono Salad) for those parts of the walkthrough where you might have to wait.</p>\n<h6><a id=\\"Redis_117\\"></a><strong>Redis</strong></h6>\\n<p>In the post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sg\\" target=\\"_blank\\">Deploy Amazon ElastiCache for Redis using AWS CDK</a></ins> Hantzley Tauckoor and Calvin Ngo show you how you can deploy Amazon ElastiCache for Redis using AWS Cloud Development Kit (AWS CDK). The post then shows you how you can easily integrate this, using a Python Flask application to demonstrate this. There is a GitHub repository that accompanies the post which you can use as the basis for your own needs. [hands on]</p>\n<h6><a id=\\"PostgreSQL_121\\"></a><strong>PostgreSQL</strong></h6>\\n<p>The post <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1si\\" target=\\"_blank\\">Reduce read I/O cost of your Amazon Aurora PostgreSQL database with range partitioning</a></ins> demonstrates how to use PostgreSQL native partitioning to reduce I/O costs and increase read and write throughput with in-place partitioning that requires minimal downtime. Sami Imseih and Yahav Biran demonstrates a production-scale system that partitions a time series table database with over a hundred columns and relationships. The end result? I won’t spoil the ending, but a significant cost reduction can be seen, so one to check out. [hands on]</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/d33d4cfb0eed4db0945bda8bf0ff29e1_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"Apache_Cassandra_127\\"></a><strong>Apache Cassandra</strong></h6>\\n<p>If you wanted to know how you could ingest customer data from Amazon Keyspaces (for Apache Cassandra) into SageMaker and train a clustering model, then you are in luck. In the post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sk\\" target=\\"_blank\\">Train machine learning models using Amazon Keyspaces as a data source</a></ins>, Vadim Lyakhovich, Ram Pathangi, and Parth Patel show you how you can do this, using a specific use case around segmenting customers. [hands on]</p>\n<h6><a id=\\"Database_Migration_Service_131\\"></a><strong>Database Migration Service</strong></h6>\\n<p>Many customers are using AWS Database Migration service to help them move from proprietary databases to open source ones. In scenarios where you might have strict network controls in place, this might have proven more complex to set up. In this post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sj\\" target=\\"_blank\\">Deploy AWS DMS in a multi-tiered secure network using an Nginx proxy server</a></ins>, Rohit Satyanarayana and Hemalatha Katari share how you can use the open source web and proxy server Nginx, to help meet your network isolation and security requirements. [hands on]</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/3fdf561080ec4d298e824940114456db_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"GROMACS_137\\"></a><strong>GROMACS</strong></h6>\\n<p>GROMACS is a popular open-source software package designed for simulations of proteins, lipids, and nucleic acids. In this post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sq\\" target=\\"_blank\\">Running cost-effective GROMACS simulations using Amazon EC2 Spot Instances with AWS ParallelCluster</a></ins> Santhan Pamulapati and Sean Smith collaborate to show how by combining GROMACS features with Spot pricing and scheduling with Slurm (a workload manager/job scheduler), you can architect a cost-effective solution for running GROMACS simulations. In this post they show you how they built a solution with GROMACS installed on AWS ParallelCluster. [hands on]</p>\n<h6><a id=\\"Other_posts_you_might_like_from_the_past_week_141\\"></a><strong>Other posts you might like from the past week</strong></h6>\\n<ul>\\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1rz\\" target=\\"_blank\\">Validate database objects after migrating from IBM Db2 LUW to Amazon RDS for MySQL, Amazon RDS for MariaDB, or Amazon Aurora MySQL</a></ins> walks you through how to validate the database schema objects migrated from Db2 to MySQL [hands on]</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s0\\" target=\\"_blank\\">AWS MGN Update – Configure DR, Convert CentOS Linux to Rocky Linux, and Convert SUSE Linux Subscription</a></ins> shows you how you can use the AWS Application Migration Service (AWS MGN) to migrate CentOS Linux to Rocky Linux and manage your SUSE Subscriptions</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sp\\" target=\\"_blank\\">8 New features in the Amplify Authenticator for web you should try</a></ins> walks you through some new features recently released for the Amplify Authenticator for React, Vue, and Angular</li>\n</ul>\\n<h5><a id=\\"Case_studies_147\\"></a><strong>Case studies</strong></h5>\\n<ul>\\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sl\\" target=\\"_blank\\">Amazon EKS and Spot Instances in action at Delivery Hero</a></ins> share how Delivery Hero is using Amazon EKS and Amazon EC2 Spot Instances in production to keep costs under control</li>\n</ul>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/d39f3c98e76a4f37a910384de375cf00_image.png\\" alt=\\"image.png\\" /></p>\n<ul>\\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1s1\\" target=\\"_blank\\">Using open data to study the sounds of the ocean and create art</a></ins> explores a creative use case for some of the data you can find in the AWS open data registery</li>\n</ul>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/a242eeee5dfd4f0e8f016115b654e55d_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Quick_updates_157\\"></a><strong>Quick updates</strong></h5>\\n<h6><a id=\\"Amazon_EMR_158\\"></a><strong>Amazon EMR</strong></h6>\\n<p>Amazon EMR release 6.6 now supports Apache Spark 3.2, Apache Spark RAPIDS 22.02, CUDA 11, Apache Hudi 0.10.1, Apache Iceberg 0.13, Trino 0.367, and PrestoDB 0.267. You can use the performance-optimized version of Apache Spark 3.2 on EMR on EC2, EKS, and recently released EMR Serverless. In addition Apache Hudi 0.10.1 and Apache Iceberg 0.13 are available on EC2, EKS, and Serverless. Apache Hive 3.1.2 is available on EMR on EC2 and EMR Serverless. Trino 0.367 and PrestoDB 0.267 are only available on EMR on EC2.</p>\n<p>Each Amazon EMR release version uses a default Amazon Linux 2 (AL2) Amazon Machine Image (AMI) for Amazon EMR. Prior to Amazon EMR 6.6, the default AMI was based on the latest and up-to-date Amazon Linux AMI available at the time of the Amazon EMR release. Therefore, the Amazon EMR release version was “locked” to its respective assigned AL2 AMI. This means that any new updates to AL2 were not automatically updated, unless you moved to the next Amazon EMR release or manually install them. With Amazon EMR 6.6 and subsequent releases, every time you launch an EMR on EC2 cluster, Amazon EMR automatically uses the latest AL2 release. See our documentation to learn more.</p>\n<p>With Amazon EMR release 6.6 and later, applications that use Log4j 1.x and Log4j 2.x will be upgraded to use Log4j 1.2.17 (or higher) and Log4j 2.17.1 (or higher) respectively, and will not require using the bootstrap actions provided above to mitigate the CVE issues.</p>\n<p>Further, with Amazon EMR release 6.6, cluster startup time on EMR on EC2 has improved by 80 seconds on average for clusters that use Amazon EMR default AMI option, and install common applications like Apache Hadoop, Apache Spark, and Apache Hive.</p>\n<h6><a id=\\"MySQL_168\\"></a><strong>MySQL</strong></h6>\\n<p>Following the announcement of updates in MySQL database versions 5.7 and 8.0, we have updated Amazon Relational Database Service (Amazon RDS) for MySQL to support MySQL minor versions 5.7.38, and 8.0.29.</p>\n<h6><a id=\\"Flutter_172\\"></a><strong>Flutter</strong></h6>\\n<p>The Amplify Flutter team is announcing the release of version 0.5.0 of the Amplify Flutter library. Read more about this in the post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1rx\\" target=\\"_blank\\">NEW Amplify Flutter Release Notes 0.5.0</a></ins></p>\n<p>In addition to this post, AWS Amplify Flutter has introduced support for creating customisable authentication flows, using Amazon Cognito Lambda triggers. Using this functionality, developers are able to setup customisations for the login experience in their Flutter apps, such as creating OTP login flows, or adding CAPTCHA to their Flutter app.</p>\n<p>Developers of Amplify Flutter can setup the Auth category to use custom challenges using the Amplify CLI such as one-time passwords, or Captcha. The Amplify CLI provisions Lambdas in the backend, which then interact with Amazon Cognito to verify the challenges. Developers can build the custom challenges are built in steps, such as providing a one-time password after using an email for login, and a user of the app will have to clear each step in the challenges to get authenticated.</p>\n<h6><a id=\\"Steampipe_180\\"></a><strong>Steampipe</strong></h6>\\n<p>Steampipe is an open source tool where you can use SQL to instantly query your cloud services. Via a collection of “mods” you can do various things, such as compliance checks. NIST 800-53 is a regulatory standard that defines the minimum baseline of security controls for all U.S. federal information systems except those related to national security. A new release, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1ry\\" target=\\"_blank\\">NIST 800-53 Revision 5 was published last week</a></ins>.</p>\n<h5><a id=\\"Videos_of_the_week_184\\"></a><strong>Videos of the week</strong></h5>\\n<h6><a id=\\"AWS_SAM_185\\"></a><strong>AWS SAM</strong></h6>\\n<p>You can use the Node.js runtime to run TypeScript code in AWS Lambda. Because Node.js doesn’t run TypeScript code natively, you must first transpile your TypeScript code into JavaScript. Then, use the JavaScript files to deploy your function code to Lambda. In this video, Marcia Villalba shows you how to do that using AWS SAM.</p>\n<p><video src=\\"https://dev-media.amazoncloud.cn/76941a1ef62940e98719f33c80506fc8_Write%20your%20Lambda%20functions%20using%20Typescript%20with%20AWS%20SAM.mp4\\" controls=\\"controls\\"></video></p>\\n<h6><a id=\\"AWS_CDK_191\\"></a><strong>AWS CDK</strong></h6>\\n<p>Laimonas Sutkus provides the follow up to a previous video I shared, this is part 2 of the AWS CDK “from zero to hero” workshop. In this episode, expect to find out more about writing integration tests, creating GitHub repo and pushing code and creating CI/CD pipelines.</p>\n<p><video src=\\"https://dev-media.amazoncloud.cn/936287fcbf9447b18c887797fea7ff1d_AWS%20CDK%20Workshop%20-%20From%20Zero%20to%20Hero%20Part%20II.mp4\\" controls=\\"controls\\"></video></p>\\n<h5><a id=\\"Events_for_your_diary_197\\"></a><strong>Events for your diary</strong></h5>\\n<h6><a id=\\"Machine_Learning_at_scale_using_Kubeflow_with_Amazon_EKS_and_Amazon_EFS_198\\"></a><strong>Machine Learning at scale using Kubeflow with Amazon EKS and Amazon EFS</strong></h6>\\n<h6><a id=\\"June_16th_10am_PT_199\\"></a><strong>June 16th, 10am PT</strong></h6>\\n<p>My colleague Suman Debnath, Principal Developer Advocate at AWS, will discuss how to use the open-source machine learning toolkit Kubeflow. Suman will demonstrate how to deploy Kubernetes cluster utilising Amazon Elastic Kubernetes Service (EKS) and Amazon Elastic File System (EFS) as persistent storage in the backend, which will be utilised for staging the dataset for training, hosting jupyter notebooks, and running the machine learning model.</p>\n<p>Find out more and register, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1rw\\" target=\\"_blank\\">Machine Learning at scale using Kubeflow with Amazon EKS and Amazon EFS</a></ins></p>\n<h6><a id=\\"Observability_Open_Source_Solutions_205\\"></a><strong>Observability: Open Source Solutions</strong></h6>\\n<h6><a id=\\"June_28th_1000am__215pm_PDT_206\\"></a><strong>June 28th, 10:00am - 2:15pm PDT</strong></h6>\\n<p>The AWS Monitoring and Observability Team invites you to participate in a hands on session with Amazon Managed Service for Prometheus, Amazon Managed Service for Grafana and AWS Distro for Open Telemetry. During this session you will use these services in creating workspaces, ingesting/querying metrics, logs and trace data and viewing in a dashboard you will set up. The afternoon will close with demo of what you have done and highlighting the value in MTTD, MTTI, MTTR and application performance.</p>\n<p>This event is designed for those looking to implement AWS Observability using open-source services to visualize their data with native or 3rd party tools. Site reliability engineers, operations engineers, systems engineers, and DevOps. Familiarity with monitoring concepts such as logs, metrics, traces, alarms, and the dashboard is recommended, but not required.</p>\n<p>Register <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1qt\\" target=\\"_blank\\">via this page</a></ins>.</p>\n<h6><a id=\\"BOSC_2022_214\\"></a><strong>BOSC 2022</strong></h6>\\n<h6><a id=\\"July_1314_Madison_Wisconsin_USA_215\\"></a><strong>July 13-14, Madison, Wisconsin, USA</strong></h6>\\n<p>The Bioinformatics Open Source Conference (BOSC) has been held annually since 2000, and this year AWS is proud to be a platinum sponsor for this event. BOSC covers all aspects of open source bioinformatics software and open science, including (but not limited to) these topics, Open Science and Reproducible Research, Open Biomedical Data, Citizen/Participatory Science, Standards and Interoperability, Data Science Workflows, Open Approaches to Translational Bioinformatics, Developer Tools and Libraries, Inclusion, and Outreach and Training. This is a hybrid event (in person/virtual) and you find out more by checking out the event page, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1li\\" target=\\"_blank\\">BOSC 2022</a></ins></p>\n<h6><a id=\\"OpenSearch_219\\"></a><strong>OpenSearch</strong></h6>\\n<h6><a id=\\"Every_other_Tuesday_3pm_GMT_220\\"></a><strong>Every other Tuesday, 3pm GMT</strong></h6>\\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<h6><a id=\\"OpenSearchCon_2022_226\\"></a><strong>OpenSearchCon 2022</strong></h6>\\n<h6><a id=\\"Sept_21st_2022_Seattle_227\\"></a><strong>Sept 21st, 2022 Seattle</strong></h6>\\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<h5><a id=\\"Stay_in_touch_with_open_source_at_AWS_235\\"></a><strong>Stay in touch with open source at AWS</strong></h5>\\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
目录
关闭