Open source news and updates #111

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"Welcome to edition #111 of the AWS open source newsletter, a bit later this week but that was so I could pack in even more great open source content. This week we have another round up of new open source projects from the AWS community that include tools to help you manage your AWS CloudFront distributions, resource providers for CloudFormation for Confluent users, managing Amazon Route53 via the command line, a nice tool for Rust developers working with [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail), a nice tool to help you find your CIDR address ranges, and many more including some great samples.\n\nIf you are looking to catch up on the latest posts, we have topics covering Kubernetes, Ray, Locust, [AWS Copilot](https://aws.amazon.com/cn/containers/copilot/?trk=cndc-detail), AWS SAM, PostgreSQL, Terraform, Smithy, AWS Distro for OpenTelemetry, Apache Livy, OpenSearch, and more. This weeks video is perfect for .NET developers and looks at an open source project from AWS that helps you migrate your .NET applications to .NET Core.\n\nFinally, we have the event section, with lots of events happening over the next few weeks. AWS Container Day is happening at the beginning of next week. Check out the details in the Events section below for more details, but this is certainly a must attend event, with great sessions spread out over a number of days. The perfect way to get ready for KubeCon.\n\n#### **Celebrating open source contributors**\n\nThe articles posted in this series are only possible thanks to contributors and project maintainers and so I would like to shout out and thank those folks who really do power open source and enable us all to build on top of what they have created.\n\nSo thank you to the following open source heroes: Steven David , Sean Lee, Jeongyeol Lee, Seungjae Lee, Wontag Han, Jonas Woo, Adam Thomas, Paavan Mistry, Matt DePietro, Sivamuthu Kumar, Sofian Hamiti, Prayag Singh, Daniel Yeo and Yiqin(Miranda) Zhu, Gilad David Maayan, John Preston, Cooper Walbrun, Mathew Duggan, Shahar Shaked, Bharat Gamini and John Benninghoff.\n\nMake sure you find and follow these builders and keep up to date with their open source projects and contributions.\n\n#### **Latest open source projects**\n##### **Community**\n##### **cloudfront-manager**\n\n[cloudfront-manager](https://aws-oss.beachgeek.co.uk/1nf) is a new open source tool from AWS Community Builder Harinder Seera that will help you to Invalidate, Enable, Disable and Delete Cloudfront distribution. Also display detail of a distribution. He has put together this blog post, [AWS Cloudfront Manager Utility - How To Guide For Windows](https://aws-oss.beachgeek.co.uk/1ng) that helps you get start with this tool.\n\n##### **aws-cfn-confluentcloud-iam-serviceaccount**\n\n[aws-cfn-confluentcloud-iam-serviceaccount](https://aws-oss.beachgeek.co.uk/1ni) is an open source 3rd party CloudFormation resource that users of Confluent should check out. It allows to create a new Service Account into an organization in Confluent Cloud via API. Nice work John!\n\n#### **Tools**\n##### **aws-ensure-route53**\n\n[aws-ensure-route53](https://aws-oss.beachgeek.co.uk/1nj) is a new open sourced tool from nathants that enables you to easily manage route53 on multiple accounts.\n\n##### **cargo-lambda**\n\n[cargo-lambda](https://aws-oss.beachgeek.co.uk/1nk) this project provides a Cargo subcommand to help you work with [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail). The **new** subcommand creates a basic Rust package from a well defined template to help you start writing [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions in Rust. The **build** subcommand compiles [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions natively and produces artifacts which you can then upload to [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) or use with other echosystem tools, like SAM Cli or the [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail). There are other commands (**watch**, **invoke**, **deploy**), so if you are a Rust developer exploring [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail), this project is for you.\n\n##### **aws-cidr-finder**\n\n[aws-cidr-finder](https://aws-oss.beachgeek.co.uk/1nl) this project from Cooper Walbrun provides a Python CLI tool for finding unused CIDR blocks in AWS VPCs and outputs them to STDOUT. It is very simple, but can be quite useful for users who manage many subnets across one or more VPCs. Read more in the post from Mathew Duggan, [Quickly find unused CIDR blocks in your AWS VPC](https://aws-oss.beachgeek.co.uk/1nm)\n\n##### **ec2-spot-interrupter-cli**\n\n[ec2-spot-interrupter-cli](https://aws-oss.beachgeek.co.uk/1nv) this is a neat tool that provides a command line interface to simulate EC2 Spot Instances interruptions using AWS Fault Injection Simulator (FIS).\n\n##### **amazon-cloudwatch-retention-period-setter**\n\n[amazon-cloudwatch-retention-period-setter](https://aws-oss.beachgeek.co.uk/1nt) By default, all the logs stored in [Amazon CloudWatch](https://aws.amazon.com/cn/cloudwatch/?trk=cndc-detail) log groups are kept indefinitely and their retention period is set to Never Expire which might result in excessive costs. To reduce storage costs, customers should consider changing the default retention period. Changing [Amazon CloudWatch](https://aws.amazon.com/cn/cloudwatch/?trk=cndc-detail) log groups retention period manually could be tedious considering that you need to track all the newly created log groups. This repo contains a solution to help you automate that, and links to a detailed walk through of how to configure this.\n\n##### **Demos, Samples and Workshops**\n##### **aws-global-pubsub-api**\n\n[aws-global-pubsub-api](https://aws-oss.beachgeek.co.uk/1nx) This is an implementation of a multi-region PubSub real-time API based on Serverless/Functionless WebSockets where clients are subscribed to a specific channel and messages are pushed automatically to clients listening/subscribed to the channel in both regions. Connections management, scalability, fan-out and broadcasting are all automatically handled by the regional AppSync APIs.\n\n![image.png](https://dc-testmedia.awsapp.cn/8766d01d94f04878afb99a697e56c8a3_image.png)\n\n##### **deploy-kubernetes-resources-to-amazon-eks-using-azure-devops\n**\n[deploy-kubernetes-resources-to-amazon-eks-using-azure-devops](https://aws-oss.beachgeek.co.uk/1nu) if you are using Azure DevOps as part of your developer tooling, then this project might be of interest. This pattern aims to provide guidance on how to deploy a containerized application to [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) cluster from Azure DevOps using Helm chart. The pattern can be further extended by modifying the pipeline template shared here to use the Azure pipelines service connection for AWS in order to query and use data from AWS Cloud.\n\n![image.png](https://dc-testmedia.awsapp.cn/fe7e4fbbd50e494ea8fa7366a536f769_image.png)\n\n##### **observability-with-amazon-opensearch**\n\n[observability-with-amazon-opensearch](https://aws-oss.beachgeek.co.uk/1ns) this repo contains a workshop where you will learn how to instrument, collect, and analyze metrics, traces, and log data all the way from user front ends to service backends and everything in between. Put this together with OpenSearch, AWS Distro for OpenTelemetry, FluentBit, and Data Prepper.\n\n![image.png](https://dc-testmedia.awsapp.cn/a256380a41504001915ccde3b73eb6b1_image.png)\n\n##### **aws-sagemaker-pipelines-skin-classification**\n\n[aws-sagemaker-pipelines-skin-classification](https://aws-oss.beachgeek.co.uk/1nw) This repository aims at enabling the customization of a built-in SageMaker pipeline for MLOps to user-defined workflow. In this case we address a computer vision use case for skin lesion classification. This is a step-by-step guide on how to adapt an existing code to the CI/CD pipeline in AWS SageMaker Studio.\n\n##### **amazon-elasticache-demo-using-aws-cdk**\n\n[amazon-elasticache-demo-using-aws-cdk](https://aws-oss.beachgeek.co.uk/1ny) this repo contains code to deploy Amazon Elasticache 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 demo configures a host for the web application using Amazon Elastic Compute Cloud (Amazon EC2). We load a large dataset into a MySQL database hosted on Amazon Relational Database Service ([Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail)). To cache queries we use [Amazon ElastiCache](https://aws.amazon.com/cn/elasticache/?trk=cndc-detail) for Redis. The following architecture diagram shows the solution components and how they interact.\n\n![image.png](https://dc-testmedia.awsapp.cn/df93b0850c0b40aea1636e3202bf3008_image.png)\n\n#### **AWS and Community blog posts**\n##### **Smithy**\n\nSmithy is an open sourced interface definition language and set of tools that allows developers to build clients and servers in multiple languages. Adam Thomas shares his excitement about the developer preview of Smithy’s server and client generators for TypeScript in his post, [Smithy Server and Client Generator for TypeScript (Developer Preview)](https://aws-oss.beachgeek.co.uk/1n4). This enables developers to write concise, type-safe code in the same model-first manner that AWS has used to develop its services. Recommended read this week. [hands on]\n\n![image.png](https://dc-testmedia.awsapp.cn/e7d8cd4e1da34eb38818fd431d0f6550_image.png)\n\n##### **Apache Livy**\n\nApache Livy is a service that enables easy interaction with a Spark cluster over a REST interface. In [Access Apache Livy using a Network Load Balancer on a Kerberos-enabled Amazon EMR cluster](https://aws-oss.beachgeek.co.uk/1nr) Bharat Gamini and John Benninghoff discuss how to provide Kerberos ticket access to Livy for external systems like Airflow and Notebooks. [hands on]\n\n##### **OpenSearch**\n\nShahar Shaked put together this blog post, [Introducing open-source Kubernetes Operator for OpenSearch](https://aws-oss.beachgeek.co.uk/1nn) that takes a look at the OpenSearch Operator. This is a fully open-source Kubernetes Operator, licensed as Apache 2.0, and is used for automating the deployment, provisioning, management, and orchestration of OpenSearch clusters and OpenSearch dashboards.\n\n##### **Ray**\n\nRay is an open source (Apache 2.0 License) framework to build and scale distributed applications. In the post, Announcing [Amazon CloudWatch](https://aws.amazon.com/cn/cloudwatch/?trk=cndc-detail) for Ray Daniel Yeo and Yiqin(Miranda) Zhu share how with CloudWatch for Ray, you can now deploy your Ray applications in production on [Amazon EC2 ](https://aws.amazon.com/cn/ec2/?trk=cndc-detail)and monitor their health with near real-time metrics, logs, and alarms.\n\n##### **Terraform**\n\nA great post from Andrew Wasilczuk at the Scale Factory, that shows you how you can use Terraform to automat the deployment and configuration of [AWS Control Tower](https://aws.amazon.com/cn/controltower/?trk=cndc-detail). If you have been looking to automate how you deploy and comnfigure [AWS Control Tower](https://aws.amazon.com/cn/controltower/?trk=cndc-detail), you need to read the post, [Is AWS Control Tower suitable for Terraform users?](https://aws-oss.beachgeek.co.uk/1nc)\n\n##### **[AWS Copilot](https://aws.amazon.com/cn/containers/copilot/?trk=cndc-detail)**\n\nIn the post [AWS Copilot GitHub Actions](https://blog.sivamuthukumar.com/aws-copilot-github-actions), AWS Community Builder Sivamuthu Kumar shows you how you can use [AWS Copilot](https://aws.amazon.com/cn/containers/copilot/?trk=cndc-detail), an open-source command-line interface that makes it easy for developers to build, release, and operate production-ready containerised applications on AWS, together with GitHub actions. [hands on]\n\n##### **[AWS Amplify](https://aws.amazon.com/cn/amplify/?trk=cndc-detail)**\n\n[Using Open Source AWS Amplify JS with Cognito to Secure Angular Apps](https://aws-oss.beachgeek.co.uk/1nh) is a post from Gilad David Maayan is a guided walk through of how set up the Cognito UserPools JWT authentication flow and how it will integrate with an Angular Web Application. [hands on]\n\n##### **VSCode**\n\nCode-server is a popular open source project that allows you to access VS Code via a browser. Sofian Hamiti and Prayag Singh have taken this a step further and collaborated on this post, [Hosting VS Code on SageMaker Studio](https://aws-oss.beachgeek.co.uk/1nb) where they walk you through deploying VS Code within SageMaker Studio. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/a55a813441d245808c7555b7cccce8c5_image.png)\n\n##### **Locust**\n\nLocust is an open-source load testing tool I have featured in previous newsletters that comes with a real-time dashboard and programmable test scenarios.\n\n![image.png](https://dev-media.amazoncloud.cn/34cabb4daddc40c0a67b0c773b0ad8ae_image.png)\n\nIn the post, [Load testing your workload running on Amazon EKS with Locust](https://aws-oss.beachgeek.co.uk/1n5), Sean Lee, Jeongyeol Lee, Seungjae Lee, Wontag Han, and Jonas Woo walk you through the steps to build two [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) clusters, one for generating load using Locust and another for running a sample workload. You can use this as the basis for your own setup. [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/1245530a831f482f8d5555c31e11ff08_image.png)\n\n##### **Kubernetes**\n\nIn the post [Introducing Kubernetes Resource View in Amazon EKS console](https://aws-oss.beachgeek.co.uk/1n9) is a post from Paavan Mistry and Matt DePietro that explores an update within the [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) console which will mean you are able to see all Kubernetes API resource types running in your [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) clusters, making it easier to visualise and troubleshoot your Kubernetes applications using [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail).\n\nI also found this post from AWS Partner Weaveworks, [Weaveworks & AWS: Best Practices for Hybrid Cloud Kubernetes with EKS and Weave GitOps](https://aws-oss.beachgeek.co.uk/1nd) which provides and overview and links to the whitepaper on currnet good practices for Hybrid Cloud Kubernetes with EKS. Absolutely essential reading if you are using [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail).\n\n##### **AWS Distro for OpenTelemetry**\n\nAWS Distro for OpenTelemetry (ADOT) is a secure, AWS-supported distribution of the OpenTelemetry project. Viji Sarathy and Imaya Kumar Jagannathan have come together to write, [Metrics and traces Collection from Amazon ECS using AWS Distro for OpenTelemetry with Dynamic Service Discovery](https://aws-oss.beachgeek.co.uk/1na) showing you how you can deploy a single instance of an ADOT Collector to an [Amazon ECS](https://aws.amazon.com/cn/ecs/?trk=cndc-detail) cluster and collecting Prometheus metrics from workloads that were dynamically discovered by taking advantage of the integration between [Amazon ECS](https://aws.amazon.com/cn/ecs/?trk=cndc-detail) and [AWS Cloud Map](https://aws.amazon.com/cn/cloud-map/?trk=cndc-detail). [hands on]\n\n![image.png](https://dev-media.amazoncloud.cn/485c456819e24e1f9756e2f982fc1feb_image.png)\n\n##### **Other posts worth checking out**\n\n- [Automate interval partitioning maintenance, and monitoring in Amazon RDS for PostgreSQL](https://aws-oss.beachgeek.co.uk/1n3) and [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) PostgreSQL demonstrates how to configure interval partitioning in an Aurora PostgreSQL database using PostgreSQL extensions such as pg_partman and pg_cron\n- [AWS announces support for Android, iOS, and MacOS games with AWS GameKit for Unreal Engine](https://aws-oss.beachgeek.co.uk/1n6) is an update to share how [AWS GameKit](https://aws.amazon.com/cn/gamekit/?trk=cndc-detail) now supports Android, iOS, and MacOS games developed with Unreal Engine\n- [Accelerate hybrid quantum-classical algorithms on Amazon Braket using embedded simulators from Xanadu’s PennyLane featuring NVIDIA cuQuantum](https://aws-oss.beachgeek.co.uk/1n7) explores what are Quantum embedded simulators and how you might use them\n\n![image.png](https://dev-media.amazoncloud.cn/ab8f2360b61a4889aa22412b4335e0b8_image.png)\n\n##### **Case Studies**\n\n- [Ogury Uses Open Source Technologies on AWS to Run Low-Latency Machine Learning](https://aws-oss.beachgeek.co.uk/1n8) is a great case study showcasing how Ogury, a Personified Advertising company, is using open source machine learning (ML) on AWS to deliver a planned 300,000 inferences per second under 10-ms latency\n\n\n![image.png](https://dev-media.amazoncloud.cn/e79c8becbad34bad89cee8c5826ab5b9_image.png)\n\n#### **Quick updates**\n##### **PostgreSQL**\n\nAmazon Relational Database Service ([Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail)) for PostgreSQL announces support for PostgreSQL 14 with three levels of cascaded read replicas, 5 replicas per instance, supporting a maximum of up to 155 read replicas per source instance. You can now create Single-AZ or Multi-AZ cascaded read replica DB instances in same region or any one cross region from another read replica instance, enabling you to build a more robust disaster recovery architecture.\n\nStarting with [Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail) for PostgreSQL 14.1 and higher, read intensive workloads such as data analytics can now benefit from up to 155 cascaded read replicas that offer up to 30 times higher read capacity versus previous versions of PostgreSQL, thereby reducing the load on source instance. You can now also pre-create read replicas for your selected disaster recovery target read replica and utilise read scaling immediately after promoting the target. The cascaded read replicas also come with the option to enable automated backup that allows for a quicker promotion of read replica to source instance since only incremental snapshot is required for the promoted read replica.\n\n##### **AWS SAM**\n\nNow you can use the [AWS Serverless Application Model](https://aws.amazon.com/cn/serverless/sam/?trk=cndc-detail) (AWS SAM) CLI to enable [AWS X-Ray](https://aws.amazon.com/cn/xray/?trk=cndc-detail) tracing in your AWS SAM templates automatically, without manually authoring your AWS SAM templates. This makes it easier to centrally manage [AWS X-Ray](https://aws.amazon.com/cn/xray/?trk=cndc-detail) tracing across your Lambda functions in your serverless application.\n\nThe AWS SAM CLI is a developer tool that makes it easier to initialise, build, package, test on local and cloud, and deploy serverless applications. [AWS X-Ray](https://aws.amazon.com/cn/xray/?trk=cndc-detail) helps you analyse and debug your distributed applications, such as those built using a microservices architecture. [AWS X-Ray](https://aws.amazon.com/cn/xray/?trk=cndc-detail) provides an end-to-end view of requests as they travel through your application, making it easier to monitor and troubleshoot complex serverless architectures. Enabling tracing through the AWS SAM CLI reduces the complexity of setting up tracing on each of your Lambda functions.\n\nTo enable tracing through the AWS SAM CLI, simply add --tracing flag to the sam init command invocation to activate tracing. You can enable tracing across all Lambda functions in your AWS SAM application, or for specific functions.\n\n#### **Videos of the week**\n##### **.NET Core**\n\nSteven David helps you learn about Porting Assistant for .NET, an analysis tool that scans .NET Framework applications and generates a .NET Core compatibility assessment, helping you port your applications to cloud native services faster.\n\n<video src=\\"https://dev-media.amazoncloud.cn/e4d4b3b107284aba8f242895be571a5e_Port%20.NET%20applications%20from%20.NET%20Framework%20to%20.NET%20Core%20_%20AWS%20Events.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\n\n#### **Events for your diary**\n\nEvents coming up in the next few weeks. I will be at the AWS Summit Berlin and KubeCon so if you are also attending, let me know - would be great to meet some of you in person.\n\n##### **AWS Container Day**\n##### **May 10th-13th**\n\nWith KubeCon around the corner, a few days before AWS is holding its annual Container Day event where we share a number of great sessions covering everything you need to know about running containers on AWS. You can check out the blog post, [Save the date: AWS Containers events in May](https://aws-oss.beachgeek.co.uk/1no) that provides links and more details. Whilst you do not need to register as these will be live streamed, registration will allow you to set a reminder and calendar invite so you don't miss any of these great sessions.\n\nIf you want to check out the schedule of speakers and topics, check out [AWS Container Day with Docker](https://aws-oss.beachgeek.co.uk/1np) and [AWS Container Days @ KubeCon + CloudNativeCon Europe 2022](https://aws-oss.beachgeek.co.uk/1nq) for the full breakdown.\n\n##### **AWS Berlin Summit**\n##### **May 11th/12th**\n\nAside from the AWS open source sessions (including me again, talking about Apache Airflow) we will have our very own Spot and myself manning the open source booth. Really looking forward to this and would love to see you come down and share your open source projects on our booth.\n\n[AWS Berlin Summit registration page](https://aws.amazon.com/events/summits/berlin/)\n\n##### **KubeCon**\n##### **May 16th-20th, Valencia Spain**\n\nThe Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities in Valencia, Spain from 16 – 20 May 2022. I will be there with many of the open source team and other AWS colleagues, so if you are going, make sure you swing by the AWS Booth.\n\nFind out more about the [event here](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/).\n\n##### **GitOpsCon Europe**\n##### **May 17th, Valencia Spain**\n\nGitOpsCon Europe is designed to foster collaboration, discussion, and knowledge sharing on GitOps. This event is aimed at audiences that are new to GitOps as well as those currently using GitOps within their organisation. Get connected with others that are passionate about GitOps. Learn from practitioners about pitfalls to avoid, hurdles to jump, and how to adopt GitOps in your cloud native environment.\n\nThe event is vendor-neutral and is being organised by the CNCF GitOps Working Group. Topics include getting started with GitOps, scaling and managing GitOps, lessons learned from production deployments, technical sessions, and thought leadership.\n\nRead more about this from the official page [here](https://events.linuxfoundation.org/gitopscon-europe/).\n\n##### **CDK Day**\n##### **May 26th - Virtual**\n\nThis is a community organised event about [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail), cdktf, projen and cdk8s. This will be third year they run this event, and if the previous two are anything to go by, this will be essential viewing - live streamed via You Tube. Check out and register for the event over at their home page at [https://www.cdkday.com/](https://www.cdkday.com/)\n\n##### **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 Tuesday, 3pm GMT**\n\nThis regular meet-up is for anyone interested in OpenSearch & Open Distro. All skill levels are welcome and they cover and welcome talks on topics including: search, logging, log analytics, and data visualisation.\n\nSign up to the next session, [OpenSearch Community Meeting - Feb2022](https://aws-oss.beachgeek.co.uk/1az)\n\n##### **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)","render":"<p>Welcome to edition #111 of the AWS open source newsletter, a bit later this week but that was so I could pack in even more great open source content. This week we have another round up of new open source projects from the AWS community that include tools to help you manage your AWS CloudFront distributions, resource providers for CloudFormation for Confluent users, managing Amazon Route53 via the command line, a nice tool for Rust developers working with AWS Lambda, a nice tool to help you find your CIDR address ranges, and many more including some great samples.</p>\n<p>If you are looking to catch up on the latest posts, we have topics covering Kubernetes, Ray, Locust, AWS Copilot, AWS SAM, PostgreSQL, Terraform, Smithy, AWS Distro for OpenTelemetry, Apache Livy, OpenSearch, and more. This weeks video is perfect for .NET developers and looks at an open source project from AWS that helps you migrate your .NET applications to .NET Core.</p>\n<p>Finally, we have the event section, with lots of events happening over the next few weeks. AWS Container Day is happening at the beginning of next week. Check out the details in the Events section below for more details, but this is certainly a must attend event, with great sessions spread out over a number of days. The perfect way to get ready for KubeCon.</p>\n<h4><a id=\\"Celebrating_open_source_contributors_6\\"></a><strong>Celebrating open source contributors</strong></h4>\\n<p>The articles posted in this series are only possible thanks to contributors and project maintainers and so I would like to shout out and thank those folks who really do power open source and enable us all to build on top of what they have created.</p>\n<p>So thank you to the following open source heroes: Steven David , Sean Lee, Jeongyeol Lee, Seungjae Lee, Wontag Han, Jonas Woo, Adam Thomas, Paavan Mistry, Matt DePietro, Sivamuthu Kumar, Sofian Hamiti, Prayag Singh, Daniel Yeo and Yiqin(Miranda) Zhu, Gilad David Maayan, John Preston, Cooper Walbrun, Mathew Duggan, Shahar Shaked, Bharat Gamini and John Benninghoff.</p>\n<p>Make sure you find and follow these builders and keep up to date with their open source projects and contributions.</p>\n<h4><a id=\\"Latest_open_source_projects_14\\"></a><strong>Latest open source projects</strong></h4>\\n<h5><a id=\\"Community_15\\"></a><strong>Community</strong></h5>\\n<h5><a id=\\"cloudfrontmanager_16\\"></a><strong>cloudfront-manager</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nf\\" target=\\"_blank\\">cloudfront-manager</a> is a new open source tool from AWS Community Builder Harinder Seera that will help you to Invalidate, Enable, Disable and Delete Cloudfront distribution. Also display detail of a distribution. He has put together this blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1ng\\" target=\\"_blank\\">AWS Cloudfront Manager Utility - How To Guide For Windows</a> that helps you get start with this tool.</p>\\n<h5><a id=\\"awscfnconfluentcloudiamserviceaccount_20\\"></a><strong>aws-cfn-confluentcloud-iam-serviceaccount</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1ni\\" target=\\"_blank\\">aws-cfn-confluentcloud-iam-serviceaccount</a> is an open source 3rd party CloudFormation resource that users of Confluent should check out. It allows to create a new Service Account into an organization in Confluent Cloud via API. Nice work John!</p>\\n<h4><a id=\\"Tools_24\\"></a><strong>Tools</strong></h4>\\n<h5><a id=\\"awsensureroute53_25\\"></a><strong>aws-ensure-route53</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nj\\" target=\\"_blank\\">aws-ensure-route53</a> is a new open sourced tool from nathants that enables you to easily manage route53 on multiple accounts.</p>\\n<h5><a id=\\"cargolambda_29\\"></a><strong>cargo-lambda</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nk\\" target=\\"_blank\\">cargo-lambda</a> this project provides a Cargo subcommand to help you work with [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail). The <strong>new</strong> subcommand creates a basic Rust package from a well defined template to help you start writing [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions in Rust. The <strong>build</strong> subcommand compiles [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) functions natively and produces artifacts which you can then upload to [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) or use with other echosystem tools, like SAM Cli or the [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail). There are other commands (<strong>watch</strong>, <strong>invoke</strong>, <strong>deploy</strong>), so if you are a Rust developer exploring [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail), this project is for you.</p>\\n<h5><a id=\\"awscidrfinder_33\\"></a><strong>aws-cidr-finder</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nl\\" target=\\"_blank\\">aws-cidr-finder</a> this project from Cooper Walbrun provides a Python CLI tool for finding unused CIDR blocks in AWS VPCs and outputs them to STDOUT. It is very simple, but can be quite useful for users who manage many subnets across one or more VPCs. Read more in the post from Mathew Duggan, <a href=\\"https://aws-oss.beachgeek.co.uk/1nm\\" target=\\"_blank\\">Quickly find unused CIDR blocks in your AWS VPC</a></p>\\n<h5><a id=\\"ec2spotinterruptercli_37\\"></a><strong>ec2-spot-interrupter-cli</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nv\\" target=\\"_blank\\">ec2-spot-interrupter-cli</a> this is a neat tool that provides a command line interface to simulate EC2 Spot Instances interruptions using AWS Fault Injection Simulator (FIS).</p>\\n<h5><a id=\\"amazoncloudwatchretentionperiodsetter_41\\"></a><strong>amazon-cloudwatch-retention-period-setter</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nt\\" target=\\"_blank\\">amazon-cloudwatch-retention-period-setter</a> By default, all the logs stored in [Amazon CloudWatch](https://aws.amazon.com/cn/cloudwatch/?trk=cndc-detail) log groups are kept indefinitely and their retention period is set to Never Expire which might result in excessive costs. To reduce storage costs, customers should consider changing the default retention period. Changing [Amazon CloudWatch](https://aws.amazon.com/cn/cloudwatch/?trk=cndc-detail) log groups retention period manually could be tedious considering that you need to track all the newly created log groups. This repo contains a solution to help you automate that, and links to a detailed walk through of how to configure this.</p>\\n<h5><a id=\\"Demos_Samples_and_Workshops_45\\"></a><strong>Demos, Samples and Workshops</strong></h5>\\n<h5><a id=\\"awsglobalpubsubapi_46\\"></a><strong>aws-global-pubsub-api</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nx\\" target=\\"_blank\\">aws-global-pubsub-api</a> This is an implementation of a multi-region PubSub real-time API based on Serverless/Functionless WebSockets where clients are subscribed to a specific channel and messages are pushed automatically to clients listening/subscribed to the channel in both regions. Connections management, scalability, fan-out and broadcasting are all automatically handled by the regional AppSync APIs.</p>\\n<p><img src=\\"https://dc-testmedia.awsapp.cn/8766d01d94f04878afb99a697e56c8a3_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"deploykubernetesresourcestoamazoneksusingazuredevops_52\\"></a>**deploy-kubernetes-resources-to-amazon-eks-using-azure-devops</h5>\\n<p>**<br />\\n<a href=\\"https://aws-oss.beachgeek.co.uk/1nu\\" target=\\"_blank\\">deploy-kubernetes-resources-to-amazon-eks-using-azure-devops</a> if you are using Azure DevOps as part of your developer tooling, then this project might be of interest. This pattern aims to provide guidance on how to deploy a containerized application to [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) cluster from Azure DevOps using Helm chart. The pattern can be further extended by modifying the pipeline template shared here to use the Azure pipelines service connection for AWS in order to query and use data from AWS Cloud.</p>\\n<p><img src=\\"https://dc-testmedia.awsapp.cn/fe7e4fbbd50e494ea8fa7366a536f769_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"observabilitywithamazonopensearch_58\\"></a><strong>observability-with-amazon-opensearch</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1ns\\" target=\\"_blank\\">observability-with-amazon-opensearch</a> this repo contains a workshop where you will learn how to instrument, collect, and analyze metrics, traces, and log data all the way from user front ends to service backends and everything in between. Put this together with OpenSearch, AWS Distro for OpenTelemetry, FluentBit, and Data Prepper.</p>\\n<p><img src=\\"https://dc-testmedia.awsapp.cn/a256380a41504001915ccde3b73eb6b1_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"awssagemakerpipelinesskinclassification_64\\"></a><strong>aws-sagemaker-pipelines-skin-classification</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nw\\" target=\\"_blank\\">aws-sagemaker-pipelines-skin-classification</a> This repository aims at enabling the customization of a built-in SageMaker pipeline for MLOps to user-defined workflow. In this case we address a computer vision use case for skin lesion classification. This is a step-by-step guide on how to adapt an existing code to the CI/CD pipeline in AWS SageMaker Studio.</p>\\n<h5><a id=\\"amazonelasticachedemousingawscdk_68\\"></a><strong>amazon-elasticache-demo-using-aws-cdk</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1ny\\" target=\\"_blank\\">amazon-elasticache-demo-using-aws-cdk</a> this repo contains code to deploy Amazon Elasticache 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 demo configures a host for the web application using Amazon Elastic Compute Cloud (Amazon EC2). We load a large dataset into a MySQL database hosted on Amazon Relational Database Service ([Amazon RDS](https://aws.amazon.com/cn/rds/?trk=cndc-detail)). To cache queries we use [Amazon ElastiCache](https://aws.amazon.com/cn/elasticache/?trk=cndc-detail) for Redis. The following architecture diagram shows the solution components and how they interact.</p>\\n<p><img src=\\"https://dc-testmedia.awsapp.cn/df93b0850c0b40aea1636e3202bf3008_image.png\\" alt=\\"image.png\\" /></p>\n<h4><a id=\\"AWS_and_Community_blog_posts_74\\"></a><strong>AWS and Community blog posts</strong></h4>\\n<h5><a id=\\"Smithy_75\\"></a><strong>Smithy</strong></h5>\\n<p>Smithy is an open sourced interface definition language and set of tools that allows developers to build clients and servers in multiple languages. Adam Thomas shares his excitement about the developer preview of Smithy’s server and client generators for TypeScript in his post, <a href=\\"https://aws-oss.beachgeek.co.uk/1n4\\" target=\\"_blank\\">Smithy Server and Client Generator for TypeScript (Developer Preview)</a>. This enables developers to write concise, type-safe code in the same model-first manner that AWS has used to develop its services. Recommended read this week. [hands on]</p>\\n<p><img src=\\"https://dc-testmedia.awsapp.cn/e7d8cd4e1da34eb38818fd431d0f6550_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Apache_Livy_81\\"></a><strong>Apache Livy</strong></h5>\\n<p>Apache Livy is a service that enables easy interaction with a Spark cluster over a REST interface. In <a href=\\"https://aws-oss.beachgeek.co.uk/1nr\\" target=\\"_blank\\">Access Apache Livy using a Network Load Balancer on a Kerberos-enabled Amazon EMR cluster</a> Bharat Gamini and John Benninghoff discuss how to provide Kerberos ticket access to Livy for external systems like Airflow and Notebooks. [hands on]</p>\\n<h5><a id=\\"OpenSearch_85\\"></a><strong>OpenSearch</strong></h5>\\n<p>Shahar Shaked put together this blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1nn\\" target=\\"_blank\\">Introducing open-source Kubernetes Operator for OpenSearch</a> that takes a look at the OpenSearch Operator. This is a fully open-source Kubernetes Operator, licensed as Apache 2.0, and is used for automating the deployment, provisioning, management, and orchestration of OpenSearch clusters and OpenSearch dashboards.</p>\\n<h5><a id=\\"Ray_89\\"></a><strong>Ray</strong></h5>\\n<p>Ray is an open source (Apache 2.0 License) framework to build and scale distributed applications. In the post, Announcing Amazon CloudWatch for Ray Daniel Yeo and Yiqin(Miranda) Zhu share how with CloudWatch for Ray, you can now deploy your Ray applications in production on Amazon EC2 and monitor their health with near real-time metrics, logs, and alarms.</p>\n<h5><a id=\\"Terraform_93\\"></a><strong>Terraform</strong></h5>\\n<p>A great post from Andrew Wasilczuk at the Scale Factory, that shows you how you can use Terraform to automat the deployment and configuration of AWS Control Tower. If you have been looking to automate how you deploy and comnfigure AWS Control Tower, you need to read the post, <a href=\\"https://aws-oss.beachgeek.co.uk/1nc\\" target=\\"_blank\\">Is AWS Control Tower suitable for Terraform users?</a></p>\\n<h5><a id=\\"AWS_Copilot_97\\"></a><strong>AWS Copilot</strong></h5>\\n<p>In the post <a href=\\"https://blog.sivamuthukumar.com/aws-copilot-github-actions\\" target=\\"_blank\\">AWS Copilot GitHub Actions</a>, AWS Community Builder Sivamuthu Kumar shows you how you can use [AWS Copilot](https://aws.amazon.com/cn/containers/copilot/?trk=cndc-detail), an open-source command-line interface that makes it easy for developers to build, release, and operate production-ready containerised applications on AWS, together with GitHub actions. [hands on]</p>\\n<h5><a id=\\"AWS_Amplify_101\\"></a><strong>AWS Amplify</strong></h5>\\n<p><a href=\\"https://aws-oss.beachgeek.co.uk/1nh\\" target=\\"_blank\\">Using Open Source AWS Amplify JS with Cognito to Secure Angular Apps</a> is a post from Gilad David Maayan is a guided walk through of how set up the Cognito UserPools JWT authentication flow and how it will integrate with an Angular Web Application. [hands on]</p>\\n<h5><a id=\\"VSCode_105\\"></a><strong>VSCode</strong></h5>\\n<p>Code-server is a popular open source project that allows you to access VS Code via a browser. Sofian Hamiti and Prayag Singh have taken this a step further and collaborated on this post, <a href=\\"https://aws-oss.beachgeek.co.uk/1nb\\" target=\\"_blank\\">Hosting VS Code on SageMaker Studio</a> where they walk you through deploying VS Code within SageMaker Studio. [hands on]</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/a55a813441d245808c7555b7cccce8c5_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Locust_111\\"></a><strong>Locust</strong></h5>\\n<p>Locust is an open-source load testing tool I have featured in previous newsletters that comes with a real-time dashboard and programmable test scenarios.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/34cabb4daddc40c0a67b0c773b0ad8ae_image.png\\" alt=\\"image.png\\" /></p>\n<p>In the post, <a href=\\"https://aws-oss.beachgeek.co.uk/1n5\\" target=\\"_blank\\">Load testing your workload running on Amazon EKS with Locust</a>, Sean Lee, Jeongyeol Lee, Seungjae Lee, Wontag Han, and Jonas Woo walk you through the steps to build two [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) clusters, one for generating load using Locust and another for running a sample workload. You can use this as the basis for your own setup. [hands on]</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/1245530a831f482f8d5555c31e11ff08_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Kubernetes_121\\"></a><strong>Kubernetes</strong></h5>\\n<p>In the post <a href=\\"https://aws-oss.beachgeek.co.uk/1n9\\" target=\\"_blank\\">Introducing Kubernetes Resource View in Amazon EKS console</a> is a post from Paavan Mistry and Matt DePietro that explores an update within the [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) console which will mean you are able to see all Kubernetes API resource types running in your [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail) clusters, making it easier to visualise and troubleshoot your Kubernetes applications using [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail).</p>\\n<p>I also found this post from AWS Partner Weaveworks, <a href=\\"https://aws-oss.beachgeek.co.uk/1nd\\" target=\\"_blank\\">Weaveworks &amp; AWS: Best Practices for Hybrid Cloud Kubernetes with EKS and Weave GitOps</a> which provides and overview and links to the whitepaper on currnet good practices for Hybrid Cloud Kubernetes with EKS. Absolutely essential reading if you are using [Amazon EKS](https://aws.amazon.com/cn/eks/?trk=cndc-detail).</p>\\n<h5><a id=\\"AWS_Distro_for_OpenTelemetry_127\\"></a><strong>AWS Distro for OpenTelemetry</strong></h5>\\n<p>AWS Distro for OpenTelemetry (ADOT) is a secure, AWS-supported distribution of the OpenTelemetry project. Viji Sarathy and Imaya Kumar Jagannathan have come together to write, <a href=\\"https://aws-oss.beachgeek.co.uk/1na\\" target=\\"_blank\\">Metrics and traces Collection from Amazon ECS using AWS Distro for OpenTelemetry with Dynamic Service Discovery</a> showing you how you can deploy a single instance of an ADOT Collector to an [Amazon ECS](https://aws.amazon.com/cn/ecs/?trk=cndc-detail) cluster and collecting Prometheus metrics from workloads that were dynamically discovered by taking advantage of the integration between [Amazon ECS](https://aws.amazon.com/cn/ecs/?trk=cndc-detail) and [AWS Cloud Map](https://aws.amazon.com/cn/cloud-map/?trk=cndc-detail). [hands on]</p>\\n<p><img src=\\"https://dev-media.amazoncloud.cn/485c456819e24e1f9756e2f982fc1feb_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Other_posts_worth_checking_out_133\\"></a><strong>Other posts worth checking out</strong></h5>\\n<ul>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1n3\\" target=\\"_blank\\">Automate interval partitioning maintenance, and monitoring in Amazon RDS for PostgreSQL</a> and [Amazon Aurora](https://aws.amazon.com/cn/rds/aurora/?trk=cndc-detail) PostgreSQL demonstrates how to configure interval partitioning in an Aurora PostgreSQL database using PostgreSQL extensions such as pg_partman and pg_cron</li>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1n6\\" target=\\"_blank\\">AWS announces support for Android, iOS, and MacOS games with AWS GameKit for Unreal Engine</a> is an update to share how [AWS GameKit](https://aws.amazon.com/cn/gamekit/?trk=cndc-detail) now supports Android, iOS, and MacOS games developed with Unreal Engine</li>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1n7\\" target=\\"_blank\\">Accelerate hybrid quantum-classical algorithms on Amazon Braket using embedded simulators from Xanadu’s PennyLane featuring NVIDIA cuQuantum</a> explores what are Quantum embedded simulators and how you might use them</li>\\n</ul>\n<p><img src=\\"https://dev-media.amazoncloud.cn/ab8f2360b61a4889aa22412b4335e0b8_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Case_Studies_141\\"></a><strong>Case Studies</strong></h5>\\n<ul>\\n<li><a href=\\"https://aws-oss.beachgeek.co.uk/1n8\\" target=\\"_blank\\">Ogury Uses Open Source Technologies on AWS to Run Low-Latency Machine Learning</a> is a great case study showcasing how Ogury, a Personified Advertising company, is using open source machine learning (ML) on AWS to deliver a planned 300,000 inferences per second under 10-ms latency</li>\\n</ul>\n<p><img src=\\"https://dev-media.amazoncloud.cn/e79c8becbad34bad89cee8c5826ab5b9_image.png\\" alt=\\"image.png\\" /></p>\n<h4><a id=\\"Quick_updates_148\\"></a><strong>Quick updates</strong></h4>\\n<h5><a id=\\"PostgreSQL_149\\"></a><strong>PostgreSQL</strong></h5>\\n<p>Amazon Relational Database Service (Amazon RDS) for PostgreSQL announces support for PostgreSQL 14 with three levels of cascaded read replicas, 5 replicas per instance, supporting a maximum of up to 155 read replicas per source instance. You can now create Single-AZ or Multi-AZ cascaded read replica DB instances in same region or any one cross region from another read replica instance, enabling you to build a more robust disaster recovery architecture.</p>\n<p>Starting with Amazon RDS for PostgreSQL 14.1 and higher, read intensive workloads such as data analytics can now benefit from up to 155 cascaded read replicas that offer up to 30 times higher read capacity versus previous versions of PostgreSQL, thereby reducing the load on source instance. You can now also pre-create read replicas for your selected disaster recovery target read replica and utilise read scaling immediately after promoting the target. The cascaded read replicas also come with the option to enable automated backup that allows for a quicker promotion of read replica to source instance since only incremental snapshot is required for the promoted read replica.</p>\n<h5><a id=\\"AWS_SAM_155\\"></a><strong>AWS SAM</strong></h5>\\n<p>Now you can use the AWS Serverless Application Model (AWS SAM) CLI to enable AWS X-Ray tracing in your AWS SAM templates automatically, without manually authoring your AWS SAM templates. This makes it easier to centrally manage AWS X-Ray tracing across your Lambda functions in your serverless application.</p>\n<p>The AWS SAM CLI is a developer tool that makes it easier to initialise, build, package, test on local and cloud, and deploy serverless applications. AWS X-Ray helps you analyse and debug your distributed applications, such as those built using a microservices architecture. AWS X-Ray provides an end-to-end view of requests as they travel through your application, making it easier to monitor and troubleshoot complex serverless architectures. Enabling tracing through the AWS SAM CLI reduces the complexity of setting up tracing on each of your Lambda functions.</p>\n<p>To enable tracing through the AWS SAM CLI, simply add --tracing flag to the sam init command invocation to activate tracing. You can enable tracing across all Lambda functions in your AWS SAM application, or for specific functions.</p>\n<h4><a id=\\"Videos_of_the_week_163\\"></a><strong>Videos of the week</strong></h4>\\n<h5><a id=\\"NET_Core_164\\"></a><strong>.NET Core</strong></h5>\\n<p>Steven David helps you learn about Porting Assistant for .NET, an analysis tool that scans .NET Framework applications and generates a .NET Core compatibility assessment, helping you port your applications to cloud native services faster.</p>\n<p><video src=\\"https://dev-media.amazoncloud.cn/e4d4b3b107284aba8f242895be571a5e_Port%20.NET%20applications%20from%20.NET%20Framework%20to%20.NET%20Core%20_%20AWS%20Events.mp4\\" controls=\\"controls\\"></video></p>\\n<h4><a id=\\"Events_for_your_diary_170\\"></a><strong>Events for your diary</strong></h4>\\n<p>Events coming up in the next few weeks. I will be at the AWS Summit Berlin and KubeCon so if you are also attending, let me know - would be great to meet some of you in person.</p>\n<h5><a id=\\"AWS_Container_Day_174\\"></a><strong>AWS Container Day</strong></h5>\\n<h5><a id=\\"May_10th13th_175\\"></a><strong>May 10th-13th</strong></h5>\\n<p>With KubeCon around the corner, a few days before AWS is holding its annual Container Day event where we share a number of great sessions covering everything you need to know about running containers on AWS. You can check out the blog post, <a href=\\"https://aws-oss.beachgeek.co.uk/1no\\" target=\\"_blank\\">Save the date: AWS Containers events in May</a> that provides links and more details. Whilst you do not need to register as these will be live streamed, registration will allow you to set a reminder and calendar invite so you don’t miss any of these great sessions.</p>\\n<p>If you want to check out the schedule of speakers and topics, check out <a href=\\"https://aws-oss.beachgeek.co.uk/1np\\" target=\\"_blank\\">AWS Container Day with Docker</a> and <a href=\\"https://aws-oss.beachgeek.co.uk/1nq\\" target=\\"_blank\\">AWS Container Days @ KubeCon + CloudNativeCon Europe 2022</a> for the full breakdown.</p>\\n<h5><a id=\\"AWS_Berlin_Summit_181\\"></a><strong>AWS Berlin Summit</strong></h5>\\n<h5><a id=\\"May_11th12th_182\\"></a><strong>May 11th/12th</strong></h5>\\n<p>Aside from the AWS open source sessions (including me again, talking about Apache Airflow) we will have our very own Spot and myself manning the open source booth. Really looking forward to this and would love to see you come down and share your open source projects on our booth.</p>\n<p><a href=\\"https://aws.amazon.com/events/summits/berlin/\\" target=\\"_blank\\">AWS Berlin Summit registration page</a></p>\\n<h5><a id=\\"KubeCon_188\\"></a><strong>KubeCon</strong></h5>\\n<h5><a id=\\"May_16th20th_Valencia_Spain_189\\"></a><strong>May 16th-20th, Valencia Spain</strong></h5>\\n<p>The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities in Valencia, Spain from 16 – 20 May 2022. I will be there with many of the open source team and other AWS colleagues, so if you are going, make sure you swing by the AWS Booth.</p>\n<p>Find out more about the <a href=\\"https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/\\" target=\\"_blank\\">event here</a>.</p>\\n<h5><a id=\\"GitOpsCon_Europe_195\\"></a><strong>GitOpsCon Europe</strong></h5>\\n<h5><a id=\\"May_17th_Valencia_Spain_196\\"></a><strong>May 17th, Valencia Spain</strong></h5>\\n<p>GitOpsCon Europe is designed to foster collaboration, discussion, and knowledge sharing on GitOps. This event is aimed at audiences that are new to GitOps as well as those currently using GitOps within their organisation. Get connected with others that are passionate about GitOps. Learn from practitioners about pitfalls to avoid, hurdles to jump, and how to adopt GitOps in your cloud native environment.</p>\n<p>The event is vendor-neutral and is being organised by the CNCF GitOps Working Group. Topics include getting started with GitOps, scaling and managing GitOps, lessons learned from production deployments, technical sessions, and thought leadership.</p>\n<p>Read more about this from the official page <a href=\\"https://events.linuxfoundation.org/gitopscon-europe/\\" target=\\"_blank\\">here</a>.</p>\\n<h5><a id=\\"CDK_Day_204\\"></a><strong>CDK Day</strong></h5>\\n<h5><a id=\\"May_26th__Virtual_205\\"></a><strong>May 26th - Virtual</strong></h5>\\n<p>This is a community organised event about AWS CDK, cdktf, projen and cdk8s. This will be third year they run this event, and if the previous two are anything to go by, this will be essential viewing - live streamed via You Tube. Check out and register for the event over at their home page at <a href=\\"https://www.cdkday.com/\\" target=\\"_blank\\">https://www.cdkday.com/</a></p>\\n<h5><a id=\\"BOSC_2022_209\\"></a><strong>BOSC 2022</strong></h5>\\n<h5><a id=\\"July_1314_Madison_Wisconsin_USA_210\\"></a><strong>July 13-14, Madison, Wisconsin, USA</strong></h5>\\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, <a href=\\"https://aws-oss.beachgeek.co.uk/1li\\" target=\\"_blank\\">BOSC 2022</a></p>\\n<h5><a id=\\"OpenSearch_214\\"></a><strong>OpenSearch</strong></h5>\\n<h5><a id=\\"Every_Tuesday_3pm_GMT_215\\"></a><strong>Every Tuesday, 3pm GMT</strong></h5>\\n<p>This regular meet-up is for anyone interested in OpenSearch &amp; Open Distro. All skill levels are welcome and they cover and welcome talks on topics including: search, logging, log analytics, and data visualisation.</p>\n<p>Sign up to the next session, <a href=\\"https://aws-oss.beachgeek.co.uk/1az\\" target=\\"_blank\\">OpenSearch Community Meeting - Feb2022</a></p>\\n<h5><a id=\\"OpenSearchCon_2022_221\\"></a><strong>OpenSearchCon 2022</strong></h5>\\n<h5><a id=\\"Sept_21st_2022_Seattle_222\\"></a><strong>Sept 21st, 2022 Seattle</strong></h5>\\n<p>Come to the first annual OpenSearchCon!</p>\n<p>This day-long conference will be packed with presenters who build and innovate with OpenSearch. It doesn’t matter if you’re just getting started on your OpenSearch journey, running giant clusters, or contributing tons of code; the event is for everyone. Join us to celebrate the progress and look into the future of the project. Admission is free, and registration will be open in the next few weeks. All you will need to do is sign up, and get to Seattle!</p>\n<p>Check out the full details, including signing up and location, at the <a href=\\"https://aws-oss.beachgeek.co.uk/1n1\\" target=\\"_blank\\">meetup page here</a>.</p>\\n<h5><a id=\\"Stay_in_touch_with_open_source_at_AWS_230\\"></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 <a href=\\"https://aws.amazon.com/opensource/?opensource-all.sort-by=item.additionalFields.startDate&amp;opensource-all.sort-order=asc\\" target=\\"_blank\\">Open Source homepage</a> to keep up to date with all our activity in open source by following us on <a href=\\"https://twitter.com/AWSOpen\\" target=\\"_blank\\">@AWSOpen</a></p>\n"}
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭