A look inside the AWS lab where retired data center hardware gets a second chance
AWSâs reverse logistics program provides a sustainable path for componentsâall while maintaining the highest level of data security... read more Â
AWSâs reverse logistics program provides a sustainable path for componentsâall while maintaining the highest level of data security... read more Â

How to deploy Keycloak, an open-source Identity and Access Management solution, on AWS as an Identity Provider for AWS IAM Identity Centre and the instructions for deploying both older (v16) and newer (v21) versions of Keycloak using different infrastructure-as-code tools... read more Â
A step-by-step guide on setting up an AWS Lambda function to send email notifications to IAM Users when their AWS Web Console passwords are expiring. The implementation enhances security, efficiency, and user experience in the AWS IAM environment... read more Â

Currently, Lambda logs can only be sent to Cloudwatch, but many companies prefer using centralized observability services. To overcome this limitation, AWS Cloudwatch provides Log Subscriptions Filters, which can send logs to Kinesis Data Stream, Lambda, or Kinesis Data Firehose. By using Firehose, .. read more Â
The memory wall problem occurs when a processor's speed surpasses the rate at which data can be transferred to and from memory, resulting in performance slowdowns. CPUs mitigate this by using L-caches, which are small and fast. Understanding memory allocation and cache utilization is crucial for opt.. read more Â

In the world of DevOps, two programming languages are often pitted against each other: Golang and Python. Both languages have their own strengths and weaknesses, and choosing the right one for your DevOps needs can be a tough decision... read more Â
An exploration of fuzz testing in Go with a look at how to write a fuzz target for a (nearly) realistic function... read more Â
Starting in Go 1.21, the Go command allows for switching between different versions of the Go toolchain based on module requirements, and it automatically selects the appropriate toolchain version. The GOTOOLCHAIN environment setting and the go and toolchain lines in the go.mod file determine the to.. read more Â
A new Golang-based information stealer called Skuld has compromised Windows systems across Europe, Southeast Asia, and the U.S... read more Â

Failure is a giving in distributed systems. Using the SQS re-drive APIs is enhanced with SQS re-drive with Golang and Step Functions... read more Â
