ec2instances.info VS vscode-infracost

Compare ec2instances.info vs vscode-infracost and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ec2instances.info vscode-infracost
17 27
4,956 1,785
1.8% -0.1%
7.8 6.1
9 days ago 26 days ago
Mako TypeScript
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.

ec2instances.info

Posts with mentions or reviews of ec2instances.info. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-20.
  • An Ugly Single-Page Website Makes $5k a Month with Affiliate Marketing
    2 projects | news.ycombinator.com | 20 Jan 2024
    This web page for comparing EC2 pricing using filtering https://instances.vantage.sh/?region=us-east-2 is open source https://github.com/vantage-sh/ec2instances.info
  • Monthly 'Shameless Self Promotion' thread - 2022/11
    13 projects | /r/devops | 1 Nov 2022
    Worked on adding Dedicated Host pricing to https://ec2instances.info so it can display pricing for mac1 and mac2 AWS instances. Ended up being much more involved than expected, https://github.com/vantage-sh/ec2instances.info/pull/667
  • Leveraging Mispriced AWS Spot Instances
    2 projects | news.ycombinator.com | 21 Oct 2022
    It's community supported! We just pay the bills and maintain hosting it :)

    Do you mind opening an issue on the repo here? https://github.com/vantage-sh/ec2instances.info

    Thank you for the report!

  • Show HN: New UI for Ec2instances.info
    1 project | news.ycombinator.com | 24 Aug 2022
    Hey HN, 10 years after the project began we have updated the UI for the cloud server comparison site known as EC2Instances.info. This refresh brings a sticky filter bar so you can scroll and see what filters are applied, a more compact navbar, and improved UX for comparing instances.

    I've also fixed numerous long standing UI bugs including: comparisons now load correctly on RDS and ElastiCache, sort by max ENI works, sort by RDS instance storage works, and all dropdowns have consistent behavior.

    For maintainers and contributors, all the frontend libraries are upgraded to their latest versions, https://github.com/vantage-sh/ec2instances.info. Going forward, we are aware that the homepage size is quite large and have plans to address this.

    We have tried to be good stewards of this project and evolve it carefully. Eager to hear what you think of the new UI!

  • Using AWS
    4 projects | /r/ProgrammerHumor | 21 Jul 2022
    Disclaimer: I maintain https://github.com/vantage-sh/ec2instances.info for them
  • Reduce load times/eliminate layout shift for ec2instances.info
    1 project | /r/learnprogramming | 18 Jul 2022
    Hi everyone! I am the new maintainer for ec2instances.info, an AWS server comparison site. I just shipped my first major feature called Detail Pages, https://github.com/vantage-sh/ec2instances.info/commit/31e2fb41a280eb86da9d135b4b852f8d6325c33f
  • Show HN: Ec2instances.info now has Detail Pages for 500 Instances
    1 project | news.ycombinator.com | 18 Jul 2022
    Sorry for being harsh, but it is really screwed up for Firefox users. For me it's completely unusable, because when trying to filter it freezes for more than 20 seconds before displaying the filtered values. And that's on a rather recent desktop PC.

    There is an open bug report regarding that, however nothing has happened in the past year to fix it: https://github.com/vantage-sh/ec2instances.info/issues/586

  • More detailed ec2instances.info alternative?
    2 projects | /r/aws | 11 Jul 2022
    https://github.com/vantage-sh/ec2instances.info/issues/316 https://github.com/vantage-sh/ec2instances.info/issues/617
  • Ec2instances.info now has Spot pricing information, is there anything else you'd like to see?
    8 projects | /r/aws | 9 Jul 2021

vscode-infracost

Posts with mentions or reviews of vscode-infracost. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Despliega una Infraestructura de Red AWS Robusta con Terraform
    2 projects | dev.to | 22 Apr 2024
  • Cutting down AWS cost by $150k per year simply by shutting things off
    8 projects | news.ycombinator.com | 22 Jan 2024
  • Show HN: Infracost (YC W21): Be proactive with your cloud costs
    1 project | news.ycombinator.com | 9 Aug 2023
    Hi, we are Ali, Hassan, and Alistair, co-founders of Infracost (https://www.infracost.io/). Infracost helps engineers see the cost of each Terraform change before launching resources. When changes are made, it posts a comment with the cloud cost impact. For example, “you’ve added 2 instances and volumes, and change an instance type from medium to large, your bill will increase by 25% next month, from $1000 to $1250 per month”.

    We launched in February 2021 (https://news.ycombinator.com/item?id=26064588), and Infracost is now being actively used by over 3,000 companies. However, there is a shift happening in the cloud cost management space. New teams, called FinOps teams (a combination of "Finance" and "DevOps"), are being formed within companies to manage cloud costs.

    One of the first tasks assigned to these teams is to determine "who is using what" - that is, which teams, business units, products, etc. are spending the most on cloud. To accomplish this, they use tags. Tags are labels that all cloud resources should have and are key-value pairs. For example, a server could be tagged with: product=HackerNews; environment=production; team=blueTeam. So if resources are not tagged properly, then you can’t tell who is using what.

    However, FinOps teams face challenges because their tools are reactive. These tools begin by analyzing cloud bills and providing visibility of tags from there. This means that they are looking at resources that are already running in production and costing money. A customer recently shared, “I want all resources to be properly tagged. But if they are not, I would rather a resource not be tagged at all than be tagged incorrectly.”

    My "aha" moment! FinOps teams can define a tagging policy that can be validated in CI/CD before resources are launched. This is important because if code is shipped with the wrong tags, FinOps teams will have to fight for sprint time to fix them. Even if you shut down an untagged resource directly in the cloud, the next time Terraform runs, the resource will launch again with no tag. You need to fix the issue at its root.

    I’d love your feedback on our solution to the tagging problem. You define your tag key-value policy in our SaaS product, and Infracost checks all Terraform resources per change. If anything fails the policy, it posts a comment with the details of which resources need tags, and what the allowed values are. Once fixed, it will let the code be shipped to production.

    Try it out by going to https://dashboard.infracost.io/, setting up with the GitHub app or GitLab app, and defining your tagging policy. It will then scan your repository and inform you of any missing tags and their file and line number. You can use the free trial, but if you need more time, please message me and I’ll extend it for you.

    I would also love to hear how others ensure that the correct tag keys and values are applied to all resources, and whether this is done proactively or reactively. Additionally, I would be interested in hearing about any lessons learned in the process.

    Cheers

  • What is the best `as Code` tool in 2023?
    4 projects | dev.to | 26 Jul 2023
    Great toolchain, including Infracost or tfsec.
  • Top 4 Infrastructure as Code Open-Source Tools for 2023
    3 projects | /r/webdevelopment | 3 May 2023
    Infracost is an open-source tool for estimating the cost of cloud infrastructure using Infrastructure as Code templates.
  • Enabling IPv6 on AWS using Terraform (Part 1)
    2 projects | dev.to | 16 Feb 2023
    Throughout this post, you will see me mention the cost of running this using an estimate. I have been using for a while, a tool called infracost which is an open source (with subscription based additions) cost estimator tool - https://www.infracost.io/. For this demonstration, using the sample code listed above, it would cost an estimated $76.65/month - so if you don't want rack up a bill, only deploy when you want to test, and use Terraform to destroy the services when you are done.
  • 5 tools to supercharge your Terraform Development
    3 projects | dev.to | 12 Jan 2023
    Infracost : Infracost is an open-source tool that allows users to see the cost of running their infrastructure, such as AWS resources, in near real-time. It uses the AWS Price List API to determine the costs of resources, and can be integrated into CI/CD pipelines to provide cost feedback during the development process. This allows developers to make informed decisions about their infrastructure and optimize costs. Additionally, Infracost can be used to create alerts based on cost thresholds, so you can be notified when your infrastructure costs exceed a certain amount. This can be especially useful for teams that operate on a tight budget or need to manage costs closely.
  • Taming Cloud Costs with Infracost
    3 projects | dev.to | 9 Jan 2023
    An Infracost API key. You can get one by signing up for free at Infracost.io.
  • Infracost – Estimate infrastructure cost based on Terraform
    1 project | news.ycombinator.com | 3 Jan 2023
  • Wing: A cloud-oriented programming language
    6 projects | news.ycombinator.com | 19 Dec 2022
    Since Wing compiles to Terraform, you should be able to manually run Infracost (https://www.infracost.io) to get an idea of costs.

    Having that capability baked into the language/compiler would be a great addition.

What are some alternatives?

When comparing ec2instances.info and vscode-infracost you can also consider the following projects:

ec2-instances-info - Golang library for specs and pricing information about AWS EC2 instances based on the data from www.ec2instances.info

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

AutoSpotting - Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.

GPU-Puzzles - Solve puzzles. Learn CUDA.

amazon-ec2-instance-selector - A CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory

cloud-pricing-api - GraphQL API for cloud pricing. Contains over 3M public prices from AWS, Azure and GCP. Self-updates prices via an automated weekly job.

angular-github-actions-amazon-s3 - Application example built with Angular 14 and hosted on Amazon S3 (Simple Storage Service) using GitHub Actions.

infracost-azure-devops - Azure DevOps integration for Infracost. Shows cloud cost estimates for Terraform in pull requests for Azure DevOps repos and GitHub repos.

StockAlertBot - Faced with the scenario of scalpers using bots to hog up all the inventory of popular holiday toys and sell them at ridiculously high markup prices, I decided to put up a fight so we can get our hands on things we need to survive the #Coronavirus quarantine(s).

infracost - Cloud cost estimates for Terraform in your CLI and pull requests 💰📉 [Moved to: https://github.com/infracost/infracost]

diy-billing - AWS Billing Guides for developers. Learn everything you need to know about your AWS Bill using SQL. Created and maintained by the team at Macroscope. [Moved to: https://github.com/getmacroscope/developer-cost-guide]

google-cloud-pricing-cost-calculator - đź’¸ Calculate estimated monthly costs of Google Cloud Platform products and resources via YAML files and CLI program (Linux, macOS, Windows)