Welcome to above the clouds

AWS – AWS Firewall Manager now supports AWS WAF rate-based rules
AWS Firewall Manager now enables customers to centrally deploy AWS WAF rate-based rules across accounts in their organization. An AWS WAF rate-based rule allows customers to track the rate of requests for each originating IP address and trigger a rule action on IPs once it goes over the limit. With this launch, security administrators on AWS […]

AWS – Amazon CodeGuru Reviewer enhances security findings generated by GitHub Action by adding severity fields and CWE tags
Today, we are announcing the enhancement of security findings generated by CodeGuru Reviewer’s GitHub action by adding severity fields and CWE (Common Weakness Enumerations) tags. Customers can use these new features to sort, filter, and prioritize their backlog of security vulnerabilities within GitHub’s user interface. Read More for the details.

GCP – The differences between synchronous web APIs and asynchronous stateful APIs
This article aims to differentiate the use cases that drive architectural decisions between async, and perhaps integration solutions, and synchronous and API driven solutions. Largely this isn’t an either or discussion. Many solutions rely on a ton of moving parts and to solve for that complexity a blend of both synchronous and asynchronous solutions is […]

AWS – Amazon SES now supports emails with a message size of up to 40MB
Amazon Simple Email Service (Amazon SES) customers can now request a limit increase to send and receive emails with a message size of up to 40MB. Read More for the details.

AWS – Amazon Connect adds near real-time insights into voice call, chat, and task activity in the Canada (Central) region
Amazon Connect now allows customers to subscribe to a near real-time stream of contact (voice calls, chat, and task) events (e.g., call is queued) in your Amazon Connect contact center in the Canada (Central) region. These events include when a voice call, chat, or task is initiated, queued to be assigned to an agent, connected […]

AWS – Contact Lens for Amazon Connect adds support for 8 languages
Contact Lens for Amazon Connect has now launched both post-call and real-time analytics support for 3 new languages, Korean (South Korea), Japanese (Japan), and Mandarin (Mainland China). In addition, 5 languages, French (Canada), French (France), Portuguese (Brazil), German (Germany), and Italian (Italy), that were already supported for post-call analysis, are now also supported for real-time […]

AWS – AWS CodeBuild now supports a small ARM machine type
AWS CodeBuild’s support for Arm-based workloads now run on an additional AWS Graviton2 machine type suited for less-resource intensive workloads. Read More for the details.

AWS – Announcing general availability of Amazon EC2 VT1 instances – the first EC2 instance optimized for video transcoding
Amazon Web Services (AWS) announces the general availability of Amazon EC2 VT1 instances powered by Xilinx® Alveo™ U30 media accelerators for video transcoding. VT1 instances are AWS’s first EC2 instances that feature hardware acceleration for video transcoding and are optimized for workloads such as live broadcast, video conferencing, and just-in-time transcoding. These instances deliver up […]

AWS – Amazon Aurora Serverless v1 supports configurable autoscaling timeout
Amazon Aurora Serverless v1 now supports setting timeout for autoscaling. Based on your application’s needs, you can specify a timeout between 1 and 10 minutes with a default value of 5 minutes. Aurora Serverless v1 looks for a period of no activity to initiate a scaling operation. If the timeout period is reached without such a […]
GCP – Push your code and see your builds happening in your terminal with “git deploy”
If you have used hosting services like Heroku before, you might be familiar with the user workflow where you run “git push heroku main”, and you see your code being pushed, built, and deployed. When your code is received by the remote git server, your build is started. With source-based build triggers in Cloud Build, […]