cdkstats VS yor

Compare cdkstats vs yor and see what are their differences.

cdkstats

Show state of CloudFormation stacks managed by the AWS CDK Cloud Development Kit (by megaproaktiv)

yor

Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it. (by bridgecrewio)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
cdkstats yor
2 2
8 775
- 1.9%
2.4 7.4
10 months ago 7 days ago
Go Go
MIT License Apache License 2.0
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.

cdkstats

Posts with mentions or reviews of cdkstats. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.

yor

Posts with mentions or reviews of yor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-08.
  • Any opensource Devops related projects to contribute to?
    3 projects | /r/devops | 8 May 2022
  • CI pipeline not running when introducing a new stage
    1 project | /r/gitlab | 3 Aug 2021
    .git-script: &git-script | set -xv cd $CI_PROJECT_DIR git status lines=$(git status -s | wc -l) if [ $lines -gt 0 ];then echo "committing" git config --global user.name "$AUTO_COMMITTER_NAME" git config --global user.email "$AUTO_COMMITTER_EMAIL" echo ".yor_plugins" >> .gitignore git add . git commit -m "YOR: Auto add/update yor.io tags." git push -o ci.skip "https://${GITLAB_USER_NAME}:${GIT_PUSH_TOKEN}@${CI_REPOSITORY_URL#*@}" else echo "no updated resources, nothing to commit." fi default: image: name: hashicorp/terraform:light entrypoint: - /usr/bin/env - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" stages: - validate - yor validate: stage: validate before_script: - rm -rf .terraform - terraform --version - terraform init - export AWS_DEFAULT_REGION=eu-west-1 script: - terraform validate -json run-yor: stage: yor image: ruby:2.5 script: - git checkout ${CI_COMMIT_SHA} - export YOR_VERSION=0.1.62 - wget -q -O - https://github.com/bridgecrewio/yor/releases/download/${YOR_VERSION}/yor-${YOR_VERSION}-linux-amd64.tar.gz | tar -xvz -C /tmp - /tmp/yor tag -d . - *git-script

What are some alternatives?

When comparing cdkstats and yor you can also consider the following projects:

cfn-tail - Tail for AWS CloudFormation stack events

terratag - Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources

orphan - Delete orphaned Log Groups of AWS Lambda functions

terramate - Terramate CLI is an open-source Infrastructure as Code (IaC) orchestration tool for Terraform, OpenTofu, Terragrunt, Kubernetes, Pulumi, Cloud Formation, CDK, Azure Resource Manager (ARM), and others.

multy - Multy - Easily deploy multi cloud infrastructure. Write cloud-agnostic config deployed across multiple clouds

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀

infracost - Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left!

terraform-provider-multy - Terraform Provider for Multy

awesome-cloud-dx - A list of tools that make developer experience with cloud providers easier