Starting today, AWS IoT Core customers can configure the quality of service (QoS) when publishing messages via the republish action of a topic rule. AWS IoT Core supports QoS levels 0 and 1 for MQTT messages, where QoS 0 means a message is delivered zero or more times and QoS 1 means message is delivered one or more times. See AWS IoT MQTT documentation for more details about AWS IoT QoS definition.
Amazon Neptune is Now Available in the AWS GovCloud (US-East) Region
Amazon Neptune is now available in the AWS GovCloud (US-East) Region . Amazon’s isolated infrastructure and services are designed to host sensitive data and regulated workloads in the cloud for customers who have U.S. federal, state, and local government compliance requirements.
Introducing AI-Powered Health Data Masking
AI-Powered Health Data Masking is a solution that helps healthcare organizations identify and mask health data in images or text. While this solution does not guarantee alignment to any regulatory framework, it has been designed to be implemented as part of a set of mitigating controls in your environment.
AWS Elemental MediaConnect Now Available in Europe (Stockholm) Region
AWS Elemental MediaConnect is now available in the Europe (Stockholm) region. Using MediaConnect, you can now ingest, transport, and process your high-quality video in the AWS Cloud in more locations globally.
Support for Windows Shadow Copies is Now Extended to All Amazon FSx File Systems
Amazon FSx for Windows File Server, a service that provides fully managed native Microsoft Windows file systems, has made Windows shadow copies available to all file systems. Since launch of this feature on July 31, 2019, it was available only on newly-created Amazon FSx file systems. Now, customers can use shadow copies on any existing file system to enable end-users to easily view and restore previous versions of files.
Amazon RDS for MySQL Supports Minor Version 8.0.16
Amazon RDS for MySQL has been updated to support release 8.0.16 of the MySQL database. This release includes a number of security, account management, and other functionality improvements, along with a number of bug fixes.
Amazon AppStream 2.0 now supports Amazon Virtual Private Cloud endpoints for API operations and streaming traffic
You can now route streaming (for example – pixel, USB, user input, audio, clipboard, file upload/download, and printer) traffic to your Amazon AppStream 2.0 streaming instances through your Amazon Virtual Private Cloud (Amazon VPC) using VPC endpoints. You can also use a VPC endpoint to perform API operations without relying on an internet connection. With this feature, the network connection between your users and your AppStream 2.0 streaming instances and your API operations can be restricted to private network routes, further securing your applications. VPC endpoints for AppStream 2.0 are provided by AWS PrivateLink, a highly available, scalable technology that enables customers to privately connect their Amazon VPC to supported AWS services.
New Quick Start deploys Amazon Redshift on the AWS Cloud
This Quick Start automatically deploys a modular, highly available environment for Amazon Redshift on the Amazon Web Services (AWS) Cloud.
Amazon EMR announces support for runtime installation of external libraries with EMR Notebooks
You can now install external Python libraries on EMR clusters at runtime using EMR Notebooks. Before this feature, you had to use a bootstrap action or use a custom AMI to install additional libraries not packaged with the AMI before you launched the EMR cluster. This feature allows you to import your preferred libraries and use them to build your Spark application, analyze data, and visualize the results from within your notebook. The Python libraries you install using EMR Notebooks are isolated to the notebook session and will not interfere with existing libraries on the EMR cluster. You can import these libraries from either public or private PyPI repositories. Please visit Using Notebook-scoped Libraries to learn more about this feature.
This feature is available starting EMR release 5.26.0.
EMR Notebooks is is available in the US East (N.Virgina and Ohio), US West (N.California and Oregon), Canada (Central), EU(Frankfurt, Ireland, and London), and Asia Pacific (Mumbai, Seoul, Singapore, Sydney, and Tokyo) regions
Amazon Redshift now recommends distribution keys for improved query performance
Amazon Redshift Advisor now recommends the most appropriate distribution key for frequently queried tables to improve query performance. The Advisor generates tailored recommendations by analyzing the cluster’s performance and query patterns. You can then use the ALTER TABLE ALTER DISTKEY command to add or modify the distribution key of a table, without impacting concurrent read or write queries.