Back to all articles

Security

12 articles tagged with “Security

NewAI Didn’t Wait for Security. Now What?
Mar 11, 20268 min read

AI Didn’t Wait for Security. Now What?

Learn why blocking AI tools backfires and how to govern AI adoption with centralized security guardrails that keep teams fast and secure.

Secrets Manager vs Parameter Store: Which to Use?
Sep 8, 20255 min read

Secrets Manager vs Parameter Store: Which to Use?

AWS Secrets Manager vs SSM Parameter Store compared: cost, rotation, encryption, versioning, and IaC support to help you choose.

14 AWS Lambda Security Best Practices
Jul 9, 202511 min read

14 AWS Lambda Security Best Practices

14 real-world AWS Lambda security best practices: input validation, IAM least privilege, secrets management, and tenant isolation.

Social Engineering Phishing: My Real-Life Encounter
Jan 27, 20259 min read

Social Engineering Phishing: My Real-Life Encounter

Fell for a phishing attack using social engineering? I did—almost. Here’s how it worked, the tech behind it, and tips to stay safe.

Simplify WAF Management with AWS Firewall Manager
Jan 15, 20259 min read

Simplify WAF Management with AWS Firewall Manager

Learn how to simplify AWS security, manage WAF rules, and enforce policies across accounts with AWS Firewall Manager, with AWS CDK code

Protect Your API Gateway with AWS WAF using CDK
Dec 16, 20245 min read

Protect Your API Gateway with AWS WAF using CDK

learn about AWS Web Application Firewall (WAF) and use CDK code to protect an REST API served by an API Gateway and enable metrics and logs

AWS WAF Essentials: Securing SaaS Against Threats
Nov 13, 202410 min read

AWS WAF Essentials: Securing SaaS Against Threats

Learn about the AWS Web Application Firewall (WAF), what it is for, tips, and insights for visibility, ownership, governance and more

AWS IAM Best Practices for Service-to-Service Auth
Jun 3, 202418 min read

AWS IAM Best Practices for Service-to-Service Auth

AWS security best practices for service to service authentication, authorization and cross-account access with IAM policies and python code.

Chaos Engineering in Serverless: A Practical Guide
Apr 15, 202415 min read

Chaos Engineering in Serverless: A Practical Guide

We'll explore chaos engineering in AWS serverless architecture, using AWS FIS for fault injection and providing example code.

Chaos Engineering in Serverless Architectures
Jan 15, 20247 min read

Chaos Engineering in Serverless Architectures

Introduction to chaos engineering for serverless: inject controlled failures with AWS FIS to improve resilience and disaster recovery.

Serverless Production Readiness Checklist
Dec 18, 20229 min read

Serverless Production Readiness Checklist

Before going to production, go through this checklist. The checklist spans security, backups, crisis recovery, CI/CD, and support readiness.

AWS Lambda Input Validation Best Practices
Apr 7, 202210 min read

AWS Lambda Input Validation Best Practices

AWS Lambda input validation and parsing best practices using Pydantic and Powertools for AWS Lambda to ensure type-safe handlers.