Questions tagged [cost-management]

Use this tag for questions related to budgeting, cost analysis, cost management or cost calculation in any of various programming-related contexts, especially resource management and on-demand cloud computing.

Overview

  • Use this tag for questions related to budgeting, cost analysis, cost management or cost calculation in any of various programming-related contexts, especially resource management and on-demand cloud computing.

See also

211 questions
0
votes
1 answer

Azure subscription credits ended but need to view the ADF pipeline

I had been using Azure subscription with free credits and the credits have finished. I wanted to look into the pipelines I had created in ADF to replicate in some other subscription. Is there any way I can do that without paying for the cost.
0
votes
1 answer

Is there a query or a page where I can see the details of my cost specific to Bigquery?

I can see my total BigQuery cost from the "billing" section. However, I need to see data such as, Which table costs me how much? I mean, I need to see the cost of each table individually. How much cost has been created by the queries made to that…
0
votes
0 answers

Do I pay egress fees when I serve requests?

I read this sentence If you are hosting a web application in the cloud, then you are probably used to paying data egress charges for your outbound traffic anyway, so you will be comfortable with this charging model. in the following post…
Baobab
  • 155
  • 8
0
votes
1 answer

Azure App Configuration Tags not showing up in Cost Analysis

We have an Azure App Configuration deployed in our subscription and we have put 2 tags to every resource ('costType' and 'environment'). All resources are tagged and appearing when we pull the Cost Analysis report by Tags except the App…
Marko
  • 3
  • 1
0
votes
0 answers

AWS Lambda + DynamoDB handling larger amount of data timed out

First of all: I am receiving about 50.000 products from a supplier via API. The API has no pagination and therefore sending all 50k products in one Get Request. I tried to handle this by fetching and storing the data into DynamoDB by using a aws…
0
votes
1 answer

Where can I find Azure TCO calculator file format sample?

I am trying to use Azure Total cost of ownership (TCO) calculator and could not find a link to documentation that provide details regarding what file formats are supported for bulk upload. Neither I could find any recommended sample Excel file…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
2 answers

Cost of 3 million Invocations per month on google cloud functions, with 1 minimum instance and 2 as maximum

I am trying to understand cost of google cloud. Suppose I allocate 256 MB for the function and there is 1 minimum instance running all times and maximum instance is set to 2, then what will be monthly cost? I am wondering also if setting minimum…
0
votes
1 answer

See costs associated with just one beanstalk environment?

For AWS is there an easy way to see all the costs associated with just one beanstalk environment? In billing, you can break down the costs by EC instances in locations for example, but if you have multiple beanstalk EC instances running in the same…
0
votes
0 answers

How to visualize Azure Cost Management view in Grafana

I have integrated Azure and Grafana using Azure Monitor plugin, how can I get Cost related data from Azure to Grafana ? I checked some metrics couldn't find anything related to costs.
0
votes
1 answer

Azure API Management log optimization and cost saving

i have some instance of azure api management. I didn't find on azure doc, so i have on api management setting: both logging option enabled with all setting inside enabled. With actual configuration, both option enabled, i'm paying double for…
0
votes
1 answer

Azure Batch Pricing for scaling up and down within an hour

What is the pricing model when autoscaling an Azure Batch cluster up and down within the same hour? For instance if a vm costs $x per hour and I scale my cluster up to 10 vms, then down to 0, then up to 12 within 1 hour, how many vms do I get…
Maciej C
  • 55
  • 3
  • 6
0
votes
1 answer

How to estimate the number of DCU for a current serveless SQL Azure database

I currently have a SQL Azure Database configured with the "serverless" setting. It was ok at the beginning of the project because we had a lot of idle time and thanks to the autopause setting, we had good cost-efficiency. But now we have more…
David GROSPELIER
  • 772
  • 1
  • 9
  • 35
0
votes
1 answer

How to find the biggest files in all S3 buckets you have

My client has 60+ buckets, we pay hundreds of dollars per months to store this data and we don't know how to easily distinguish what is useful from what is legacy. Clicking on each bucket and finding what is taking space is tedious. Is there a way…
Mathieu J.
  • 1,932
  • 19
  • 29
0
votes
0 answers

How can I tag Azure resources retroactively?

I have an azure resource that is running for few days and only Later was tagged. The issue is that the days that the resource was running but did still was not tagged are being shown as "untagged" on Cost Analysis view. On that light I have two…
PCBL
  • 71
  • 1
  • 4
0
votes
0 answers

Azure - Multiple ResourceGroup based cost dashboard not working

Can someone confirm if Multiple resource group based cost dashboard is possible in Azure? Ex: RG-Name Cost DEV-APP01 - 100 UAT-APP01 - 300 PRD-APP01 - 500 We have a RGs created based on applications and sending the cost using Runbook…