Open source news and updates, #117

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"##### **June 17th, 2022 - Instalment #117**\nWelcome to regular and new readers alike, to the AWS open source newsletter episode #117.\n\nA little behind schedule this week, as I have been speaking at a couple of events this week. It has been good to get back on the stage and to talk and engage with real people. It seems that things are quickly returning back to normal. So this week we have some great new projects for you. Starting off with \"cdklightbox\" which helps you visualise your [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) stacks (I have already tried it, and this has already helped me spot something in one of my stacks that didn't look right). We have \"glue-data-sanitization\" which is a nifty tool to help you sanitise your data as you move it between environments. \"automated-security-helper\" is a tool to help you quickly test your setup against some quick security checks using some nice open source security tools, and I can see this one quickly being adopted by folk. We have many more projects and demos covering data streaming, generating AppSync compliant schemas from PostgreSQL tables, large file size S3 tools and more.\n\nAlso featured this week is content on Apache Cassandra, PostgreSQL, Bottlerocket, Apache APISIX, PostGraphile, OpenSearch, Apache Iceberg, Kubernetes, Yocto Project, Flutter, and many more. We have a couple of videos featuring Karpenter and OpenSearch, so don't miss those and of course we finish up with events.\n\nAs always, if you have anything you want me to include in this weekly round up, please drop me a mail or reply to this post.\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: Mikael Vesavuori, Brice Pellé, Luke Harvey, Marcio da Ros Gomes, Sebastian Goscik, Sakti Mishra, Daniel Doubrovkine, Saravanan G, Johannes Koch, Carlo Mencarelli, Brian Caffey, Juan Lamadrid, Rob Solomon, Nirmal Mehta, Bret Fisher, Charlotte Henkle, Sean Neumann and Yubo Wang.\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###### **cdklightbox**\n\n++[cdklightbox](https://aws-oss.beachgeek.co.uk/1t8)++ this project from the Open Construct Foundation is The CDK Lightbox, a tool for visualising your CDK applications. I downloaded this from the releases link and quickly tried it on one of my stacks. It was nice to see my CDK application presented in this way. I was able to change the level of constructs shown, and zoom in/out and move things around.\n\n![image.png](https://dc-testmedia.awsapp.cn/20e946e30ed149128e8f3e53292e813d_image.png)\n\n###### **glue-data-sanitization**\n\n++[glue-data-sanitization-from-production-s3-bucket-to-lower-environment-s3-bucket-apg-example](https://aws-oss.beachgeek.co.uk/1t6)++ is winner of this weeks longest GitHub repo name award. This repo contains code that you can build upon to help you create solutions that perform data sanitisation (remove of PII and regulated contents) as part of moving data from production to non production (dev/testing for example) environments.\n\n![image.png](https://dc-testmedia.awsapp.cn/087f6b87d1f247449b9a8f69e277fb6d_image.png)\n\n###### **amazon-aggregation-query-proxy**\n\n++[amazon-aggregation-query-proxy](https://aws-oss.beachgeek.co.uk/1ta)++ this repo is a scalable sidecar application that sits between a customer application and [Amazon Keyspaces](https://aws.amazon.com/cn/keyspaces/?trk=cndc-detail)/DynamoDB. It allows you to run bounded aggregation queries against [Amazon Keyspaces](https://aws.amazon.com/cn/keyspaces/?trk=cndc-detail) and DynamoDB services. The aggregation-query-proxy (AQP) consists of a scalable proxy layer that sits between your application and [Amazon Keyspaces](https://aws.amazon.com/cn/keyspaces/?trk=cndc-detail)/DynamoDB. It provides intermediate aggregation logic which allows existing application to execute aggregation queries against [Amazon DynamoDB](https://aws.amazon.com/cn/dynamodb/?trk=cndc-detail)/Keyspaces. This project then converts the provided aggregation query (SQL-92) to a plain request (CQL/DDBPartiQL). After the plain response (json) has been received the AQP uses IonEngine to aggregate the plain response into the final result set in json format.\n\n![image.png](https://dc-testmedia.awsapp.cn/49f0676d0c444fad924cf304a0ee5a2f_image.png)\n\n###### **check-aws-resources-for-org-conditions**\n\n++[check-aws-resources-for-org-conditions](https://aws-oss.beachgeek.co.uk/1tb)++ This repository provides the automation to check for references to Organisational resources in policies across some or all the accounts in an AWS Organisation. Specifically, the tool looks for aws:PrincipalOrgID and PrincipalOrgPaths. This is used in analysing the dependencies when AWS Accounts are migrated from one AWS Organisation to another.\n\n![image.png](https://dc-testmedia.awsapp.cn/f885a96d23f14fe9b96efd1fb23e8ab8_image.png)\n\n###### **automated-security-helper**\n\n++[automated-security-helper](https://aws-oss.beachgeek.co.uk/1td)++ this security helper tool was created to help you reduce the probability of a security violation in a new code, infrastructure or IAM configuration by providing a fast and easy tool to conduct preliminary security check as early as possible within your development process. It is not a replacement of a human review nor standards and it uses light, open source tools to maintain its flexibility and ability to run from anywhere. Very nice tool indeed.\n\n##### **Demos, Samples, Solutions and Workshops**\n###### **appsync-with-postgraphile-rds**\n\n++[appsync-with-postgraphile-rds](https://aws-oss.beachgeek.co.uk/1te)++ this repo provides a CDK-based solution that allows you to create an [AWS AppSync](https://aws.amazon.com/cn/appsync/?trk=cndc-detail) API from a defined Postgres database in AWS RDS. This solution leverages PostGraphile to automatically generate an AppSync compliant schema from PostgreSQL tables, and uses Lambda functions to resolve GraphQL queries against a PostgreSQL database in [Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail). To help you get started, check out the blog post ++[Creating serverless GraphQL APIs from RDS databases with AWS AppSync and PostGraphile](https://aws-oss.beachgeek.co.uk/1tf)++ from Brice Pellé. Very cool post.\n\n![image.png](https://dc-testmedia.awsapp.cn/f021dbff1ae9434da2be62341458f72d_image.png)\n\n###### **example-aws-stream-data-to-events**\n\n++[example-aws-stream-data-to-events](https://aws-oss.beachgeek.co.uk/1t7)++ this repo from Mikael Vesavuori contains a complete, working architecture on AWS that will take in streaming data, store it in S3 and DynamoDB, and then emit events with their contents. You can easily deploy thanks to Terraform, and this is what the project will build:\n\n![image.png](https://dc-testmedia.awsapp.cn/cabce64fb5c24a3e83239274c568c22e_image.png)\n\n###### **aws-cdk-support-s3-large-deployments**\n\n++[aws-cdk-support-s3-large-deployments](https://aws-oss.beachgeek.co.uk/1t9)++ this project demonstrate how to upload large file to S3 Bucket using CDK using the inbuilt CDK Assets Bucket and Custom Resource. Assets are local files, directories, or Docker images that can be bundled into [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) libraries and apps; for example, a directory that contains the handler code for an [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) function. Assets can represent any artefact that the app needs to operate. You can define local files and directories as assets, and the [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) packages and uploads them to [Amazon S3](https://aws.amazon.com/cn/s3/?trk=cndc-detail) through the aws-s3-assets module. Nicely documented and easy to follow along, and its in Python, so of course that made me very happy indeed.\n\n###### **multi-cluster-allocation-demo-for-agones-on-eks**\n\n++[multi-cluster-allocation-demo-for-agones-on-eks](https://aws-oss.beachgeek.co.uk/1tc)++ This project uses Terraform to deploy an Agones (an open source, batteries-included, multiplayer dedicated game server) multi-cluster configuration to [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail), one routing cluster and two DGS clusters, with multi-cluster allocation feature enabled.\n\n![image.png](https://dc-testmedia.awsapp.cn/7ce75b74d7ec44ca9ddd5050ae76982c_image.png)\n\n##### **AWS and Community blog posts**\n###### **Apache APISIX**\n\n++[Apache APISIX](https://aws-oss.beachgeek.co.uk/1t3)++ is an open source dynamic, real-time, high-performance API Gateway. My colleague Yubo Wang has put together this great post, ++[Installation and performance testing of API Gateway Apache APISIX on AWS Graviton3](https://aws-oss.beachgeek.co.uk/1t2)++ where he shares how you can deploy this project using AWS Graviton3 instance types, and then takes a look at some of the performance characteristics. I don't want to spoil the ending, so make sure you check out this weeks must read post.\n\n![image.png](https://dc-testmedia.awsapp.cn/8bd07a98ea5b4e65ad9c9c2370bf6ea9_image.png)\n\n###### **OpenSearch**\n\nWant to know what it is like to work on an open source project at Amazon? Open source builder Daniel Doubrovkine has put together this blog post, ++[A Year Working on OpenSearch](https://aws-oss.beachgeek.co.uk/1ss)++ where he shares a frank and honest summary of working on the OpenSearch project over the past year. Well worth a read I think.\n\n###### **Django**\n\nBrian Caffey has put together this comprehensive post, ++[Setting up ad hoc development environments for Django applications with AWS ECS, Terraform and GitHub Actions](https://aws-oss.beachgeek.co.uk/1sy)++ adopting 12Factor application methodology to show you how you can combine AWS services, open source to deploy a sample microblogging application that uses the Python Django framework. Adaptable to your own use case, this is a nice deep dive. [hands on]\n\n![image.png](https://dc-testmedia.awsapp.cn/050271ba6d1947219298240acda10970_image.png)\n\n###### **Apache Iceberg**\n\nApache Iceberg is an open table format originally developed at Netflix. It’s designed to support ACID transactions and UPSERT on petabyte-scale data lakes, and is getting popular because of its flexible SQL syntax for CDC-based MERGE, full schema evolution, and hidden partitioning features. In the post ++[Implement a CDC-based UPSERT in a data lake using Apache Iceberg and AWS Glue](https://aws-oss.beachgeek.co.uk/1sv)++ Sakti Mishra guides you through a solution to implement CDC-based UPSERT or MERGE in an S3 data lake using Apache Iceberg and [AWS Glue](https://aws.amazon.com/cn/glue/?trk=cndc-detail). [hands on]\n\n![image.png](https://dc-testmedia.awsapp.cn/354fd3195d84476f911adca2e76a4106_image.png)\n\n###### **Kubernetes**\n\nIn the post ++[A quick path to Amazon EKS single sign-on using AWS SSO](https://aws-oss.beachgeek.co.uk/1t0)++, Juan Lamadrid and Rob Solomon share with you a quick and direct procedure to implement single sign-on to access Kubernetes resources running on your [Amazon Elastic Kubernetes Service](https://aws.amazon.com/cn/eks/?trk=cndc-detail) ([Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail)) clusters. You can then use this SSO in combination with Kubernetes Role Based Access Control (RBAC) via the AWS Command Line Interface (CLI) or Kubernetes CLI tools. [hands on]\n\n###### **Yocto Project**\n\nIn 2021 Arm, AWS, and other founding members announced the Scalable Open Architecture for Embedded Edge (SOAFEE) Special Interest Group, which brings together automakers, semiconductor, and cloud technology leaders to define a new open-standards based architecture to implement the lowest levels of a software-defined vehicle stack. In the post, ++[Building an Automotive Embedded Linux Image for Edge and Cloud Using Arm-based Graviton Instances, Yocto Project, and SOAFEE](https://aws-oss.beachgeek.co.uk/1t5)++ Luke Harvey, Marcio da Ros Gomes, and Sebastian Goscik introduce a building block toward a novel automotive-software development concept that helps developers create, test, and debug natively compiled software using the cloud.\n\n![image.png](https://dc-testmedia.awsapp.cn/b712eb91d14240688b6d2890b94fd307_image.png)\n\nFollowing the post you will create a custom Linux distribution using the Yocto Project, an open-source collaboration project that helps developers create custom Linux-based systems regardless of the hardware. It is used by many embedded projects, including the Automotive Grade Linux initiative that is part of the Linux Foundation as well as the SOAFEE reference implementation. Very cool post, so make sure you check this out. [hands on]\n\n![image.png](https://dc-testmedia.awsapp.cn/5c0f6f7f77864b9e8824a0798e1bbad5_image.png)\n\n###### **Other posts you might like from the past week**\n\n- ++[Amazon Aurora PostgreSQL backups and long-term data retention methods](https://aws-oss.beachgeek.co.uk/1st)++ explores the primary tools focusing on backups, backup storage, and restore, and discuss some best practices related to applying these tools [hands on]\n- ++[Optimize Federated Query Performance using EXPLAIN and EXPLAIN ANALYZE in Amazon Athena](https://aws-oss.beachgeek.co.uk/1t1)++ demonstrates how to use and interpret EXPLAIN and EXPLAIN ANALYZE statements to improve Athena query performance when querying multiple data sources\n- ++[How to centrally manage AWS IoT Greengrass devices using AWS Systems Manager](https://aws-oss.beachgeek.co.uk/1t4)++ shows you how you can simplify and centralise how you manage your [AWS IoT Greengrass](https://aws.amazon.com/cn/greengrass/?trk=cndc-detail) devices [hands on]\n- ++[Text summarization with Amazon SageMaker and Hugging Face](https://aws-oss.beachgeek.co.uk/1su)++ walks you through how to implement one of the most downloaded Hugging Face pre-trained models used for text summarisation, DistilBART-CNN-12-6, within a Jupyter notebook using [Amazon SageMaker](https://aws.amazon.com/cn/sagemaker/?trk=cndc-detail) and the SageMaker Hugging Face Inference Toolkit [hands on]\n- ++[Create, train, and deploy a billion-parameter language model on terabytes of data with TensorFlow and Amazon SageMaker](https://aws-oss.beachgeek.co.uk/1sx)++ covers two main approaches data parallelisation and model parallelisation in how you can tackle large scale model training [hands on]\n\n##### **AWS Community Builder and Hero picks**\nHere are some posts from the AWS Hero and AWS Community Builders that are worth checking out.\n\n- ++[Getting started with Python based IaC using AWS CDK](https://aws-oss.beachgeek.co.uk/1sz)++ (Saravanan G) - if you are a Python developer and want to start understanding and using [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail), this is the post for you\n- ++[Building a Flutter application for Web, iOS and Android using a CI/CD pipeline on CodeBuild](https://aws-oss.beachgeek.co.uk/1tg)++ (Johannes Koch) – part of a series of posts where you will build a Flutter application for Web, Android and iOS Apps (alpha versions that can be side-loaded) and use [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) to help you\n\n- ++[Linux’s Cloud Init — Benefits, Quirks, and Drawbacks](https://aws-oss.beachgeek.co.uk/1th)++ (Carlo Mencarelli) - if you are using Linux instances on AWS, check out these deep dive and learn more about Cloud Init\n\n##### **Quick updates**\n###### **Bottlerocket**\n\nBottlerocket has added a variant that supports NVIDIA GPU-based [Amazon EC2 ](https://aws.amazon.com/cn/ec2/?trk=cndc-detail)instance types on [Amazon Elastic Container Service](https://aws.amazon.com/cn/ecs/?trk=cndc-detail)s ([Amazon ECS](https://aws.amazon.com/cn/ecs/?trk=cndc-detail)). Bottlerocket is a Linux-based operating system that is purpose-built to run container workloads. Customers can now benefit from using the same container-focused host operating system for both their non-GPU and GPU workloads while using ECS, including machine learning, video encoding, and streaming workloads. This helps customers standardise on a single operating system that utilises the underlying specialised compute hardware.\n\nBack in March, another Bottlerocket variant was released, for [Amazon Elastic Kubernetes Service](https://aws.amazon.com/cn/eks/?trk=cndc-detail) ([Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail)) supporting NVIDIA GPU-accelerated workloads. With the availability of the Bottlerocket ECS variant, customers can now use Bottlerocket with NVIDIA GPUs on two popular orchestration services, [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) and ECS. The new Bottlerocket AMI includes the necessary software components required to run containerised accelerated workloads built into the base image, while using ECS as their container orchestration service. This configuration enables secure, seamless installation of required NVIDIA drivers and its updates, improves time to node-ready state, and reduces dependencies on external tools and repositories.\n\nRead more and get hands on by checking out the post from Maish Saidel-Keesing, ++[Announcing NVIDIA GPU support for Bottlerocket on Amazon ECS](https://aws-oss.beachgeek.co.uk/1sw)++\n\n###### **Apache Cassandra**\n\n[Amazon Keyspaces](https://aws.amazon.com/cn/keyspaces/?trk=cndc-detail) (for Apache Cassandra), a scalable, highly available, and fully managed Apache Cassandra-compatible database service, now helps you monitor your table-level storage costs through [Amazon CloudWatch](https://aws.amazon.com/cn/cloudwatch/?trk=cndc-detail). You can now use the BillableTableSizeInBytes CloudWatch metric to monitor and track your table storage costs over time. The BillableTableSizeInBytes metric provides the billable storage size of a table by summing up the encoded size of all the rows in the table.\n\n###### **PostgreSQL**\n\nA few of updates this week.\n\nFirst is that [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) PostgreSQL-Compatible Edition now supports the Large Objects (LO) module. The LO module provides support for managing Large Objects (also called LOs or BLOBs).\n\nFollowing that is news that [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) PostgreSQL-compatible edition now supports zero-downtime patching (ZDP). With ZDP, customers can upgrade to a new PostgreSQL version and apply patches to their Aurora cluster without any downtime. ZDP preserves client connections while the database engine restarts. This feature allows you to more frequently upgrade your clusters to newer PostgreSQL minor versions while maintaining business continuity. ZDP is enabled on all Aurora clusters running supported database versions in all regions when you upgrade database minor versions or apply patches. Please review the Aurora documentation for more details.\n\nFinally we have the announcement of updates to the PostgreSQL database by the open source community, we have updated [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) PostgreSQL-Compatible Edition to support PostgreSQL 13.7, 12.11, 11.16, and 10.21. These releases contain bug fixes and improvements by the PostgreSQL community. Refer to the Aurora version policy to help you to decide how often to upgrade and how to plan your upgrade process.\n\nThis release also includes updates to pglogical and wal2json extensions. pglogical is an open source PostgreSQL extension that helps customers replicate data between independent PostgreSQL databases while maintaining consistent read-write access and a mix of private and common data in each database. [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) pglogical uses logical replication to copy data changes between independent PostgreSQL databases, optionally resolving conflicts based on standard algorithms. Customers can enable pglogical from within their PostgreSQL instances, and pay only for the additional clusters and cross-region traffic needed, with no upfront costs or software purchases required. Fully integrated, pglogical requires no triggers or external programs. This alternative to physical replication is a highly efficient method of replicating data using a publish/subscribe model for selective replication.\n\nwal2json is an output plugin for logical decoding. Logical decoding is the process of extracting all persistent changes to a database’s tables into a coherent, easy to understand format which can be interpreted without detailed knowledge of the database’s internal state. Customers can use the extension to export the output of the PostgreSQL write-ahead log (WAL) into JSON objects.\n\n##### **Videos of the week**\n###### **OpenSearch**\n\nThe OpenSearch Project is a community-driven, open source search and analytics suite. It consists of a search engine daemon, OpenSearch, and a visualisation and user interface, OpenSearch Dashboards. OpenSearch enables people to ingest, secure, search, aggregate, view, and analyse data. Our goal is to build great software together with a strong and vibrant community. In this talk Sean Neumann and Charlotte Henkle share more about what has been launched so far, what’s coming in the future, and the challenges of stewarding an open-source project while also being associated with a large corporation.\n\n<video src=\\"https://dc-testmedia.awsapp.cn/ca82a07c8ec340ee8e21678c666f9128_Sean%20Neumann%20%26%20Charlotte%20Henkle%20%E2%80%93%20Working%20in%20the%20Open...Search.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n###### **Karpenter**\n\nNirmal Mehta, a Principal Specialist Solution Architect at AWS, and a Docker Captain, joins Bret Fisher to discuss and demo Karpenter. Karpenter is an autoscaling solution that aims to simplify Kubernetes infrastructure by automating node scaling up and down, with the \"the right nodes at the right time.\"\n\n<video src=\\"https://dc-testmedia.awsapp.cn/2966bdb767424330a581cf785c0909a4_Kubernetes%20Autoscaling%20with%20Karpenter%20-%20DevOps%20and%20Docker%20Live%20Show%20%28Ep%20173%29.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n###### **Open Source in Public Sector**\n\nInteresting session from the AWS Summit DC, taking a look at how open-source solutions and the cloud become force multipliers for enabling and accelerating that transformation. Reusing a proven open-source solution reduces lengthy and expensive procurement activities, while the cloud enables rapid deployment. This session looks at some of the case studies from around the world of successful use of open-source applications that have enabled and accelerated digital transformation within the public sector.\n\nSome very interesting data points in this session. Public money, public code. What are your thoughts?\n\n<video src=\\"https://dc-testmedia.awsapp.cn/3aa165845b294e3684dabad43cb92c54_AWS%20Summit%20DC%202022%20-%20Rapidly%20modernize%20your%20institution%20with%20open-source%20software.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n##### **Events for your diary**\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**\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","render":"<h5><a id=\\"June_17th_2022__Instalment_117_0\\"></a><strong>June 17th, 2022 - Instalment #117</strong></h5>\\n<p>Welcome to regular and new readers alike, to the AWS open source newsletter episode #117.</p>\n<p>A little behind schedule this week, as I have been speaking at a couple of events this week. It has been good to get back on the stage and to talk and engage with real people. It seems that things are quickly returning back to normal. So this week we have some great new projects for you. Starting off with “cdklightbox” which helps you visualise your AWS CDK stacks (I have already tried it, and this has already helped me spot something in one of my stacks that didn’t look right). We have “glue-data-sanitization” which is a nifty tool to help you sanitise your data as you move it between environments. “automated-security-helper” is a tool to help you quickly test your setup against some quick security checks using some nice open source security tools, and I can see this one quickly being adopted by folk. We have many more projects and demos covering data streaming, generating AppSync compliant schemas from PostgreSQL tables, large file size S3 tools and more.</p>\n<p>Also featured this week is content on Apache Cassandra, PostgreSQL, Bottlerocket, Apache APISIX, PostGraphile, OpenSearch, Apache Iceberg, Kubernetes, Yocto Project, Flutter, and many more. We have a couple of videos featuring Karpenter and OpenSearch, so don’t miss those and of course we finish up with events.</p>\n<p>As always, if you have anything you want me to include in this weekly round up, please drop me a mail or reply to this post.</p>\n<h5><a id=\\"Celebrating_open_source_contributors_9\\"></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: Mikael Vesavuori, Brice Pellé, Luke Harvey, Marcio da Ros Gomes, Sebastian Goscik, Sakti Mishra, Daniel Doubrovkine, Saravanan G, Johannes Koch, Carlo Mencarelli, Brian Caffey, Juan Lamadrid, Rob Solomon, Nirmal Mehta, Bret Fisher, Charlotte Henkle, Sean Neumann and Yubo Wang.</p>\n<h5><a id=\\"Latest_open_source_projects_14\\"></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_17\\"></a><strong>Tools</strong></h6>\\n<h6><a id=\\"cdklightbox_18\\"></a><strong>cdklightbox</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t8\\" target=\\"_blank\\">cdklightbox</a></ins> this project from the Open Construct Foundation is The CDK Lightbox, a tool for visualising your CDK applications. I downloaded this from the releases link and quickly tried it on one of my stacks. It was nice to see my CDK application presented in this way. I was able to change the level of constructs shown, and zoom in/out and move things around.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/20e946e30ed149128e8f3e53292e813d_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"gluedatasanitization_24\\"></a><strong>glue-data-sanitization</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t6\\" target=\\"_blank\\">glue-data-sanitization-from-production-s3-bucket-to-lower-environment-s3-bucket-apg-example</a></ins> is winner of this weeks longest GitHub repo name award. This repo contains code that you can build upon to help you create solutions that perform data sanitisation (remove of PII and regulated contents) as part of moving data from production to non production (dev/testing for example) environments.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/087f6b87d1f247449b9a8f69e277fb6d_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"amazonaggregationqueryproxy_30\\"></a><strong>amazon-aggregation-query-proxy</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1ta\\" target=\\"_blank\\">amazon-aggregation-query-proxy</a></ins> this repo is a scalable sidecar application that sits between a customer application and Amazon Keyspaces/DynamoDB. It allows you to run bounded aggregation queries against Amazon Keyspaces and DynamoDB services. The aggregation-query-proxy (AQP) consists of a scalable proxy layer that sits between your application and Amazon Keyspaces/DynamoDB. It provides intermediate aggregation logic which allows existing application to execute aggregation queries against Amazon DynamoDB/Keyspaces. This project then converts the provided aggregation query (SQL-92) to a plain request (CQL/DDBPartiQL). After the plain response (json) has been received the AQP uses IonEngine to aggregate the plain response into the final result set in json format.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/49f0676d0c444fad924cf304a0ee5a2f_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"checkawsresourcesfororgconditions_36\\"></a><strong>check-aws-resources-for-org-conditions</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1tb\\" target=\\"_blank\\">check-aws-resources-for-org-conditions</a></ins> This repository provides the automation to check for references to Organisational resources in policies across some or all the accounts in an AWS Organisation. Specifically, the tool looks for aws:PrincipalOrgID and PrincipalOrgPaths. This is used in analysing the dependencies when AWS Accounts are migrated from one AWS Organisation to another.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/f885a96d23f14fe9b96efd1fb23e8ab8_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"automatedsecurityhelper_42\\"></a><strong>automated-security-helper</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1td\\" target=\\"_blank\\">automated-security-helper</a></ins> this security helper tool was created to help you reduce the probability of a security violation in a new code, infrastructure or IAM configuration by providing a fast and easy tool to conduct preliminary security check as early as possible within your development process. It is not a replacement of a human review nor standards and it uses light, open source tools to maintain its flexibility and ability to run from anywhere. Very nice tool indeed.</p>\n<h5><a id=\\"Demos_Samples_Solutions_and_Workshops_46\\"></a><strong>Demos, Samples, Solutions and Workshops</strong></h5>\\n<h6><a id=\\"appsyncwithpostgraphilerds_47\\"></a><strong>appsync-with-postgraphile-rds</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1te\\" target=\\"_blank\\">appsync-with-postgraphile-rds</a></ins> this repo provides a CDK-based solution that allows you to create an AWS AppSync API from a defined Postgres database in AWS RDS. This solution leverages PostGraphile to automatically generate an AppSync compliant schema from PostgreSQL tables, and uses Lambda functions to resolve GraphQL queries against a PostgreSQL database in Amazon RDS. To help you get started, check out the blog post <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1tf\\" target=\\"_blank\\">Creating serverless GraphQL APIs from RDS databases with AWS AppSync and PostGraphile</a></ins> from Brice Pellé. Very cool post.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/f021dbff1ae9434da2be62341458f72d_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"exampleawsstreamdatatoevents_53\\"></a><strong>example-aws-stream-data-to-events</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t7\\" target=\\"_blank\\">example-aws-stream-data-to-events</a></ins> this repo from Mikael Vesavuori contains a complete, working architecture on AWS that will take in streaming data, store it in S3 and DynamoDB, and then emit events with their contents. You can easily deploy thanks to Terraform, and this is what the project will build:</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/cabce64fb5c24a3e83239274c568c22e_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"awscdksupports3largedeployments_59\\"></a><strong>aws-cdk-support-s3-large-deployments</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t9\\" target=\\"_blank\\">aws-cdk-support-s3-large-deployments</a></ins> this project demonstrate how to upload large file to S3 Bucket using CDK using the inbuilt CDK Assets Bucket and Custom Resource. Assets are local files, directories, or Docker images that can be bundled into AWS CDK libraries and apps; for example, a directory that contains the handler code for an AWS Lambda function. Assets can represent any artefact that the app needs to operate. You can define local files and directories as assets, and the AWS CDK packages and uploads them to Amazon S3 through the aws-s3-assets module. Nicely documented and easy to follow along, and its in Python, so of course that made me very happy indeed.</p>\n<h6><a id=\\"multiclusterallocationdemoforagonesoneks_63\\"></a><strong>multi-cluster-allocation-demo-for-agones-on-eks</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1tc\\" target=\\"_blank\\">multi-cluster-allocation-demo-for-agones-on-eks</a></ins> This project uses Terraform to deploy an Agones (an open source, batteries-included, multiplayer dedicated game server) multi-cluster configuration to Amazon EKS, one routing cluster and two DGS clusters, with multi-cluster allocation feature enabled.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/7ce75b74d7ec44ca9ddd5050ae76982c_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"AWS_and_Community_blog_posts_69\\"></a><strong>AWS and Community blog posts</strong></h5>\\n<h6><a id=\\"Apache_APISIX_70\\"></a><strong>Apache APISIX</strong></h6>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t3\\" target=\\"_blank\\">Apache APISIX</a></ins> is an open source dynamic, real-time, high-performance API Gateway. My colleague Yubo Wang has put together this great post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t2\\" target=\\"_blank\\">Installation and performance testing of API Gateway Apache APISIX on AWS Graviton3</a></ins> where he shares how you can deploy this project using AWS Graviton3 instance types, and then takes a look at some of the performance characteristics. I don’t want to spoil the ending, so make sure you check out this weeks must read post.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/8bd07a98ea5b4e65ad9c9c2370bf6ea9_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"OpenSearch_76\\"></a><strong>OpenSearch</strong></h6>\\n<p>Want to know what it is like to work on an open source project at Amazon? Open source builder Daniel Doubrovkine has put together this blog post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1ss\\" target=\\"_blank\\">A Year Working on OpenSearch</a></ins> where he shares a frank and honest summary of working on the OpenSearch project over the past year. Well worth a read I think.</p>\n<h6><a id=\\"Django_80\\"></a><strong>Django</strong></h6>\\n<p>Brian Caffey has put together this comprehensive post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sy\\" target=\\"_blank\\">Setting up ad hoc development environments for Django applications with AWS ECS, Terraform and GitHub Actions</a></ins> adopting 12Factor application methodology to show you how you can combine AWS services, open source to deploy a sample microblogging application that uses the Python Django framework. Adaptable to your own use case, this is a nice deep dive. [hands on]</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/050271ba6d1947219298240acda10970_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"Apache_Iceberg_86\\"></a><strong>Apache Iceberg</strong></h6>\\n<p>Apache Iceberg is an open table format originally developed at Netflix. It’s designed to support ACID transactions and UPSERT on petabyte-scale data lakes, and is getting popular because of its flexible SQL syntax for CDC-based MERGE, full schema evolution, and hidden partitioning features. In the post <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sv\\" target=\\"_blank\\">Implement a CDC-based UPSERT in a data lake using Apache Iceberg and AWS Glue</a></ins> Sakti Mishra guides you through a solution to implement CDC-based UPSERT or MERGE in an S3 data lake using Apache Iceberg and AWS Glue. [hands on]</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/354fd3195d84476f911adca2e76a4106_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"Kubernetes_92\\"></a><strong>Kubernetes</strong></h6>\\n<p>In the post <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t0\\" target=\\"_blank\\">A quick path to Amazon EKS single sign-on using AWS SSO</a></ins>, Juan Lamadrid and Rob Solomon share with you a quick and direct procedure to implement single sign-on to access Kubernetes resources running on your Amazon Elastic Kubernetes Service (Amazon EKS) clusters. You can then use this SSO in combination with Kubernetes Role Based Access Control (RBAC) via the AWS Command Line Interface (CLI) or Kubernetes CLI tools. [hands on]</p>\n<h6><a id=\\"Yocto_Project_96\\"></a><strong>Yocto Project</strong></h6>\\n<p>In 2021 Arm, AWS, and other founding members announced the Scalable Open Architecture for Embedded Edge (SOAFEE) Special Interest Group, which brings together automakers, semiconductor, and cloud technology leaders to define a new open-standards based architecture to implement the lowest levels of a software-defined vehicle stack. In the post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t5\\" target=\\"_blank\\">Building an Automotive Embedded Linux Image for Edge and Cloud Using Arm-based Graviton Instances, Yocto Project, and SOAFEE</a></ins> Luke Harvey, Marcio da Ros Gomes, and Sebastian Goscik introduce a building block toward a novel automotive-software development concept that helps developers create, test, and debug natively compiled software using the cloud.</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/b712eb91d14240688b6d2890b94fd307_image.png\\" alt=\\"image.png\\" /></p>\n<p>Following the post you will create a custom Linux distribution using the Yocto Project, an open-source collaboration project that helps developers create custom Linux-based systems regardless of the hardware. It is used by many embedded projects, including the Automotive Grade Linux initiative that is part of the Linux Foundation as well as the SOAFEE reference implementation. Very cool post, so make sure you check this out. [hands on]</p>\n<p><img src=\\"https://dc-testmedia.awsapp.cn/5c0f6f7f77864b9e8824a0798e1bbad5_image.png\\" alt=\\"image.png\\" /></p>\n<h6><a id=\\"Other_posts_you_might_like_from_the_past_week_106\\"></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/1st\\" target=\\"_blank\\">Amazon Aurora PostgreSQL backups and long-term data retention methods</a></ins> explores the primary tools focusing on backups, backup storage, and restore, and discuss some best practices related to applying these tools [hands on]</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t1\\" target=\\"_blank\\">Optimize Federated Query Performance using EXPLAIN and EXPLAIN ANALYZE in Amazon Athena</a></ins> demonstrates how to use and interpret EXPLAIN and EXPLAIN ANALYZE statements to improve Athena query performance when querying multiple data sources</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1t4\\" target=\\"_blank\\">How to centrally manage AWS IoT Greengrass devices using AWS Systems Manager</a></ins> shows you how you can simplify and centralise how you manage your AWS IoT Greengrass devices [hands on]</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1su\\" target=\\"_blank\\">Text summarization with Amazon SageMaker and Hugging Face</a></ins> walks you through how to implement one of the most downloaded Hugging Face pre-trained models used for text summarisation, DistilBART-CNN-12-6, within a Jupyter notebook using Amazon SageMaker and the SageMaker Hugging Face Inference Toolkit [hands on]</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sx\\" target=\\"_blank\\">Create, train, and deploy a billion-parameter language model on terabytes of data with TensorFlow and Amazon SageMaker</a></ins> covers two main approaches data parallelisation and model parallelisation in how you can tackle large scale model training [hands on]</li>\n</ul>\\n<h5><a id=\\"AWS_Community_Builder_and_Hero_picks_114\\"></a><strong>AWS Community Builder and Hero picks</strong></h5>\\n<p>Here are some posts from the AWS Hero and AWS Community Builders that are worth checking out.</p>\n<ul>\\n<li>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sz\\" target=\\"_blank\\">Getting started with Python based IaC using AWS CDK</a></ins> (Saravanan G) - if you are a Python developer and want to start understanding and using AWS CDK, this is the post for you</p>\n</li>\\n<li>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1tg\\" target=\\"_blank\\">Building a Flutter application for Web, iOS and Android using a CI/CD pipeline on CodeBuild</a></ins> (Johannes Koch) – part of a series of posts where you will build a Flutter application for Web, Android and iOS Apps (alpha versions that can be side-loaded) and use AWS CDK to help you</p>\n</li>\\n<li>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1th\\" target=\\"_blank\\">Linux’s Cloud Init — Benefits, Quirks, and Drawbacks</a></ins> (Carlo Mencarelli) - if you are using Linux instances on AWS, check out these deep dive and learn more about Cloud Init</p>\n</li>\\n</ul>\n<h5><a id=\\"Quick_updates_122\\"></a><strong>Quick updates</strong></h5>\\n<h6><a id=\\"Bottlerocket_123\\"></a><strong>Bottlerocket</strong></h6>\\n<p>Bottlerocket has added a variant that supports NVIDIA GPU-based Amazon EC2 instance types on Amazon Elastic Container Services (Amazon ECS). Bottlerocket is a Linux-based operating system that is purpose-built to run container workloads. Customers can now benefit from using the same container-focused host operating system for both their non-GPU and GPU workloads while using ECS, including machine learning, video encoding, and streaming workloads. This helps customers standardise on a single operating system that utilises the underlying specialised compute hardware.</p>\n<p>Back in March, another Bottlerocket variant was released, for Amazon Elastic Kubernetes Service (Amazon EKS) supporting NVIDIA GPU-accelerated workloads. With the availability of the Bottlerocket ECS variant, customers can now use Bottlerocket with NVIDIA GPUs on two popular orchestration services, Amazon EKS and ECS. The new Bottlerocket AMI includes the necessary software components required to run containerised accelerated workloads built into the base image, while using ECS as their container orchestration service. This configuration enables secure, seamless installation of required NVIDIA drivers and its updates, improves time to node-ready state, and reduces dependencies on external tools and repositories.</p>\n<p>Read more and get hands on by checking out the post from Maish Saidel-Keesing, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1sw\\" target=\\"_blank\\">Announcing NVIDIA GPU support for Bottlerocket on Amazon ECS</a></ins></p>\n<h6><a id=\\"Apache_Cassandra_131\\"></a><strong>Apache Cassandra</strong></h6>\\n<p>Amazon Keyspaces (for Apache Cassandra), a scalable, highly available, and fully managed Apache Cassandra-compatible database service, now helps you monitor your table-level storage costs through Amazon CloudWatch. You can now use the BillableTableSizeInBytes CloudWatch metric to monitor and track your table storage costs over time. The BillableTableSizeInBytes metric provides the billable storage size of a table by summing up the encoded size of all the rows in the table.</p>\n<h6><a id=\\"PostgreSQL_135\\"></a><strong>PostgreSQL</strong></h6>\\n<p>A few of updates this week.</p>\n<p>First is that Amazon Aurora PostgreSQL-Compatible Edition now supports the Large Objects (LO) module. The LO module provides support for managing Large Objects (also called LOs or BLOBs).</p>\n<p>Following that is news that Amazon Aurora PostgreSQL-compatible edition now supports zero-downtime patching (ZDP). With ZDP, customers can upgrade to a new PostgreSQL version and apply patches to their Aurora cluster without any downtime. ZDP preserves client connections while the database engine restarts. This feature allows you to more frequently upgrade your clusters to newer PostgreSQL minor versions while maintaining business continuity. ZDP is enabled on all Aurora clusters running supported database versions in all regions when you upgrade database minor versions or apply patches. Please review the Aurora documentation for more details.</p>\n<p>Finally we have the announcement of updates to the PostgreSQL database by the open source community, we have updated Amazon Aurora PostgreSQL-Compatible Edition to support PostgreSQL 13.7, 12.11, 11.16, and 10.21. These releases contain bug fixes and improvements by the PostgreSQL community. Refer to the Aurora version policy to help you to decide how often to upgrade and how to plan your upgrade process.</p>\n<p>This release also includes updates to pglogical and wal2json extensions. pglogical is an open source PostgreSQL extension that helps customers replicate data between independent PostgreSQL databases while maintaining consistent read-write access and a mix of private and common data in each database. Amazon Aurora pglogical uses logical replication to copy data changes between independent PostgreSQL databases, optionally resolving conflicts based on standard algorithms. Customers can enable pglogical from within their PostgreSQL instances, and pay only for the additional clusters and cross-region traffic needed, with no upfront costs or software purchases required. Fully integrated, pglogical requires no triggers or external programs. This alternative to physical replication is a highly efficient method of replicating data using a publish/subscribe model for selective replication.</p>\n<p>wal2json is an output plugin for logical decoding. Logical decoding is the process of extracting all persistent changes to a database’s tables into a coherent, easy to understand format which can be interpreted without detailed knowledge of the database’s internal state. Customers can use the extension to export the output of the PostgreSQL write-ahead log (WAL) into JSON objects.</p>\n<h5><a id=\\"Videos_of_the_week_149\\"></a><strong>Videos of the week</strong></h5>\\n<h6><a id=\\"OpenSearch_150\\"></a><strong>OpenSearch</strong></h6>\\n<p>The OpenSearch Project is a community-driven, open source search and analytics suite. It consists of a search engine daemon, OpenSearch, and a visualisation and user interface, OpenSearch Dashboards. OpenSearch enables people to ingest, secure, search, aggregate, view, and analyse data. Our goal is to build great software together with a strong and vibrant community. In this talk Sean Neumann and Charlotte Henkle share more about what has been launched so far, what’s coming in the future, and the challenges of stewarding an open-source project while also being associated with a large corporation.</p>\n<p><video src=\\"https://dc-testmedia.awsapp.cn/ca82a07c8ec340ee8e21678c666f9128_Sean%20Neumann%20%26%20Charlotte%20Henkle%20%E2%80%93%20Working%20in%20the%20Open...Search.mp4\\" controls=\\"controls\\"></video></p>\\n<h6><a id=\\"Karpenter_156\\"></a><strong>Karpenter</strong></h6>\\n<p>Nirmal Mehta, a Principal Specialist Solution Architect at AWS, and a Docker Captain, joins Bret Fisher to discuss and demo Karpenter. Karpenter is an autoscaling solution that aims to simplify Kubernetes infrastructure by automating node scaling up and down, with the “the right nodes at the right time.”</p>\n<p><video src=\\"https://dc-testmedia.awsapp.cn/2966bdb767424330a581cf785c0909a4_Kubernetes%20Autoscaling%20with%20Karpenter%20-%20DevOps%20and%20Docker%20Live%20Show%20%28Ep%20173%29.mp4\\" controls=\\"controls\\"></video></p>\\n<h6><a id=\\"Open_Source_in_Public_Sector_162\\"></a><strong>Open Source in Public Sector</strong></h6>\\n<p>Interesting session from the AWS Summit DC, taking a look at how open-source solutions and the cloud become force multipliers for enabling and accelerating that transformation. Reusing a proven open-source solution reduces lengthy and expensive procurement activities, while the cloud enables rapid deployment. This session looks at some of the case studies from around the world of successful use of open-source applications that have enabled and accelerated digital transformation within the public sector.</p>\n<p>Some very interesting data points in this session. Public money, public code. What are your thoughts?</p>\n<p><video src=\\"https://dc-testmedia.awsapp.cn/3aa165845b294e3684dabad43cb92c54_AWS%20Summit%20DC%202022%20-%20Rapidly%20modernize%20your%20institution%20with%20open-source%20software.mp4\\" controls=\\"controls\\"></video></p>\\n<h5><a id=\\"Events_for_your_diary_170\\"></a><strong>Events for your diary</strong></h5>\\n<h6><a id=\\"Observability_Open_Source_Solutions_171\\"></a><strong>Observability: Open Source Solutions</strong></h6>\\n<h6><a id=\\"June_28th_1000am__215pm_PDT_172\\"></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_180\\"></a><strong>BOSC 2022</strong></h6>\\n<h6><a id=\\"July_1314_Madison_Wisconsin_USA_181\\"></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_185\\"></a><strong>OpenSearch</strong></h6>\\n<h6><a id=\\"Every_other_Tuesday_3pm_GMT_186\\"></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_192\\"></a><strong>OpenSearchCon 2022</strong></h6>\\n<h6><a id=\\"Sept_21st_2022_Seattle_193\\"></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_201\\"></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
目录
关闭