Sagar Rawatsagarrawatt.hashnode.dev·Dec 22, 2024Streamlining Kubernetes secrets with external secret operator and aws secret managercontent Why we using external secret operator Step 1: Creating a service account or IAM user & secret key and access key in Aws. Step 2: Installation of an external secret operator. Step 3: Creating secret store , secrets , and external secret S...AWS
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
Shahin Hemmatidevopsdetours.com·Dec 6, 2024AWS Parameter Store vs AWS Secrets Manager Comparison and When to Use Each?Here are two tables comparing AWS Parameter Store and AWS Secrets Manager, and when to use each. Comparison Table: AWS Parameter Store vs. AWS Secrets Manager FeatureAWS Parameter StoreAWS Secrets Manager Primary Use CaseStoring configuration ...10 likesAWSparameter-store
Yilia Linapi7.hashnode.dev·Nov 7, 2024API7 Enterprise v3.2.16.3 Integrates with AWS Secrets ManagerIn API7 Enterprise, you may store a large amount of sensitive information, such as SSL certificates and private keys, usernames and passwords of consumer authentication credentials, and that required by certain plugins to connect to external systems....10 likesapi security
KALPESH MOHANTAkalpeshblog.hashnode.dev·Nov 7, 2024Secret Management on AWSAWS KMS (Key Management Service): Encryption and management of cryptographic keys Securely. AWS System Manager: Storing non-sensitive configuration data. AWS Secrets Manager: Storing sensitive data securely & automatically rotate secrets and manage...hashicorp
vishal kambletechflowinsights.hashnode.dev·Nov 6, 2024Seamless File Transfer from S3 to External SFTP endpoint using GoAs cloud computing becomes increasingly central to modern infrastructure, many applications require efficient ways to move files between cloud storage and external servers. In this post, I'll show you how to automate file transfers from AWS S3 to an ...5 likes·43 readsaws lambda
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 31, 2024AWS Secrets Manager: A Comprehensive Guide to Secure Secret ManagementIntroduction In today’s digital landscape, managing sensitive information securely and efficiently is crucial for organizations of all sizes. AWS Secrets Manager is a robust and versatile service designed to address this need, enabling organizations ...30 likesAWSAWS
Vishwajeet Sikhwalvishwajeetwrites.hashnode.dev·Aug 25, 2024AWS Solution Architect Professional Certification Prep.This article provides high-level information on how to prepare for AWS SAP-C02. In this, I have incorporated my daily routine, which I am following to crack this certification. 17-Aug-24 AWS CloudTrail - History of events/API calls Audit logs to t...AWS Solution Architect Professional Certification Prep.cloudtrail
Sudha Yadavsudhayadav.hashnode.dev·Aug 23, 2024AWS Secrets Manager :- Secure Secret ManagementIntroduction In modern cloud environments securely managing sensitive information like database credentials, API keys and other secrets is crucial. AWS Secrets Manager simplifies the process of securely storing, managing and retrieving these secrets....AWS
Freddy Hofreddyho.hashnode.dev·Aug 17, 2024Using AWS Secrets Manager to rotate a Amazon Cognito user passwordRecently, I have been working on creating automated tests for an API. For testing, a "tester" API user in a Amazon Cognito user pool is used to perform the authorised test API calls. Following good security practices, the tester API user credentials ...101 readsAWS secret manager