Distributed Load Testing, Copilot, AppStream 2.0; A Brief Overview Of AWS 2020 For DevOps

Written by Nick Otter.

Contents

Overview of AWS 2020 for DevOps

Let’s take a look over 2020 in AWS. Some great new products arrived for your estate.

!NEW Distributed Load Testing | Distributed Load Testing on AWS

!NEW AWS Copilot | Get started with AWS Copilot by deploying an Amazon ECS application

!NEW AppStream 2.0 | Amazon AppStream 2.0, Cloud Application Streaming whitepaper

!NEW CloudWatch Lambda Insights | Using Lambda Insights in Amazon CloudWatch

!NEW SQL Server Reporting Services | Configuring Microsoft SQL Server Reporting Services on Amazon RDS for SQL Server

Other interesting products that might be relevant:

And the rest…

As a bit of an overview let’s take a look at the other developments. In the AWS product log for 2020, the list has over 2000 entries. Let’s take a look at how many updates there were per product to get an overview of all products that were updated.

This should do it.

$ lynx -dump -nolist https://aws.amazon.com/about-aws/whats-new/2020/ | 
grep -B 2 "Posted On" |
tr -d "[:space:]" | 
grep -wo '[[:alnum:]]\+' | 
sort | 
uniq -cd | 
sort -k1,1n

This is a pretty rudimentary search. It isolates the product names in the headers and the dates of all entries on the AWS product log page for 2020.

The results

The three most updated AWS products in 2020 were:

The number of mentions here can be synonymous with product updates. So there were 23 updates to the AWS Solutions Consulting Offers product in 2020 and 13 for the Amazon DocumentDB (with MongoDB compatibility).

The most mentioned regions were US (93), Milan (59), CapeTown (47). With the most product updates on Dec 1 (47), Dec 15 (32), Nov 24 (45). Can you feel that end of year squeeze.

Number of updates per product in 2020 list

Here’s the list. For anything else, just drop me a message.

Compute

Storage

Database

Migration & Transfer

Networking & Content Delivery

Customer Enablement

Blockchain

Management & Governance

Machine Learning

Analytics

Security, Identity & Compliance

Application Integration

End User Computing

Internet of Things

Containers

Other (currently not listed in AWS Services dashboard)


Thanks. This article was written by Nick Otter.