You can now take all AWS Certification exams from home or any private space with online proctoring when you schedule with either test delivery provider, Pearson VUE or PSI. Online proctoring is available anywhere AWS Certification offers testing. For candidates in mainland China and South Korea, online proctored exams are available only via PSI.
Now author AWS Systems Manager Automation runbooks using Visual Studio Code
AWS Systems Manager now enables developers to view, author, and publish Automation runbooks directly from Visual Studio Code, a free code editor built on open source. You can now use the editor to author runbooks faster and be more productive by starting with pre-built templates, auto-completing the code with snippets, and validating the runbook for syntax errors in real time. Once built, you can publish the runbooks from the editor to the cloud with a single click.
AWS Snowball is now available in the AWS Europe (Milan) Region
The AWS Snowball service is now available in the AWS Europe (Milan) Region. AWS Snowball, a part of the AWS Snow Family, is an edge computing, data migration, and edge storage device that comes in two options. Snowball Edge Storage Optimized devices provide 80 TB of Amazon S3 object storage and optional compute with 40 vCPUs. They are well suited for local storage and large-scale data transfer. Snowball Edge Compute Optimized devices provide 52 vCPUs, 7.68 TB of NVMe SSD storage, 42 TB of HDD storage, 256 GB of RAM, and an optional GPU for use cases like advanced machine learning and full motion video analysis in disconnected environments. You can use these devices for data collection, machine learning and processing, and storage in environments with intermittent connectivity (like manufacturing, industrial, and transportation) or in extremely remote locations (like military or maritime operations) before shipping the devices back to AWS. These devices may also be rack mounted and clustered together to build larger temporary installations.
AWS DeepRacer announces new Community Races updates
AWS DeepRacer allows you to get hands-on with machine learning (ML) through a fully autonomous 1/18th scale race car driven by reinforcement learning, a 3D racing simulator on the AWS DeepRacer console , a global racing league, and hundreds of customer-initiated community races.
Amazon MQ is now available in the Europe (Milan) region
Amazon MQ is now available in a total of 19 regions, with the addition of the Europe (Milan) region.
IP Multicast on AWS Transit Gateway is now available in Asia Pacific (Singapore) and AWS GovCloud (US) Regions
Starting today AWS Transit Gateway supports internet protocol (IP) multicast in Asia Pacific (Singapore) and AWS GovCloud (US) Regions.
Amazon ECS extensions for AWS Cloud Development Kit now available as a Developer Preview
Amazon Elastic Container Service (ECS) now has a developer preview module in the AWS Cloud Development Kit (CDK), which implements an extendable service construct. Instead of writing JSON task definitions for your services by hand, you can model and provision ECS resources using familiar programming languages. The new ECS service construct for CDK supports extensions that automatically add additional capabilities such as App Mesh or FireLens to your containerized services.
AWS Marketplace launches Geo-Fencing to allow sellers to control availability by country
AWS Marketplace Independent Software Vendors are now able to create new or update existing product listings to control product availability to specific countries. Since launch in 2012, AWS Marketplace products have been available globally. Some Independent Software Vendors need to control where their software can be purchased for tax, compliance, support, or marketing purposes. With the launch of Geo-Fencing, Independent Software Vendors now have the flexibility to create and surface their product offerings in line with their business needs across geographies.
AWS CloudFormation Guard – an open-source CLI for infrastructure compliance – is now generally available
AWS CloudFormation announces the general availability (GA) of AWS CloudFormation Guard (cfn-guard ), which enhances the preview release of cfn-guard (June 2020) with new features. Cfn-guard is an open-source command line interface (CLI) that checks CloudFormation templates for policy compliance using a simple, policy-as-code, declarative language.
Announcing general availability of waiters in the AWS SDK for Java 2.x
We are pleased to announce the general availability of the waiters feature in the AWS SDK for Java 2.x . The waiters feature is an abstraction that enables you to validate that AWS resources, such as DynamoDB tables or Amazon S3 buckets, are in a specified state before performing operations on those resources. When interacting with AWS APIs that are asynchronous, such as DynamoDB CreateTable , customers often need to wait for that particular resource to become available in order to perform further actions on it. The waiter utility provides a simple API that polls a resource until a desired state is reached or until it is determined that the resource will never enter into the desired state.