AWS Cloud Operations & Migrations Blog

Tag: Parameter Store

Integrating AWS CloudFormation with AWS Systems Manager Parameter Store

AWS CloudFormation has always allowed you to customize your templates by using parameters for runtime input values. Parameters make your template code dynamically configurable, improving the reusability of your code. Previously, the only ways you could specify values for these parameters were to pass the plaintext values as arguments to the CloudFormation API, or hard […]

Amazon EC2 Systems Manager Parameter Store adds support for Parameter versions

By Lou de la Torre, AWS Partner Solutions Architect and Venkat Krishnamachari, Principal Product Manager, Amazon EC2 Systems Manager Today we are excited to announce versioning support for Amazon EC2 Systems Manager Parameter Store. With Parameter Store versioning support, each iteration of a parameter is assigned a unique version number at creation time. These individual […]

The Right Way to Store Secrets using Parameter Store

Since 2018, AWS recommends that you secure secrets like passwords, API keys, SSH keys, IAM keys, and other credentials in AWS Secrets Manager. To learn more, see the documentation. —- This guest post was written by Evan Johnson, who works in the Security team at Segment. The way companies manage application secrets is critical. Even […]

Join a Microsoft Active Directory Domain with Parameter Store and Amazon EC2 Systems Manager Documents

The process of configuration management can be difficult, in particular when performed at scale. An example could be an application, running on your fleet, which uses configuration values like database connection strings or passwords. For deployment best practices, isolate application configuration portions so that you can separately deploy configuration values specific to each environment, for […]

Use Parameter Store to Securely Access Secrets and Config Data in AWS CodeDeploy

Customers use AWS CodeDeploy to automate application deployment because it provides a uniform method for: Updating applications across development, staging, and production environments. Handling the complexity of updating applications and avoiding service downtime. However, deploying and configuring applications often requires access to secrets and configuration data, such as API keys or database passwords, in source […]

Interesting Articles on EC2 Systems Manager Parameter Store

Recently, we have seen a few interesting articles on using Parameter Store, part of EC2 Systems Manager, to store and access secrets on AWS. In his post, Simple Secrets Management via AWS’ EC2 Parameter Store, Matt Adorjan shows how to protect your AWS environment by securely storing secrets with Parameter Store and controlling access to […]