Insightful Blogs
Learn from the experience that we have gained over the years by helping our clients turn their ideas into a wonderful and scalable solution
Secure database authentication using AWS IAM
A thorough guide on using temporary and short-lived credentials generated using IAM database authentication feature to avoid exposing long-term credentials
Easiest way to achieve FIPS 140-2 Level 3 compliance on AWS
Learn to set up a FIPS 140-2 Level 3 compliant architecture that allows you to encrypt sensitive customer data using the encryption keys stored in a dedicated CloudHSM device with the help of KMS custom key store
How to recover accidentally deleted AMIs or EBS Snapshots using EC2 Recycle Bin
At some point, we all might have deleted an AMI or snapshot thinking it isn't required anymore until something breaks or someone reaches out to us asking about the deleted resource. Well, this thorough guide will make sure that does not happen again
Secure network communication of EKS Fargate pods via AWS Security Group
It’s hard to patch all the systems within just a few hours of the discovery of a new vulnerability but we can safeguard our systems up to some extent by locking them down to accept connections from a few trusted sources. Let’s learn how we can do that in the case of EKS Fargate pods
How to automatically generate fine-grained AWS IAM policy
A comprehensive guide on how to automatically generate a restricted IAM policy for a principal using CloudTrail events with just a few clicks
Exposing HTTP API Gateway Via AWS CloudFront
HTTP API Gateway does not support edge optimised endpoint natively as of writing this blog so, let's go step-by-step on how we can expose HTTP API Gateway via AWS CloudFront to accelerate API distribution
Integrating Amazon EFS with Lambda
Detailed step-by-step guide on integrating AWS EFS (Elastic File System) with Lambda. This allows AWS Lambda to store and process files larger than 512 MB in size