You can now use AWS Systems Manager Session Manager to redirect traffic from any port inside a remote Amazon EC2 or on-premises instance to a local port on a client machine.
Now select resource groups as targets for AWS Systems Manager Run Command
Run Command now lets you select a resource group as a command target. Resource groups make it easier to organize, manage, and automate tasks on large numbers of resources at one time. Resource group support as a command target enables you to automate your administrative and ad hoc tasks on all of the managed instances that belong in the resource group.
Now use Session Manager to interactively run individual commands on instances
You can now use AWS Systems Manager Session Manager to specify a single command or a sequence of commands that execute in an interactive shell experience on an Amazon EC2 or on-premises instance. This enables you to easily limit user interaction to a specific command or command sequence, which helps you manage the interactive actions a user can take.
Amazon Route 53 Now Publishes Query Volume Metrics for Public Hosted Zones
Beginning today, you can now use Amazon CloudWatch metrics to see the number of DNS queries served for each of your Route 53 public hosted zones. With these metrics, you can see at a glance the activity level of each hosted zone to monitor changes in traffic. Using the metric functions that Amazon CloudWatch provides, you can view the number of queries per minute, or any longer time range that Amazon CloudWatch supports.
AWS Resource Access Manager is Now Available in AWS GovCloud (US-East) Region
You can now use AWS Resource Access Manager (RAM) in the AWS GovCloud (US-East) Region, an AWS Region designed to host sensitive data and regulated workloads in the cloud for customers who have U.S. federal, state, and local government compliance requirements.
Achieve up to 16x better Spark performance with Amazon EMR release 5.26.0
With EMR release 5.26.0, Spark users benefit from all the new Spark performance optimizations introduced in EMR release 5.24.0 and 5.25.0 without the need to make any configuration or code changes. The following optimizations are enabled by default in the 5.26.0 release:
- Dynamic partition pruning – Allows the Spark engine to infer relevant partitions at runtime, saving time and compute resources both by reading less data from storage and by reducing the number of records that need to be processed.
- DISTINCT before INTERSECT – Eliminates duplicate values in each input collection prior to computing the intersection, which improves performance by reducing the amount of data shuffled between hosts.
- Flattening scalar subqueries – Helps in situations where multiple different conditions need to be applied to rows from a specific table, preventing the table from being read multiple times for each condition.
- Optimized join reorder – Dynamically reorders joins to execute smaller joins with filters first, reducing the processing required for larger subsequent joins.
- Bloom filter join – Filters table joins dynamically to include only relevant rows, reducing the amount of data processed by Spark and improving query runtime performance.
Please visit Optimizing Spark Performance documentation and the EMR 5.26.0 release notes for details on these optimizations.
Also included in EMR 5.26.0, is a Beta integration with AWS Lake Formation and new versions of Apache HBase 1.4.10, and Apache Phoenix 4.14.2. Please see Integrating Amazon EMR with AWS Lake Formation (Beta) for more details on the integration.
Amazon EMR release 5.26.0 is now available in all supported regions for Amazon EMR.
The integration between AWS Lake Formation and Amazon EMR is in Beta, and is available in the US East (N. Virginia), and US West (Oregon) regions.
You can stay up to date on EMR releases by subscribing to the feed for EMR release notes. Use the icon at the top of the EMR Release Guide to link the feed URL directly to your favorite feed reader.
AWS Single Sign-On is Now Available in Canada (Central) Region
AWS Single Sign-On (AWS SSO) is now available in Canada (Central) region. For a full list of the regions where AWS SSO is available, see AWS Region Table .
Amazon ElastiCache now supports up to 50 characters in cluster name
Amazon ElastiCache now allows you to name your clusters up to 50 characters for cacheClusters and upto 40 characters for replicationGroups. By lifting the previous limit of 20 characters, this increase lets you use longer names that are unique to your naming standards. The cluster name must contain alphanumeric characters or hyphens, should start with a letter, and cannot end with a hyphen or contain two consecutive hyphens.
This feature is available in all regions. To get started, log in to the AWS Management Console .
Inter-Region VPC Peering is Now Available in the AWS Asia Pacific (Hong Kong) Region
Starting today, inter-region Amazon Virtual Private Cloud peering (VPC peering) can be setup between the AWS Asia Pacific (Hong Kong) Region and other AWS public regions, except the AWS Govcloud (US) and China Regions.
AWS Systems Manager Parameter Store announces intelligent-tiering to enable automatic parameter tier selection
Today, AWS Systems Manager Parameter Store launched intelligent-tiering to enable automatic parameter tier selection. If you have unknown or changing patterns of parameter count, value size or parameter policies, you can use intelligent-tiering setting to allow Parameter Store to select the standard or advanced tier for you. This selection is based on the create or update request and eliminates the need for you to change your application code.