How to implement password-less authentication with Amazon Cognito and WebAuthn

By Dustin Ward

Amazon Web Services FeedHow to implement password-less authentication with Amazon Cognito and WebAuthn In this blog post, I show you how to offer a password-less authentication experience to your customers. To do this, you’ll allow physical security keys or platform authenticators (like finger-print scanners) to be used as the authentication factor to your web or…

Containerize and deploy a gRPC application on AWS Fargate

By Dustin Ward

Amazon Web Services FeedContainerize and deploy a gRPC application on AWS Fargate These days, building an application distributed among processes, hosts, or even networks is much easier. This is partially due to an evolution in the protocols used to negotiate between different components of an application or service. This evolution is largely the result of…

This Week in Security News: Trend Micro Researcher Uncover Two Espionage Backdoors Associated with Operation Earth Kitsune and Trickbot and Ransomware Attackers Plan Big Hit on U.S. Hospitals

By Dustin Ward

Amazon Web Services FeedThis Week in Security News: Trend Micro Researcher Uncover Two Espionage Backdoors Associated with Operation Earth Kitsune and Trickbot and Ransomware Attackers Plan Big Hit on U.S. Hospitals Welcome to our weekly roundup, where we share what you need to know about cybersecurity news and events that happened over the past few…

New – Application Load Balancer Support for End-to-End HTTP/2 and gRPC

By Dustin Ward

Amazon Web Services FeedNew – Application Load Balancer Support for End-to-End HTTP/2 and gRPC Thanks to its efficiency and support for numerous programming languages, gRPC is a popular choice for microservice integrations and client-server communications. gRPC is a high performance remote procedure call (RPC) framework using HTTP/2 for transport and Protocol Buffers to describe the interface.…