https://infracost.io logo
Join the conversationJoin Slack
Channels
contributors
general
help
Powered by Linen
general
  • b

    Brett Curtis

    12/29/2022, 1:40 PM
    Looks like you guys hit the Thoughtworks Tech radar back in March (not sure if you are aware): https://www.thoughtworks.com/radar/tools/infracost - We need to get you over that line into Adopt!
  • g

    Garvit Sapra

    01/04/2023, 10:58 AM
    hi team need attributeFilters key name to find amazon ebs storage price.Able to find spot and on_demand price for EC2 but for total cost need this EBS storage price also. can someone help me in this.. Thanks in advance.
  • a

    Ali (Infracost)

    01/06/2023, 3:51 AM
    For SemaphoreCI users out there, https://semaphoreci.com/blog/infracost is a great blog, very detailed and easy to follow!
    h
    • 2
    • 1
  • t

    Tim (Infracost)

    01/16/2023, 10:33 PM
    Hi everybody, v0.10.16 is released 🚢. It contains various fixes and enhancements, including improvements related to our GitHubApp. Highlights: • Added support for Azure ZRS managed disks 💿 • Changed behaviour of the .infracost folder so it is added at the working directory for the infracost execution and not the sub project folders 🎓 • We now run auto-detected projects in parallel ⚡ • Increased search depth to 10 when use all paths is set 🔍 Full release notes
  • a

    Ali (Infracost)

    01/17/2023, 6:16 PM
    Hey everyone, I’m giving a talk at DevOps Belfast in 15mins, feel free to signup on https://www.meetup.com/devops-belfast/events/289810724/ It’s on Zoom and we’ll record/share the talk afterwards.
  • a

    Ali (Infracost)

    01/25/2023, 1:56 AM

    https://youtu.be/oRQPPIn5NTw▾

    Recording of the above talk
  • t

    Tiamo

    01/26/2023, 1:43 PM
    👋 Hi everyone! I am part of a Managed Services team, we manage cloud infrastructure for our clients worldwide on Microsoft Azure. I found this awesome tool and have been experimenting with it over the past couple days, it works really well and could be very valuable for our team. One thing that is important to our team is Azure ARM/Bicep support, as 95% of our IaC is in Bicep. I saw that this is "on the roadmap", but really we as a team would like to contribute towards the project to help towards implementing this. We don't necessarily have any Go knowledge so this might be a bit ambitious, but we can see what we can do. I have left a comment on this GitHub issue asking for the best way to get started, can anyone help us out? Tomorrow we have our quarterly innovation day and hopefully I can get a team together to work towards prototyping something if the work seems doable. 🙂
    a
    • 2
    • 5
  • h

    Hassan (Infracost)

    01/26/2023, 9:33 PM
    Hey everyone! I finally got the new Infracost demo video out! Showing the Guardrails (set a threshold and block a PR if it is going to increase costs by that threshold), and also policies (auto detect if someone is trying to launch a GP2 volume, and tell them to use a GP3 etc):

    https://youtu.be/DDi6GE9RIik▾

    🙂
  • s

    Slackbot

    01/31/2023, 5:31 AM
    This message was deleted.
    m
    a
    • 3
    • 2
  • c

    Christoffer Nicklasson

    01/31/2023, 4:05 PM
    Howdy, please add a option so one can disable the " its the comment useful?" 🙏
    a
    e
    • 3
    • 6
  • c

    Christoffer Nicklasson

    02/07/2023, 6:26 AM
    So a made a POC , one thing i did have to change ( we are using atlantis) is that the cmd lines escaping caused some issues: I think i did see somewhere that if one get any unsupported resource one should report it, where can i do that ? as we havea lot ( GCP )
    a
    • 2
    • 1
  • h

    Hugo (Infracost)

    02/07/2023, 4:50 PM
    Hey everyone! 👋 🎉 We’re excited to share that Infracost version 0.10.17 is now available. Here’s a brief look at what’s new: 🔥 New Additions: • Multi-project errors are now reported in the output and won’t cause the entire CLI run to fail •
    infracost comment
    now works with GitHub Enterprise Servers that require client certificates • Coverage for AWS
    ap-southeast-4
    region + Lambda ARM architectures 🚀 Improvements: • Ability to use absolute file paths for Terraform variable files • Improved installer script available for macOS/Linux • Better handling of module evaluation and
    for_each
    expressions Try out the new version and read more about the exciting features we shipped in January to both Infracost CLI and Infracost Cloud.
  • t

    Tiamo

    02/08/2023, 12:38 PM
    We are working on adding ARM support to Infracost. Using the ARM What-If API we just succeeded in getting an estimate for an Azure ASP + Web App. Next step is calling infracost breakdown with the actual IaC template rather than the What-If result. Many thanks to @Jesse Wellenberg who did the bulk of the implementation work!
    a
    j
    • 3
    • 7
  • m

    Malcolm (Terrateam)

    02/08/2023, 12:45 PM
    Hello, I saw on the newsletter yesterday that Infracost supports running only those directories that changed. Is this a feature supported in the CLI or is this only a GitHub App feature?
    a
    • 2
    • 2
  • s

    Slackbot

    02/08/2023, 1:41 PM
    This message was deleted.
    a
    m
    • 3
    • 2
  • s

    Sunny Chodapaneedi

    02/08/2023, 3:54 PM
    Hi, Can we use ARM templates and code formations to estimate the cost? Thanks
    a
    • 2
    • 2
  • b

    Benoit Martin

    02/09/2023, 7:20 PM
    Hello, I would like to validate that if I use the helm chart to deploy our own instance of Infra Cost. Do I still need to integrate with the Infra Cost Cloud solution. I would also like to know if we use the solution in our infra, how the licenses work. Thank you for your help!
    a
    • 2
    • 4
  • c

    Corporate Gadfly

    02/14/2023, 5:01 PM
    Thanks in advance for any pointers to this question. In Azure DevOps, YAML pipeline:
    # Install the Infracost CLI, see <https://github.com/infracost/infracost-azure-devops#infracostsetup>
      - task: InfracostSetup@1
        displayName: Setup Infracost
        inputs:
          apiKey: $(infracostApiKey)
    I'm seeing the following:
    Starting: Setup Infracost
    ==============================================================================
    Task         : Infracost Setup Task
    Description  : Sets up Infracost CLI in Azure Pipelines. Show cloud cost estimates for Terraform in pull requests.
    Version      : 1.0.6
    Author       : Infracost
    Help         : 
    ==============================================================================
    ##[error]releases.filter is not a function
    Finishing: Setup Infracost
    Known issue? Any workarounds? Using
    vmImage: ubuntu-latest
    .
    a
    • 2
    • 2
  • h

    Hassan (Infracost)

    02/16/2023, 7:11 PM
    Hey everyone, the Infracost - Jira integration is live for all! So now when a PR is opened, it gets costed so the engineers can see how much the cost impact of the change is in CI/CD, but also the cost impact is pushed to the Jira issue of that PR, so that the product teams can see how much their feature requests will cost! https://www.infracost.io/blog/cloud-costs-in-jira/
  • g

    Gabriel Rodriguez

    02/16/2023, 11:30 PM
    Maybe this question has been asked before, Does anyone know if scalr.io uses infracost to gather their cost estimates? I'm just wondering if I would potentially having the same feature twice if I decided to use them.
    h
    a
    e
    • 4
    • 4
  • a

    Ali (Infracost)

    02/17/2023, 5:39 PM
    Happy Friday everyone! We’re working on MS Teams integration and wanted to do a quick vote: do you use 1. channel email addresses or 2. incoming webhooks for integrating other tools?
  • a

    Ali (Infracost)

    02/21/2023, 8:44 PM
    Hi everyone, we’ve released a simpler onboarding flow for Infracost Cloud! I’m looking for a a few users to help us with a quick usability test. This will involve sharing your screen, and connecting your GitHub infra repos to Infracost Cloud (you can fork our example repos if you don’t have one). Please let me know if you have ~20mins to help us this/next week 🙏
  • b

    Bennie Mosher

    02/27/2023, 2:08 PM
    Out of curiosity, what level of security do y’all have? SOC2? Fedramp? And is there a way to run infracost without sending data across the internet?
    h
    a
    • 3
    • 3
  • p

    Paulo Correia

    03/06/2023, 2:16 PM
    Hi gents, I was trying to setting the override location in the config file, but wehn I run the breakdown, it still fallsbacks to aadefault region eastus, different from the one I set as default, any clue why? This si also caused probably because infracost can't seem to find an indexed resource like this: "Using eastus for resource azurerm_storage_account.test_reports[\"uksouth\"] as its 'location' property could not be found." those backslashes are probably the reason infracost can't find the resource, although it exists, (and deployed)
    h
    • 2
    • 1
  • p

    Paulo Correia

    03/06/2023, 2:19 PM
    just want to know if this one is a good one for a new issue
  • t

    Tim (Infracost)

    03/07/2023, 9:34 PM
    Infracost version 0.10.18 is released! Some of the highlights are: • ⚡ Wildcard support for modules in usage file: You can now specify usage file references such as
    module.mod[*].aws_lambda_function.test[*]
    • 🦙 AWS Support for Lambda provisioned concurrency and Ephemeral Storage. Thanks @Rob Houghton! • 💲 Azure Support for PowerBI Embedded and MSSQL Elastic Pool … and many bug fixes and improvements. 😒hipit: Check out the full release notes.
  • h

    Hassan (Infracost)

    03/09/2023, 1:18 PM
    Hey everyone, just wanted to jump in here real quick and say that we have now been SOC2 certified, meaning if you want to deploy Infracost everywhere in the company, your security teams will be quick to give the thumbs up 👍🏽 💜 https://www.infracost.io/blog/infracost-soc2-certified/
  • a

    Artur Janas

    03/15/2023, 4:24 PM
    Hi everyone! I’m Artur, product designer at Infracost 👋. We’ve recently released a simpler onboarding flow for Infracost Cloud and would love to pick your brains on it. This will involve sharing your screen, and connecting your GitHub infra repos to Infracost Cloud (you can fork our example repos if you don’t have one). If you have ~15 minutes to spare please book a time slot here: https://calendly.com/artur-infracost/30min.
  • a

    Ali (Infracost)

    03/20/2023, 6:02 PM
    📣 Our March update blog is live! 👉 We’re excited to announce that we’re making the GitHub App free for everyone so you can put cost estimates in many repos with a few clicks, no need to install or update CLI versions in your CI/CD pipeline 🎉 Other updates: • SOC2 Type II passed 🔒 • Wildcard support for module arrays/maps (thanks @Christopher Avila for the use-case and idea) • Re-designed the cost estimate page 😍 • Microsoft Teams integration 💬 • Many other bug fixes, new resources and improvements
  • s

    Slackbot

    03/21/2023, 3:27 PM
    This message was deleted.
    v
    • 2
    • 1
Powered by Linen
Title
s

Slackbot

03/21/2023, 3:27 PM
This message was deleted.
v

Vadim (Infracost)

03/21/2023, 3:29 PM
Hello! Could you please post this on #help? We're trying to keep this channel for news and announcements. Thank you!
View count: 26