Open source news and updates, #121

海外精选
海外精选的内容汇集了全球优质的亚马逊云科技相关技术内容。同时,内容中提到的“AWS” 是 “Amazon Web Services” 的缩写,在此网站不作为商标展示。
0
0
{"value":"##### **July 22nd, 2022 - Instalment #121**\n\nWelcome to regular and new readers alike, to the AWS open source newsletter episode #121.\n\nAm super excited about this weeks new projects, including a number of [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) related projects so if you are a fan of [AWS CDK](https://aws.amazon.com/cn/cdk/?trk=cndc-detail) then make sure you check them all out. We feature projects such as \"openrolesanywhere\", a proof of concept client for the recently released [AWS IAM](https://aws.amazon.com/cn/iam/?trk=cndc-detail) Roles Anywhere, \"amazon-redshift-odbc-driver\" an open source ODBC driver for [Amazon Redshift](https://aws.amazon.com/cn/redshift/?trk=cndc-detail), \"spot-interruption-simulation\" a very handy tool to help you test and simulate spot interuptions for your EC2 workloads, \"magento-ecs-cdk\" a quick way to deploy a scalable Magento environment, \"using-rekognition-to-detect-sounds\" a very interesting project that will help you hear sounds from your pictures (yes, you did not read that wrong!), and many other projects to check out.\n\nWe have blog posts on content covering OpenSearch, Spring Boot, Kotlin, Kubernetes, Cloudscape, Apache Kafka, Porting Assistant for .NET, [Amazon Corretto](https://aws.amazon.com/cn/corretto/?trk=cndc-detail), [Amazon EMR](https://aws.amazon.com/cn/emr/?trk=cndc-detail), [AWS Lambda](https://aws.amazon.com/cn/lambda/?trk=cndc-detail) Power Tools and more. This weeks featured videos include the kick off of the new AWS BuildOn series, which is an open source special, and we have more events for you to check out and reserve your spot for.\n\n##### **Feedback**\n\nAt Amazon we work backwards from our customers, and one of the ways we do that is collecting data to help us know what is important and what we should focus on. Please could you ++[complete this simple](https://eventbox.dev/survey/8G7HRWY)++, anonymous survey. The first 25 will get an AWS \$25 credit code.\\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: Kyle Davis, Aiden Steel, Bob Tordella, Roy Ra, Rajit Paul, Franck Pachot, Matthew Tan, Philipp Klose, Tim Anderson, Darko Mesaroš, and Jacquie Grindrod\\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##### **amazon-redshift-odbc-driver**\\n\\n++[amazon-redshift-odbc-driver](https://aws-oss.beachgeek.co.uk/1wk)++ the Amazon Redshift ODBC driver is now open source and available for the user community under the Apache-2.0 license. With this release, customers will gain enhanced visibility to the driver implementation and can contribute to its development. Users can browse the code for the ODBC driver on the relevant AWS GitHub repository, submit driver functionality enhancements through Github pull requests, and report issues for review.\\n\\nWe are also introducing a binary protocol support for Amazon Redshift. With binary protocol enabled, data from the Amazon Redshift cluster is sent to the ODBC driver without being converted to textual format, and is kept in binary format. The binary format provides an average of 30% decrease in data sent over the wire resulting in faster end-to-end query performance for queries returning large result-sets. For example, internal tests have shown end-to-end query times for queries returning over 100 columns and over one million rows have had a 43% speed-up. Binary protocol is enabled by default for all users using the latest ODBC driver, as well as the latest JDBC & Python drivers.\\n\\n##### **openrolesanywhere**\\n\\n++[openrolesanywhere](https://aws-oss.beachgeek.co.uk/1wm)++ Aiden Steel has put together and open source proof-of-concept client for the recently released AWS IAM Roles Anywhere. Aiden has put together this blog post, ++[openrolesanywhere - an IAM Roles Anywhere client](https://aws-oss.beachgeek.co.uk/1wn)++ to accompany this project, so make sure you read it to get the most out of the code.\\n\\n##### **spot-interruption-simulation**\\n\\nspot-interruption-simulation this repository has sample that provides end to end automation of EC2 Spot Interruption simulation with application availability testing during Spot interruption. This tool will be super handy for a number of different use cases, from understanding the behaviour of your applications and the applicability of EC2 Spot instance types, to how you can use this together with the Fault Injection Service (FIS) to test different resilience scenarios.\\n\\n![image.png](https://dev-media.amazoncloud.cn/d23fe6fb1bf34322aad6b439126a24e1_image.png)\\n\\n##### **cdk-backup-plan**\\n\\n++[cdk-backup-plan](https://aws-oss.beachgeek.co.uk/1wt)++ this repo provides an easy to use reusable CDK construct to create Backup Plans using AWS Backups. It allows to indicate how frequently and what resources to backup.\\n\\n##### **aws-cdk-lambda-layer-builder**\\n\\n++[aws-cdk-lambda-layer-builder](https://aws-oss.beachgeek.co.uk/1wv)++ Amazon Lambda functions often require extra modules which can be packaged in an Amazon Lambda Layer. The Layer is then attached to the Lambda to make the packaged module easily usable in the function code. AWS CDK does not have a simple, production ready solution to create a Lambda Layer. This repo is a collection of AWS CDK constructs to build Python Lambda Layers with minimum requirements on the user side, e.g. no bash or zip cli has to be available on the user's machine.\\n\\n##### **cdk-testable-infrastructure**\\n\\n++[cdk-testable-infrastructure](https://aws-oss.beachgeek.co.uk/1wu)++ Reliable integration testing gives developers the confidence needed to promote the changes from testing to production environments. But how should you think about implementing tests for your applications? This repo provides some examples of how you can add integration tests to your infrastructure deployment code, and provides a number (three) patterns for you to explore and then think about what might work for you.\\n\\n##### **Demos, Samples, Solutions and Workshops**\\n##### **magento-ecs-cdk**\\n\\nmagento-ecs-cdk Magento is a very popular open-source e-commerce platform written in PHP. This repository consist of a sample project providing infrastructure as code based on AWS Cloud Development Kit (AWS CDK) in order to run open-source e-commerce Magento software platform. The CDK application will deploy highly-available and scalable Magento platform by leveraging Amazon Elastic Container Services (Amazon ECS) and several additional AWS services.\\n\\n![image.png](https://dev-media.amazoncloud.cn/0db8cf54584b46dcb44c9f73697e65fa_image.png)\\n\\n##### **using-rekognition-to-detect-sounds**\\n\\n++[using-rekognition-to-detect-sounds](https://aws-oss.beachgeek.co.uk/1wr)++ this looks like a very interesting sample project. This project demonstrates the use of Rekognition to detect audio events when used in combination with spectrographic analysis. The project has two main aspects: generating training data (spectrograms) from audio samples of background noise and alarms, and an inference pipeline to use the model to detect if a smoke alarm sound is present in an audio file.\\n\\n##### **aws-cdk-web-app-example**\\n\\n++[aws-cdk-web-app-example](https://aws-oss.beachgeek.co.uk/1ws)++ This is an example of how to build a resilient web application with just 30 lines lines of TypeScript code by using the AWS CDK. It consists of one Amazon Virtual Private Cloud (VPC) with private and public subnets in multiple Availability Zones, in which an Application Load Balancer and an Amazon EC2 Auto Scaling Group are deployed. The Application Load Balancer accepts requests via HTTP (port 80) and forwards them to the instances of the Auto Scaling Group. The Auto Scaling Group is using a Launch Configuration that contains a User Data script to install the Apache HTTP Server and serve a static HTML page.\\n\\n##### **amazon-athena-execution-parameters-blog**\\n\\n++[amazon-athena-execution-parameters-blog](https://aws-oss.beachgeek.co.uk/1ww)++ this repo contains everything you need to deploy a sample web application to demonstrate new ability to pass executions parameters to Amazon Athena StartQueryExecution API. This sample application uses a number of AWS services to demonstrate a Data-as-a-Service (DaaS) architecture pattern that uses Amazon Athena to query the Amazon.com customer reviews dataset.\\n\\n![image.png](https://dev-media.amazoncloud.cn/72220e3054c44f77a37fb5fedd0a46e0_image.png)\\n\\n#### **AWS and Community blog posts**\\n##### **Cloudscape**\\n\\nThis week it was great to see the launch of ++[Cloudscape](https://aws-oss.beachgeek.co.uk/1wb)++, a new open source React design system for web applications, released under the Apache 2.0 license. Tim Anderson wrote about this in his post, ++[AWS open sources Cloudscape Design System.](https://aws-oss.beachgeek.co.uk/1wc)++\\n\\n![image.png](https://dev-media.amazoncloud.cn/cca3069dd97249aaa3c8b086ed45d052_image.png)\\n\\nFrom the official news launch, ++[Announcing Cloudscape Design System, an open source solution for building intuitive web applications](https://aws-oss.beachgeek.co.uk/1wd)++\\n\\nCloudscape Design System is an open source solution for building intuitive, engaging, and inclusive user experiences at scale. Cloudscape consists of an extensive set of guidelines to create web applications, along with the design resources and front-end components to streamline implementation.\\nCloudscape was built for and is used by AWS products and services. We created it in 2016 to improve the user experience across AWS web applications, and also to help teams implement those applications faster. Since then, we have continued enhancing the system based on customer feedback and research. If you’ve ever used the AWS Management Console, you’ve seen Cloudscape in action.\\n\\nWe are releasing Cloudscape as open source so that anyone building cloud products can benefit from our design system, and also join a community of designers and developers who continually improve it. Whether you’re building a product that extends the AWS Management Console, designing a user interface for a hybrid cloud management system, or setting up an on-premises solution that uses AWS, Cloudscape offers a solid base of 60+ components, 30+ pattern guidelines, and 20+ demos to make your work easier. To customize your user experience, Cloudscape offers theming, dark mode, and content density modes.\\n\\nHead on over to the ++[documentation site](https://aws-oss.beachgeek.co.uk/1wf)++ to learn more about the features, how to use and start building with Cloudscape, as well as checking out some demo code available for you to help you get started. There is really some great stuff in this documentation site, so make sure you do not miss this.\\n\\n##### **OpenSearch**\\n\\nKyle Davis, Senior Developer Advocate for Bottlerocket and Amazon Linux put together this blog post together, ++[Using Fluent Bit and OpenSearch with Bottlerocket and Kubelet logs](https://aws-oss.beachgeek.co.uk/1wx)++. Previously, Kyle did the same role for OpenSearch, so he was able to combine his deep knowledge of both to show you how to run OpenSearch with the OpenSearch Operator on Kubernetes using the Bottlerocket and then add Fluent Bit to collect logs from the nodes of the same Kubernetes cluster.\\n\\n![image.png](https://dev-media.amazoncloud.cn/44bf072c4bd4466b806e841a0bb0f953_image.png)\\n\\n##### **Apache Kafka**\\n\\nIn the post, ++[Creating a serverless Apache Kafka publisher using AWS Lambda](https://aws-oss.beachgeek.co.uk/1wh)++ Philipp Klose shares a general integration pattern between AWS Lambda and Apache Kafka, and then walks you through how to create of this using Apache Managed Streaming for Apache Kafka (MSK), using AWS CDK to help you deploy this easily so you can try this out for yourself. [hands on]\\n\\n![image.png](https://dev-media.amazoncloud.cn/ea7651e03a694e629f202f5ed28b4388_image.png)\\n\\n##### **Amazon EMR**\\n\\nEMR on EKS facilitates running Spark jobs on Kubernetes to achieve very fast and cost-efficient Spark operations.\\nA contender for this weeks longest blog title, ++[Stream Amazon EMR on EKS logs to third-party providers like Splunk, Amazon OpenSearch Service, or other log aggregators](https://aws-oss.beachgeek.co.uk/1wi)++ Matthew Tan shares how a solution using pod templates and Fluent Bit, that will help you to To log all these operations in the same lifecycle of the Spark jobs. [hands on]\\n\\n![image.png](https://dev-media.amazoncloud.cn/ada2f6720eef4f68ab4632cf329a9b1b_image.png)\\n\\n##### **Other posts you might like from the past week**\\n\\n- ++[How (and Why) to Build a Welcoming Open Source Community](https://aws-oss.beachgeek.co.uk/1wa)++ my colleague Libby provides some good advice for those looking to nurture communities around their open source projects\\n- ++[How NRCan used an AWS open source solution to complete a PBMM evidence package in 60 days](https://aws-oss.beachgeek.co.uk/1wg)++ is a great case study (in English and French) that looks at how open source is supporting increased agility and speed of delivery of new solutions\\n- ++[Which Way is the Compass Pointing?](https://aws-oss.beachgeek.co.uk/1wl)++ nice post from the OpenSearch blog that shows how they are taking a data driven approach (powered by OpenSearch) to manage feedback and understand which documentation to create\\n\\n\\n#### **AWS Community Builder and Heroes picks**\\n\\nThe AWS Community Builder and Heroes community creates a lot of great content over at ++[dev.to/heroes](https://dev.to/aws-heroes)++ and ++[dev.to/builders](https://dev.to/aws-builders)++. Here is a selection of the posts that I enjoyed this week.\\n\\n- ++[Where are those CloudTrail IP addresses coming from?](https://aws-oss.beachgeek.co.uk/1wo)++ Bob Tordella shows you how you can use Steampipe with the AWS and ipstack plugins to enrich your CloudTrail events with location information [hands on]\\n- ++[Using DynamoDB on Spring Boot (feat.Kotlin)](https://aws-oss.beachgeek.co.uk/1w7)++ Roy Ra shows you how to use Amazon DynamoDB with Spring Boot application made with Kotlin [hands on]\\n- ++[Deploy your application on Kubernetes (Amazon EKS) using AWS Serverless (Codebuild)](https://aws-oss.beachgeek.co.uk/1w8)++ Rajit Paul takes a look at how you can use AWS CodeBuild to deploy your Kubernetes environments, something I have been playing around with myself (expect a blog soon)\\n- ++[IoT benchmark on Distributed SQL from MaibornWolff on Amazon EKS](https://aws-oss.beachgeek.co.uk/1w9)++ Franck Pachot shares his journey of deploying the distributed SQL benchmark from MaibornWolff on Amazon EKS\\n\\n#### **Quick updates**\\n##### **AWS Lambda Powertools for TypeScript**\\n\\nLast week saw the general availability of AWS Lambda Powertools for TypeScript, an open-source developer library to help you incorporate Well-Architected Serverless best practices into your Lambda function code as early and as fast as possible. In this release, Lambda Powertools for TypeScript focuses on three observability features: distributed tracing (Tracer), structured logging (Logger), and asynchronous business and application metrics (Metrics). Developers can use Lambda Powertools for TypeScript to adopt these practices in mere seconds.\\n\\n##### **Amazon Corretto**\\n\\nThis week we announced quarterly security and critical updates for Amazon Corretto Long-Term Supported (LTS) versions of OpenJDK. Corretto 18.0.2, 17.0.4, 11.0.16, 8u342 are now available for download. Amazon Corretto is a no-cost, multi-platform, production-ready distribution of OpenJDK. Check out the ++[Amazon Corretto July, 2022 quarterly updates](https://aws-oss.beachgeek.co.uk/1wj)++ for more info and links to the full list of updates.\\n\\n##### **Porting Assistant for .NET**\\n\\nPorting Assistant for .NET is an open source analysis tool that reduces the manual effort and guesswork involved in porting .NET Framework applications to .NET Core 3.1, .NET 5, or .NET 6, helping customers move to Linux faster. It identifies incompatibilities, generates an assessment report with known replacement suggestions, and assists with porting.\\n\\nPorting Assistant for .NET now supports assessment and porting of legacy .NET Framework applications written in VB.NET language. With this release, Porting Assistant will translate VB.NET class libraries, web APIs, and console applications to .NET Core 3.1, .NET 5, or .NET 6 to simplify the modernisation of legacy .NET Framework applications written in VB.NET . Developers can use the Porting Assistant for .NET standalone tool or Porting Assistant for .NET Visual Studio IDE extension to modernise their legacy VB.NET applications. Support for VB.NET is added in addition to existing support for assessment and porting of C# based .NET Framework applications.\\n\\n##### **Amazon EMR**\\n\\nAnnounced last week were a couple of new features that help enforce access controls with Amazon EMR on EC2 clusters (EMR Clusters). These features are supported with jobs that are submitted to the cluster using the EMR Steps API. First is Runtime Role with EMR Steps. A Runtime Role is an AWS Identity and Access Management (IAM) role that you associate with an EMR Step. An EMR Step uses this role to access AWS resources. The second is integration with AWS Lake Formation to apply table and column-level access controls for Apache Spark and Apache Hive jobs with EMR Steps.\\n\\nPreviously, all jobs running on an EMR cluster used the IAM role associated with the EMR cluster’s EC2 Instances to access resources. This role is called the EMR EC2 Instance Profile. For example, if a Spark job and Hive job running on the same cluster needed to access different S3 buckets, then the Instance Profile must allow access to both the buckets. With Runtime Role for EMR Steps, you specify a different IAM role for the Spark and the Hive job, thus scoping down access at a job level. This allows you to simplify access controls on a single EMR cluster that is shared between multiple tenants, wherein each tenant is isolated using IAM roles.\\n\\nIn addition, you can use AWS Lake Formation to apply Table and Column-level permissions with Apache Spark and Apache Hive jobs submitted as EMR Steps. AWS Lake Formation is a fully managed service that makes it easy to build, secure, and manage data lakes. AWS Lake Formation enables you to apply fine-grained access control to data stored in data lakes, through a simple grant or revoke mechanism, much like a relational database management system (RDBMS). With this feature, table and column-level permissions defined in AWS Lake Formation for an IAM Role are seamlessly enforced with Apache Hive and Apache Spark jobs submitted as EMR Steps. This allows you to further simplify access controls, and provide each job with access to specific Databases, Tables, and Columns.\\n\\n##### **Videos of the week**\\n**OpenSearch**\\n\\nCheck out the new ++[OpenSearch You Tube channel](https://aws-oss.beachgeek.co.uk/1w6)++, for all your OpenSearch content you need.\\n\\n##### **BuildOn AWS Open Source**\\n\\nIf you missed the opening show of the new AWS BuildOn AWS series, my good friends Darko and Jacqui walk you through some nice open source projects as well as talk all things open source with David Nalley, who heads up open source strategy and marketing at AWS.\\n\\n<video src=\\"https://dev-media.amazoncloud.cn/ad5eea8f5c8e4c4f8d9455a19f388207_Build%20On%20Weekly%20_%20Open%20Source%20Corner%20_%20Ep.%2001.mp4\\" class=\\"manvaVedio\\" controls=\\"controls\\" style=\\"width:160px;height:160px\\"></video>\\n\\n#### **Events for your diary**\\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#### **Introduction to Amazon Managed Workflows for Apache Airflow**\\n##### **July 28th, 8:00 am - 1:15 pm PT**\\n\\nManaged Workflows for Apache Airflow (MWAA) is a managed service from AWS that makes it super easy to get started with one of my favourite (and hottest) open source projects, Apache Airflow. If you want to get hands on and learn more about MWAA, then sign up at ++[Solutions-Focused Immersion Day:Introduction to Amazon Managed Workflows for Apache Airflow](https://aws-oss.beachgeek.co.uk/1we)++ (it is free)\\n\\n##### **Just-in-time Worker Nodes with Karpenter**\\n##### **5th August, 2pm IST**\\n\\nKarpenter helps improve your application availability and cluster efficiency by rapidly launching right-sized compute resources in response to changing application load. In this webinar with my colleague Rohini Goankar, you will get an overview of Karpenter and it’s features, see a demonstration of how Karpenter simplifies Kubernetes infrastructure with the right nodes at the right time, and there will be practical demos on how to use Karpenter.\\n\\nFind out more and register via this link, ++[An Open-Source High-Performance Kubernetes Cluster Autoscaler](https://aws-oss.beachgeek.co.uk/1w5)++\\n\\n##### **Digital Payments Architecture and Implementation with AWS**\\n##### **Open Source Databases**\\n##### **August 18th**\\n\\nCheck out this Webinar on how to use open source databases to build a digital payments solution. You can view it live direct on ++[YouTube here](https://www.youtube.com/watch?v=kbjtLPYToaI)++\\n\\n##### **OpenSearchCon 2022**\\n##### **Sept 21st, 2022 Seattle**\\n\\nCome to the first annual OpenSearchCon!\\n\\nThis day-long conference will be packed with presenters who build and innovate with OpenSearch. It doesn’t matter if you’re just getting started on your OpenSearch journey, running giant clusters, or contributing tons of code; the event is for everyone. Join us to celebrate the progress and look into the future of the project. Admission is free, and registration will be open in the next few weeks. All you will need to do is sign up, and get to Seattle!\\n\\nCheck out the full details, including signing up and location, at the ++[meetup page here](https://aws-oss.beachgeek.co.uk/1n1)++.\\n\\n#### **Stay in touch with open source at AWS**\\nI hope this summary has been useful. Remember to check out the ++[Open Source homepage](https://aws.amazon.com/opensource/?opensource-all.sort-by=item.additionalFields.startDate&opensource-all.sort-order=asc)++ to keep up to date with all our activity in open source by following us on ++[@AWSOpen](https://twitter.com/AWSOpen)++\\n\\n\\n\\n\\n\\n\\n","render":"<h5><a id=\\"July_22nd_2022__Instalment_121_0\\"></a><strong>July 22nd, 2022 - Instalment #121</strong></h5>\\n<p>Welcome to regular and new readers alike, to the AWS open source newsletter episode #121.</p>\\n<p>Am super excited about this weeks new projects, including a number of AWS CDK related projects so if you are a fan of AWS CDK then make sure you check them all out. We feature projects such as “openrolesanywhere”, a proof of concept client for the recently released AWS IAM Roles Anywhere, “amazon-redshift-odbc-driver” an open source ODBC driver for Amazon Redshift, “spot-interruption-simulation” a very handy tool to help you test and simulate spot interuptions for your EC2 workloads, “magento-ecs-cdk” a quick way to deploy a scalable Magento environment, “using-rekognition-to-detect-sounds” a very interesting project that will help you hear sounds from your pictures (yes, you did not read that wrong!), and many other projects to check out.</p>\\n<p>We have blog posts on content covering OpenSearch, Spring Boot, Kotlin, Kubernetes, Cloudscape, Apache Kafka, Porting Assistant for .NET, Amazon Corretto, Amazon EMR, AWS Lambda Power Tools and more. This weeks featured videos include the kick off of the new AWS BuildOn series, which is an open source special, and we have more events for you to check out and reserve your spot for.</p>\\n<h5><a id=\\"Feedback_8\\"></a><strong>Feedback</strong></h5>\\n<p>At Amazon we work backwards from our customers, and one of the ways we do that is collecting data to help us know what is important and what we should focus on. Please could you <ins><a href=\\"https://eventbox.dev/survey/8G7HRWY\\" target=\\"_blank\\">complete this simple</a></ins>, anonymous survey. The first 25 will get an AWS \$25 credit code.</p>\\n<h5><a id=\\"Celebrating_open_source_contributors_12\\"></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: Kyle Davis, Aiden Steel, Bob Tordella, Roy Ra, Rajit Paul, Franck Pachot, Matthew Tan, Philipp Klose, Tim Anderson, Darko Mesaroš, and Jacquie Grindrod</p>\n<h5><a id=\\"Latest_open_source_projects_17\\"></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<h5><a id=\\"Tools_20\\"></a><strong>Tools</strong></h5>\\n<h5><a id=\\"amazonredshiftodbcdriver_21\\"></a><strong>amazon-redshift-odbc-driver</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wk\\" target=\\"_blank\\">amazon-redshift-odbc-driver</a></ins> the Amazon Redshift ODBC driver is now open source and available for the user community under the Apache-2.0 license. With this release, customers will gain enhanced visibility to the driver implementation and can contribute to its development. Users can browse the code for the ODBC driver on the relevant AWS GitHub repository, submit driver functionality enhancements through Github pull requests, and report issues for review.</p>\n<p>We are also introducing a binary protocol support for Amazon Redshift. With binary protocol enabled, data from the Amazon Redshift cluster is sent to the ODBC driver without being converted to textual format, and is kept in binary format. The binary format provides an average of 30% decrease in data sent over the wire resulting in faster end-to-end query performance for queries returning large result-sets. For example, internal tests have shown end-to-end query times for queries returning over 100 columns and over one million rows have had a 43% speed-up. Binary protocol is enabled by default for all users using the latest ODBC driver, as well as the latest JDBC &amp; Python drivers.</p>\n<h5><a id=\\"openrolesanywhere_27\\"></a><strong>openrolesanywhere</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wm\\" target=\\"_blank\\">openrolesanywhere</a></ins> Aiden Steel has put together and open source proof-of-concept client for the recently released AWS IAM Roles Anywhere. Aiden has put together this blog post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wn\\" target=\\"_blank\\">openrolesanywhere - an IAM Roles Anywhere client</a></ins> to accompany this project, so make sure you read it to get the most out of the code.</p>\n<h5><a id=\\"spotinterruptionsimulation_31\\"></a><strong>spot-interruption-simulation</strong></h5>\\n<p>spot-interruption-simulation this repository has sample that provides end to end automation of EC2 Spot Interruption simulation with application availability testing during Spot interruption. This tool will be super handy for a number of different use cases, from understanding the behaviour of your applications and the applicability of EC2 Spot instance types, to how you can use this together with the Fault Injection Service (FIS) to test different resilience scenarios.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/d23fe6fb1bf34322aad6b439126a24e1_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"cdkbackupplan_37\\"></a><strong>cdk-backup-plan</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wt\\" target=\\"_blank\\">cdk-backup-plan</a></ins> this repo provides an easy to use reusable CDK construct to create Backup Plans using AWS Backups. It allows to indicate how frequently and what resources to backup.</p>\n<h5><a id=\\"awscdklambdalayerbuilder_41\\"></a><strong>aws-cdk-lambda-layer-builder</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wv\\" target=\\"_blank\\">aws-cdk-lambda-layer-builder</a></ins> Amazon Lambda functions often require extra modules which can be packaged in an Amazon Lambda Layer. The Layer is then attached to the Lambda to make the packaged module easily usable in the function code. AWS CDK does not have a simple, production ready solution to create a Lambda Layer. This repo is a collection of AWS CDK constructs to build Python Lambda Layers with minimum requirements on the user side, e.g. no bash or zip cli has to be available on the user’s machine.</p>\n<h5><a id=\\"cdktestableinfrastructure_45\\"></a><strong>cdk-testable-infrastructure</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wu\\" target=\\"_blank\\">cdk-testable-infrastructure</a></ins> Reliable integration testing gives developers the confidence needed to promote the changes from testing to production environments. But how should you think about implementing tests for your applications? This repo provides some examples of how you can add integration tests to your infrastructure deployment code, and provides a number (three) patterns for you to explore and then think about what might work for you.</p>\n<h5><a id=\\"Demos_Samples_Solutions_and_Workshops_49\\"></a><strong>Demos, Samples, Solutions and Workshops</strong></h5>\\n<h5><a id=\\"magentoecscdk_50\\"></a><strong>magento-ecs-cdk</strong></h5>\\n<p>magento-ecs-cdk Magento is a very popular open-source e-commerce platform written in PHP. This repository consist of a sample project providing infrastructure as code based on AWS Cloud Development Kit (AWS CDK) in order to run open-source e-commerce Magento software platform. The CDK application will deploy highly-available and scalable Magento platform by leveraging Amazon Elastic Container Services (Amazon ECS) and several additional AWS services.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/0db8cf54584b46dcb44c9f73697e65fa_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"usingrekognitiontodetectsounds_56\\"></a><strong>using-rekognition-to-detect-sounds</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wr\\" target=\\"_blank\\">using-rekognition-to-detect-sounds</a></ins> this looks like a very interesting sample project. This project demonstrates the use of Rekognition to detect audio events when used in combination with spectrographic analysis. The project has two main aspects: generating training data (spectrograms) from audio samples of background noise and alarms, and an inference pipeline to use the model to detect if a smoke alarm sound is present in an audio file.</p>\n<h5><a id=\\"awscdkwebappexample_60\\"></a><strong>aws-cdk-web-app-example</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1ws\\" target=\\"_blank\\">aws-cdk-web-app-example</a></ins> This is an example of how to build a resilient web application with just 30 lines lines of TypeScript code by using the AWS CDK. It consists of one Amazon Virtual Private Cloud (VPC) with private and public subnets in multiple Availability Zones, in which an Application Load Balancer and an Amazon EC2 Auto Scaling Group are deployed. The Application Load Balancer accepts requests via HTTP (port 80) and forwards them to the instances of the Auto Scaling Group. The Auto Scaling Group is using a Launch Configuration that contains a User Data script to install the Apache HTTP Server and serve a static HTML page.</p>\n<h5><a id=\\"amazonathenaexecutionparametersblog_64\\"></a><strong>amazon-athena-execution-parameters-blog</strong></h5>\\n<p><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1ww\\" target=\\"_blank\\">amazon-athena-execution-parameters-blog</a></ins> this repo contains everything you need to deploy a sample web application to demonstrate new ability to pass executions parameters to Amazon Athena StartQueryExecution API. This sample application uses a number of AWS services to demonstrate a Data-as-a-Service (DaaS) architecture pattern that uses Amazon Athena to query the Amazon.com customer reviews dataset.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/72220e3054c44f77a37fb5fedd0a46e0_image.png\\" alt=\\"image.png\\" /></p>\n<h4><a id=\\"AWS_and_Community_blog_posts_70\\"></a><strong>AWS and Community blog posts</strong></h4>\\n<h5><a id=\\"Cloudscape_71\\"></a><strong>Cloudscape</strong></h5>\\n<p>This week it was great to see the launch of <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wb\\" target=\\"_blank\\">Cloudscape</a></ins>, a new open source React design system for web applications, released under the Apache 2.0 license. Tim Anderson wrote about this in his post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wc\\" target=\\"_blank\\">AWS open sources Cloudscape Design System.</a></ins></p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/cca3069dd97249aaa3c8b086ed45d052_image.png\\" alt=\\"image.png\\" /></p>\n<p>From the official news launch, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wd\\" target=\\"_blank\\">Announcing Cloudscape Design System, an open source solution for building intuitive web applications</a></ins></p>\n<p>Cloudscape Design System is an open source solution for building intuitive, engaging, and inclusive user experiences at scale. Cloudscape consists of an extensive set of guidelines to create web applications, along with the design resources and front-end components to streamline implementation.<br />\\nCloudscape was built for and is used by AWS products and services. We created it in 2016 to improve the user experience across AWS web applications, and also to help teams implement those applications faster. Since then, we have continued enhancing the system based on customer feedback and research. If you’ve ever used the AWS Management Console, you’ve seen Cloudscape in action.</p>\n<p>We are releasing Cloudscape as open source so that anyone building cloud products can benefit from our design system, and also join a community of designers and developers who continually improve it. Whether you’re building a product that extends the AWS Management Console, designing a user interface for a hybrid cloud management system, or setting up an on-premises solution that uses AWS, Cloudscape offers a solid base of 60+ components, 30+ pattern guidelines, and 20+ demos to make your work easier. To customize your user experience, Cloudscape offers theming, dark mode, and content density modes.</p>\n<p>Head on over to the <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wf\\" target=\\"_blank\\">documentation site</a></ins> to learn more about the features, how to use and start building with Cloudscape, as well as checking out some demo code available for you to help you get started. There is really some great stuff in this documentation site, so make sure you do not miss this.</p>\n<h5><a id=\\"OpenSearch_86\\"></a><strong>OpenSearch</strong></h5>\\n<p>Kyle Davis, Senior Developer Advocate for Bottlerocket and Amazon Linux put together this blog post together, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wx\\" target=\\"_blank\\">Using Fluent Bit and OpenSearch with Bottlerocket and Kubelet logs</a></ins>. Previously, Kyle did the same role for OpenSearch, so he was able to combine his deep knowledge of both to show you how to run OpenSearch with the OpenSearch Operator on Kubernetes using the Bottlerocket and then add Fluent Bit to collect logs from the nodes of the same Kubernetes cluster.</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/44bf072c4bd4466b806e841a0bb0f953_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Apache_Kafka_92\\"></a><strong>Apache Kafka</strong></h5>\\n<p>In the post, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wh\\" target=\\"_blank\\">Creating a serverless Apache Kafka publisher using AWS Lambda</a></ins> Philipp Klose shares a general integration pattern between AWS Lambda and Apache Kafka, and then walks you through how to create of this using Apache Managed Streaming for Apache Kafka (MSK), using AWS CDK to help you deploy this easily so you can try this out for yourself. [hands on]</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/ea7651e03a694e629f202f5ed28b4388_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Amazon_EMR_98\\"></a><strong>Amazon EMR</strong></h5>\\n<p>EMR on EKS facilitates running Spark jobs on Kubernetes to achieve very fast and cost-efficient Spark operations.<br />\\nA contender for this weeks longest blog title, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wi\\" target=\\"_blank\\">Stream Amazon EMR on EKS logs to third-party providers like Splunk, Amazon OpenSearch Service, or other log aggregators</a></ins> Matthew Tan shares how a solution using pod templates and Fluent Bit, that will help you to To log all these operations in the same lifecycle of the Spark jobs. [hands on]</p>\n<p><img src=\\"https://dev-media.amazoncloud.cn/ada2f6720eef4f68ab4632cf329a9b1b_image.png\\" alt=\\"image.png\\" /></p>\n<h5><a id=\\"Other_posts_you_might_like_from_the_past_week_105\\"></a><strong>Other posts you might like from the past week</strong></h5>\\n<ul>\\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wa\\" target=\\"_blank\\">How (and Why) to Build a Welcoming Open Source Community</a></ins> my colleague Libby provides some good advice for those looking to nurture communities around their open source projects</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wg\\" target=\\"_blank\\">How NRCan used an AWS open source solution to complete a PBMM evidence package in 60 days</a></ins> is a great case study (in English and French) that looks at how open source is supporting increased agility and speed of delivery of new solutions</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wl\\" target=\\"_blank\\">Which Way is the Compass Pointing?</a></ins> nice post from the OpenSearch blog that shows how they are taking a data driven approach (powered by OpenSearch) to manage feedback and understand which documentation to create</li>\n</ul>\\n<h4><a id=\\"AWS_Community_Builder_and_Heroes_picks_112\\"></a><strong>AWS Community Builder and Heroes picks</strong></h4>\\n<p>The AWS Community Builder and Heroes community creates a lot of great content over at <ins><a href=\\"https://dev.to/aws-heroes\\" target=\\"_blank\\">dev.to/heroes</a></ins> and <ins><a href=\\"https://dev.to/aws-builders\\" target=\\"_blank\\">dev.to/builders</a></ins>. Here is a selection of the posts that I enjoyed this week.</p>\n<ul>\\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wo\\" target=\\"_blank\\">Where are those CloudTrail IP addresses coming from?</a></ins> Bob Tordella shows you how you can use Steampipe with the AWS and ipstack plugins to enrich your CloudTrail events with location information [hands on]</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1w7\\" target=\\"_blank\\">Using DynamoDB on Spring Boot (feat.Kotlin)</a></ins> Roy Ra shows you how to use Amazon DynamoDB with Spring Boot application made with Kotlin [hands on]</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1w8\\" target=\\"_blank\\">Deploy your application on Kubernetes (Amazon EKS) using AWS Serverless (Codebuild)</a></ins> Rajit Paul takes a look at how you can use AWS CodeBuild to deploy your Kubernetes environments, something I have been playing around with myself (expect a blog soon)</li>\n<li><ins><a href=\\"https://aws-oss.beachgeek.co.uk/1w9\\" target=\\"_blank\\">IoT benchmark on Distributed SQL from MaibornWolff on Amazon EKS</a></ins> Franck Pachot shares his journey of deploying the distributed SQL benchmark from MaibornWolff on Amazon EKS</li>\n</ul>\\n<h4><a id=\\"Quick_updates_121\\"></a><strong>Quick updates</strong></h4>\\n<h5><a id=\\"AWS_Lambda_Powertools_for_TypeScript_122\\"></a><strong>AWS Lambda Powertools for TypeScript</strong></h5>\\n<p>Last week saw the general availability of AWS Lambda Powertools for TypeScript, an open-source developer library to help you incorporate Well-Architected Serverless best practices into your Lambda function code as early and as fast as possible. In this release, Lambda Powertools for TypeScript focuses on three observability features: distributed tracing (Tracer), structured logging (Logger), and asynchronous business and application metrics (Metrics). Developers can use Lambda Powertools for TypeScript to adopt these practices in mere seconds.</p>\n<h5><a id=\\"Amazon_Corretto_126\\"></a><strong>Amazon Corretto</strong></h5>\\n<p>This week we announced quarterly security and critical updates for Amazon Corretto Long-Term Supported (LTS) versions of OpenJDK. Corretto 18.0.2, 17.0.4, 11.0.16, 8u342 are now available for download. Amazon Corretto is a no-cost, multi-platform, production-ready distribution of OpenJDK. Check out the <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1wj\\" target=\\"_blank\\">Amazon Corretto July, 2022 quarterly updates</a></ins> for more info and links to the full list of updates.</p>\n<h5><a id=\\"Porting_Assistant_for_NET_130\\"></a><strong>Porting Assistant for .NET</strong></h5>\\n<p>Porting Assistant for .NET is an open source analysis tool that reduces the manual effort and guesswork involved in porting .NET Framework applications to .NET Core 3.1, .NET 5, or .NET 6, helping customers move to Linux faster. It identifies incompatibilities, generates an assessment report with known replacement suggestions, and assists with porting.</p>\n<p>Porting Assistant for .NET now supports assessment and porting of legacy .NET Framework applications written in VB.NET language. With this release, Porting Assistant will translate VB.NET class libraries, web APIs, and console applications to .NET Core 3.1, .NET 5, or .NET 6 to simplify the modernisation of legacy .NET Framework applications written in VB.NET . Developers can use the Porting Assistant for .NET standalone tool or Porting Assistant for .NET Visual Studio IDE extension to modernise their legacy VB.NET applications. Support for VB.NET is added in addition to existing support for assessment and porting of C# based .NET Framework applications.</p>\n<h5><a id=\\"Amazon_EMR_136\\"></a><strong>Amazon EMR</strong></h5>\\n<p>Announced last week were a couple of new features that help enforce access controls with Amazon EMR on EC2 clusters (EMR Clusters). These features are supported with jobs that are submitted to the cluster using the EMR Steps API. First is Runtime Role with EMR Steps. A Runtime Role is an AWS Identity and Access Management (IAM) role that you associate with an EMR Step. An EMR Step uses this role to access AWS resources. The second is integration with AWS Lake Formation to apply table and column-level access controls for Apache Spark and Apache Hive jobs with EMR Steps.</p>\n<p>Previously, all jobs running on an EMR cluster used the IAM role associated with the EMR cluster’s EC2 Instances to access resources. This role is called the EMR EC2 Instance Profile. For example, if a Spark job and Hive job running on the same cluster needed to access different S3 buckets, then the Instance Profile must allow access to both the buckets. With Runtime Role for EMR Steps, you specify a different IAM role for the Spark and the Hive job, thus scoping down access at a job level. This allows you to simplify access controls on a single EMR cluster that is shared between multiple tenants, wherein each tenant is isolated using IAM roles.</p>\n<p>In addition, you can use AWS Lake Formation to apply Table and Column-level permissions with Apache Spark and Apache Hive jobs submitted as EMR Steps. AWS Lake Formation is a fully managed service that makes it easy to build, secure, and manage data lakes. AWS Lake Formation enables you to apply fine-grained access control to data stored in data lakes, through a simple grant or revoke mechanism, much like a relational database management system (RDBMS). With this feature, table and column-level permissions defined in AWS Lake Formation for an IAM Role are seamlessly enforced with Apache Hive and Apache Spark jobs submitted as EMR Steps. This allows you to further simplify access controls, and provide each job with access to specific Databases, Tables, and Columns.</p>\n<h5><a id=\\"Videos_of_the_week_144\\"></a><strong>Videos of the week</strong></h5>\\n<p><strong>OpenSearch</strong></p>\\n<p>Check out the new <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1w6\\" target=\\"_blank\\">OpenSearch You Tube channel</a></ins>, for all your OpenSearch content you need.</p>\n<h5><a id=\\"BuildOn_AWS_Open_Source_149\\"></a><strong>BuildOn AWS Open Source</strong></h5>\\n<p>If you missed the opening show of the new AWS BuildOn AWS series, my good friends Darko and Jacqui walk you through some nice open source projects as well as talk all things open source with David Nalley, who heads up open source strategy and marketing at AWS.</p>\n<p><video src=\\"https://dev-media.amazoncloud.cn/ad5eea8f5c8e4c4f8d9455a19f388207_Build%20On%20Weekly%20_%20Open%20Source%20Corner%20_%20Ep.%2001.mp4\\" controls=\\"controls\\"></video></p>\\n<h4><a id=\\"Events_for_your_diary_155\\"></a><strong>Events for your diary</strong></h4>\\n<h5><a id=\\"OpenSearch_156\\"></a><strong>OpenSearch</strong></h5>\\n<h5><a id=\\"Every_other_Tuesday_3pm_GMT_157\\"></a><strong>Every other Tuesday, 3pm GMT</strong></h5>\\n<p>This regular meet-up is for anyone interested in OpenSearch &amp; Open Distro. All skill levels are welcome and they cover and welcome talks on topics including: search, logging, log analytics, and data visualisation.</p>\n<p>Sign up to the next session, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1az\\" target=\\"_blank\\">OpenSearch Community Meeting</a></ins></p>\n<h4><a id=\\"Introduction_to_Amazon_Managed_Workflows_for_Apache_Airflow_163\\"></a><strong>Introduction to Amazon Managed Workflows for Apache Airflow</strong></h4>\\n<h5><a id=\\"July_28th_800_am__115_pm_PT_164\\"></a><strong>July 28th, 8:00 am - 1:15 pm PT</strong></h5>\\n<p>Managed Workflows for Apache Airflow (MWAA) is a managed service from AWS that makes it super easy to get started with one of my favourite (and hottest) open source projects, Apache Airflow. If you want to get hands on and learn more about MWAA, then sign up at <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1we\\" target=\\"_blank\\">Solutions-Focused Immersion Day:Introduction to Amazon Managed Workflows for Apache Airflow</a></ins> (it is free)</p>\n<h5><a id=\\"Justintime_Worker_Nodes_with_Karpenter_168\\"></a><strong>Just-in-time Worker Nodes with Karpenter</strong></h5>\\n<h5><a id=\\"5th_August_2pm_IST_169\\"></a><strong>5th August, 2pm IST</strong></h5>\\n<p>Karpenter helps improve your application availability and cluster efficiency by rapidly launching right-sized compute resources in response to changing application load. In this webinar with my colleague Rohini Goankar, you will get an overview of Karpenter and it’s features, see a demonstration of how Karpenter simplifies Kubernetes infrastructure with the right nodes at the right time, and there will be practical demos on how to use Karpenter.</p>\n<p>Find out more and register via this link, <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1w5\\" target=\\"_blank\\">An Open-Source High-Performance Kubernetes Cluster Autoscaler</a></ins></p>\n<h5><a id=\\"Digital_Payments_Architecture_and_Implementation_with_AWS_175\\"></a><strong>Digital Payments Architecture and Implementation with AWS</strong></h5>\\n<h5><a id=\\"Open_Source_Databases_176\\"></a><strong>Open Source Databases</strong></h5>\\n<h5><a id=\\"August_18th_177\\"></a><strong>August 18th</strong></h5>\\n<p>Check out this Webinar on how to use open source databases to build a digital payments solution. You can view it live direct on <ins><a href=\\"https://www.youtube.com/watch?v=kbjtLPYToaI\\" target=\\"_blank\\">YouTube here</a></ins></p>\n<h5><a id=\\"OpenSearchCon_2022_181\\"></a><strong>OpenSearchCon 2022</strong></h5>\\n<h5><a id=\\"Sept_21st_2022_Seattle_182\\"></a><strong>Sept 21st, 2022 Seattle</strong></h5>\\n<p>Come to the first annual OpenSearchCon!</p>\n<p>This day-long conference will be packed with presenters who build and innovate with OpenSearch. It doesn’t matter if you’re just getting started on your OpenSearch journey, running giant clusters, or contributing tons of code; the event is for everyone. Join us to celebrate the progress and look into the future of the project. Admission is free, and registration will be open in the next few weeks. All you will need to do is sign up, and get to Seattle!</p>\n<p>Check out the full details, including signing up and location, at the <ins><a href=\\"https://aws-oss.beachgeek.co.uk/1n1\\" target=\\"_blank\\">meetup page here</a></ins>.</p>\n<h4><a id=\\"Stay_in_touch_with_open_source_at_AWS_190\\"></a><strong>Stay in touch with open source at AWS</strong></h4>\\n<p>I hope this summary has been useful. Remember to check out the <ins><a href=\\"https://aws.amazon.com/opensource/?opensource-all.sort-by=item.additionalFields.startDate&amp;opensource-all.sort-order=asc\\" target=\\"_blank\\">Open Source homepage</a></ins> to keep up to date with all our activity in open source by following us on <ins><a href=\\"https://twitter.com/AWSOpen\\" target=\\"_blank\\">@AWSOpen</a></ins></p>\n"}
目录
亚马逊云科技解决方案 基于行业客户应用场景及技术领域的解决方案
联系亚马逊云科技专家
亚马逊云科技解决方案
基于行业客户应用场景及技术领域的解决方案
联系专家
0
目录
关闭