Software Alternatives, Accelerators & Startups

AWS Secrets Manager

AWS Secrets Manager to Rotate, Manage, Retrieve Secrets.

AWS Secrets Manager

AWS Secrets Manager Reviews and Details

This page is designed to help you find out whether AWS Secrets Manager is good and if it is the right choice for you.

Screenshots and images

  • AWS Secrets Manager Landing page
    Landing page //
    2023-03-15

Features & Specs

  1. Automated Secret Rotation

    AWS Secrets Manager provides built-in support for automatic rotation of secrets, which enhances security by frequently changing passwords and other sensitive information.

  2. Centralized Secret Management

    You can manage all your secrets from a single location, simplifying the process of keeping track of credentials, API keys, and other sensitive data across various applications and services.

  3. Integration with AWS Services

    AWS Secrets Manager is well integrated with other AWS services such as RDS, Redshift, and IAM, making it easier to manage and retrieve secrets within the AWS ecosystem.

  4. Fine-Grained Access Control

    Utilizes AWS IAM to provide fine-grained access control policies, allowing you to precisely define who can access specific secrets, enhancing security.

  5. Secure Secret Storage

    Secrets are stored securely using encryption standards provided by AWS Key Management Service (KMS), ensuring that the data is protected both at rest and in transit.

  6. Audit and Compliance

    AWS Secrets Manager facilitates compliance with regulatory requirements by providing logging and monitoring capabilities, enabling you to track access and changes to secrets.

Badges & Trophies

Promote AWS Secrets Manager. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Understanding AWS Secrets Manager - AWS Online Tech Talks

AWS Secrets Manager

Python - How to access DB credentials from AWS Secrets Manager? | AWS Secrets Manager Tutorial

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about AWS Secrets Manager and what they use it for.
  • Document Generation for Developers: Security, Compliance, and Build-vs-Buy Decisions for the Template-Plus-Data Pipeline
    Client_id and client_secret travel as HTTP request headers, which means they're visible in any intermediary that can inspect headers in transit. Store them in environment variables or a secrets manager (AWS Secrets Manager, HashiCorp Vault, or a CI/CD-native secrets store). They should never appear in source code, version control, or log output. Your application code should read from os.environ["CLIENT_ID"] rather... - Source: dev.to / about 2 months ago
  • Storing Kamal secrets in AWS Secrets Manager and deploying to a cheap Hetzner VPS
    Big thanks to the AWS docs team, the Kamal maintainers, and Hetzner for keeping hosting affordable. Hope this saves you the same headaches I ran into. Now back to building. - Source: dev.to / about 2 months ago
  • Provision AWS Secret Manager Retrieval of Secrets
    Every modern web app has secrets that need to be shared securely with it. You web application may need to have a environment variable like an API key. That key should be stored in AWS secrets manager, it is a great use case for us to learn about how to give access to instance to the secret. - Source: dev.to / 3 months ago
  • 8 Key BYOC Deployment Options Every Data Engineer Should Know
    A well-documented example is Flightcontrol, which deploys application workloads to customers' own AWS accounts using Amazon ECS with either Fargate or EC2 launch types rather than Kubernetes. Fargate is the default path (serverless compute, no node management), while ECS with EC2 is available for teams that need GPU support, Reserved Instance pricing, or custom instance types. All builds run in the customer's AWS... - Source: dev.to / 4 months ago
  • The hosting setup nobody talks about anymore
    โš ๏ธ Don't use .env files in production Plaintext .env files on disk have no rotation, no audit trail, and no access control. For production, use AWS Secrets Manager or Systems Manager Parameter Store (SecureString) to manage application secrets and pull them at runtime. The .env approach shown here is suitable for development and tutorials only. You could also set up a blue/green deployment โ€” spin up the new... - Source: dev.to / 5 months ago
  • AWS Security Services Overview
    Description AWS Secrets Manager is a managed service for storing, rotating, and retrieving database credentials, API keys, and other secrets securely. - Source: dev.to / 6 months ago
  • Securing Agentic AI Systems
    Use AWS Secrets Manager and apply just-in-time access with short-lived credentials. - Source: dev.to / 10 months ago
  • How to Harden Your API for Better Security
    Use dedicated secrets managers like HashiCorp Vault or AWS Secrets Manager. - Source: dev.to / 11 months ago
  • Developer ego that ended up in burning the business and 10 years in jail.
    AWS Secrets Manager for rotating and securing AWS credentials. - Source: dev.to / 11 months ago
  • Do You Really Know Where Your API Keys End Up? A Security Guide for Fintech Developers
    Step 3. Use a Secrets Manager Environment variables have some limitations in production environments. Consider using a specialized secrets manager such as AWS Secrets Manager, Google Secret Manager, HashiCorp Vault, or Azure Key Vault. - Source: dev.to / about 1 year ago
  • Your Plaintext Email is a DevSecOps Blind Spot
    A Hardened Channel for Sensitive Communication: While dedicated secrets management tools (like HashiCorp Vault, AWS Secrets Manager, etc.) are essential for storing and managing application secrets, secure E2EE email provides a significantly safer channel for human-to-human communication that might involve discussing sensitive topics, sharing unavoidable one-off credentials (with immediate rotation plans), or... - Source: dev.to / over 1 year ago
  • Building Custom Kendra Connectors and Managing Data Sources with IaC
    Some data sources are protected by some form of credentials. Unless the data source is a public website or stored in another AWS resource such as Amazon S3, Kendra or your custom data source will need credentials to fetch data. In either case, AWS Secrets Manager can be used to securely manage your credentials. - Source: dev.to / over 1 year ago
  • Deploy AWS Lambda Functions and Amazon DynamoDB with AWS CDK on LocalStack
    In this example, we need to set up two AWS Lambda, AWS Secrets Manager and Amazon DynamoDB resources. - Source: dev.to / over 1 year ago
  • Enhancing Your CI/CD Security: Tips and Techniques to Mitigate Risks
    You have to handle secrets like API keys and passwords carefully. Instead of hardcoding them into your code, you should use secure secrets management tools like HashiCorp Vault or AWS Secrets Manager. Additionally, following API key authentication best practices ensures secure handling of sensitive credentials. This keeps sensitive information protected and reduces the risk of accidental leaks. - Source: dev.to / over 1 year ago
  • Starters Guide: End-to-End Guide to Building with LLMs on SageMaker
    Credential Management: Avoid storing sensitive data like access keys directly, utilizing AWS Secrets Manager, or using environment variables. - Source: dev.to / over 1 year ago
  • Secrets Management in Kubernetes: Best Practices for Security
    Integration with External Systems Kubernetes External Secrets can integrate with tools like HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, and Google Cloud Secret Manager. For instance, to use HashiCorp Vault:. - Source: dev.to / over 1 year ago
  • The New Dev's Guide to Externalizing App Config
    Cloud platforms provide tools like AWS Secrets Manager, Azure Key Vault, and Google Cloud Secret Manager for exactly this purpose. These services, which evolved from patterns Mitchell Hashimoto pioneered with Vault in 2015, store and encrypt your configuration. - Source: dev.to / over 1 year ago
  • Production-Ready Terraform Module for Seamless Disaster Recovery: Primary and Secondary Clusters with Zero Downtime
    Secure Secrets: Consider using Terraformโ€™s Sensitive Variables or integrating with secret management tools like AWS Secrets Manager or HashiCorp Vault. - Source: dev.to / over 1 year ago
  • Pydantic Settings + AWS the easy way
    We have a basic settings class that needs to load data from Environmet variables, parameter store and secrets manager. - Source: dev.to / almost 2 years ago
  • Building a WhatsApp generative AI assistant with Amazon Bedrock and Python
    Edit WhatsApp configuration values in Facebook Developer in AWS Secrets Manager console. - Source: dev.to / over 2 years ago
  • Keeping secrets out of public repositories
    If youโ€™re asking yourself where you should be keeping secrets, you should be using a secrets manager. Two examples include Doppler (https://doppler.com). - Source: Hacker News / over 2 years ago

Do you know an article comparing AWS Secrets Manager to other products?
Suggest a link to a post with product alternatives.

Suggest an article

AWS Secrets Manager discussion

Log in or Post with

Is AWS Secrets Manager good? This is an informative page that will help you find out. Moreover, you can review and discuss AWS Secrets Manager here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.