Freddy Hofreddyho.hashnode.dev·Dec 19, 2024How to securely use secrets in AWS Lambda functions with AWS Lambda PowertoolsAWS 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 ...AWS
Ricardo Cinoricardocino.hashnode.dev·Nov 20, 2024Avoiding CloudFormation Stack OutputsRecently I’ve been working on a new project where we created many resources in a lot of different stacks. A feature of CloudFormation is that you can output values from your stack, which is great for referencing resources in other stacks. However, wh...AWS
Amulyaawscloudbasics.hashnode.dev·Oct 23, 2024AWS Secrets Management: A Comprehensive Guide for DevOps EngineersAs 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...AWSAWS
supraj maripeddisupraj.hashnode.dev·Jun 10, 2024Leveraging AWS RAM and SSM Parameter Store for Cross-Account Sharing with Shared ParametersManaging configuration data across multiple AWS accounts has traditionally been challenging. Previously, creating a Parameter Store for each account, even for identical values, meant dealing with duplication of effort, maintaining consistency, and ma...58 readsAWS
Alex Taveras-Crespoblog.alextaverascrespo.ca·May 22, 2024Implementing CI/CD for .NET 8 APIs on AWS EC2 Using GitHub Actions and DockerThis 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...148 readsAWS
Cloud Tunedcloudtuned.hashnode.dev·Jan 25, 2024Exploring AWS Systems Manager Parameter StoreExploring AWS Systems Manager Parameter Store AWS Systems Manager Parameter Store is a powerful service that provides secure, hierarchical storage for configuration data management and secrets management. It allows you to centralize your application ...AWS for BeginnersAWS
Raul Naupariblog.raulnq.com·Jan 18, 2024Lambda Powertools for .NET: Fetching Data from AWS Systems Manager Parameter Store and AWS Secrets ManagerThe 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 ...35 readsAWS System Manager Parameter Store