aws-ssm-copy VS terraform-aws-ssm-parameters

Compare aws-ssm-copy vs terraform-aws-ssm-parameters and see what are their differences.

aws-ssm-copy

Copy parameters from a AWS parameter store to another (by binxio)

terraform-aws-ssm-parameters

Create AWS SSM Parameter Store parameters with a Terraform module. The creation/deletion (schema) is managed with Terraform, and the values should be maintained via AWS Console. (by unfor19)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
aws-ssm-copy terraform-aws-ssm-parameters
1 1
92 5
- -
5.1 0.0
3 months ago over 2 years ago
Python HCL
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aws-ssm-copy

Posts with mentions or reviews of aws-ssm-copy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.
  • Managing AWS SSM Parameters With Terraform And Parzival
    8 projects | dev.to | 17 Sep 2021
    CHALLENGE: I urge you to check if there's an existing CLI that can get/set more than 10 SSM Parameters by path in a single command. The official AWS CLI supports pagination, but it means I need to write code that wraps aws ssm get-parameters-by-path .... The only similar project that I found is called binxio/aws-ssm-copy, which didn't have the capabilities that I need.

terraform-aws-ssm-parameters

Posts with mentions or reviews of terraform-aws-ssm-parameters. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.

What are some alternatives?

When comparing aws-ssm-copy and terraform-aws-ssm-parameters you can also consider the following projects:

terraform-aws-ssm-parameters - Terraform module creating encrypted and non-encrypted AWS SSM parameters

LocalStack - 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

terraform-aws-ssm-parameter-store - Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.

terraform-aws-ssm-parameter - Terraform module which creates SSM Parameter resources on AWS.

parzival - A CLI that can get/set more than 10 SSM Parameters by path in a single command.