© 2026 Hashnode
Introduction You're a DevOps engineer responsible for 50 EC2 instances. It's Friday at 4 PM. A critical CVE ( Common Vulnerabilities and Exposures ) just dropped, a vulnerability in OpenSSL affecting every Linux server. Your security team wants all i...

AWS Lambda functions are typically the main compute service used in serverless architectures in AWS. You can write your serverless application in your choice of several different supported languages (Python and TypeScript to name a few) and not need ...

As a DevOps engineer, managing sensitive information securely is one of your critical responsibilities. In this comprehensive guide, we'll explore different approaches to secrets management in AWS and when to use each solution. Why is Secrets Managem...

This blog documents the setup of an automated CI/CD workflow for a .NET 8 back-end API hosted on an AWS EC2 instance. It covers configuring AWS CodeDeploy, creating GitHub Actions scripts, and managing secrets with AWS Parameter Store. The goal is to...

The external configuration storage pattern is widely used today. To support this, AWS provides a range of services for storing and managing configuration data, including: AWS Systems Manager Parameter Store offers secure, scalable, centralized, and ...
