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
0 answers

Azure cost analysis and invoices - exchange rates

when I use the Consumption usage details API I am getting usage cost details day wise. I saw that azure uses USD for billing and show invoices in the customer's local currency link so that How exchange rates are selected for this case (whether…
0
votes
1 answer

Amazon S3 Store Millions of Files

I am trying to find the most cost effective way of doing this, will appreciate any help: I have 100s of millions of files. Each file is under 1MB each (usually 100KB or so) In total this is over 5 TB of data - as of now, and this will grow weekly I…
rogerwhite
  • 335
  • 4
  • 16
0
votes
0 answers

How to enforce a hard limit on cloud cost?

On Amazon AWS, is there a sample set of settings/scripts to enforce a hard limit on cloud cost (storage, compute, networking, ...) such that once a threshold has been reached, all services are paused or killed. The Ronin service for…
0
votes
1 answer

Are Azure Cosmos backups charged per region?

Does Azure charge you per region when performing periodical Cosmos backups? Based on their calculator it seems that's what they do. I have a single write region and a single read region and it looks like I will be charged for both regions when I…
mluker
  • 702
  • 8
  • 26
0
votes
2 answers

Power BI Embedded Report Costs

I have a Power BI Pro License which I used to publish the report to Power BI service. I used a Service Principal in Azure and Power BI Pro licensed master user to embed that report in a web-site in DEV environment. The source of the report is one of…
Gags
  • 827
  • 2
  • 13
  • 29
0
votes
1 answer

Is there a cost for a Service Principal that is only to be used with Azure DevOps?

I have searched for, but have been able to find anything related to costs when it comes to service principals. I want to set up builds, tests and deployments in Azure DevOps, but the I want to be able to calculate the potential costs. Maybe its only…
0
votes
1 answer

Solidity: looping within contract or just calling for all values?

I have a Solidity smart contract to run on the Ethereum network, that has a public mapping which stores a struct with several attributes. I must loop through all of those stored structs looking for a specific attribute value that may or may not be…
0
votes
1 answer

Sub-minute streams with AWS Rekognition video streaming?

I'm trying to determine whether it is feasible from a cost perspective to use AWS Rekognition video streaming for short, scheduled streams on a camera network. I understand that they bill $0.12/min for the service, however the docs are not clear if…
0
votes
1 answer

Missing services when filtering aws cost mangement by user defined tag

I have a couple of AWS services tagged with custom tag, after enabling user defined tags in AWS cost management it seems IoT rules, ECS not showing in my cost graph. I verified that those services are correctly tagged with the right tag and I have…
Mohammed
  • 334
  • 1
  • 5
  • 22
0
votes
1 answer

How to assign each task to every crew so for a better cost optimization?

I had few data about tasks showing about every task and how long the task is, for e.g.: Table 1: Tasks Length Time Task 1 45 mins 6:30 Task 2 45 mins 7:00 Here I know about every task, how long the task is, and at what time the task is…
0
votes
1 answer

Convert the json value in excel through Powershell

$filepath = $PSScriptRoot Set-Location $filepath $lastmonth = $true function GetAccessToken { $azureCmdlet = get-command -Name Get-AZContext -ErrorAction SilentlyContinue if ($azureCmdlet -eq $null) { $null = Import-Module AZ…
0
votes
0 answers

how to reduce flutter cloud firestone reads per day?

I want to create a revision/examination app for 20k+ students. I am going to take a test every day for all students (users app) of my app. and then store their records(scores) as total marks on the cloud Firestore. so my problem is I want to display…
0
votes
0 answers

How to check access to Cost & Usage Reports tab using boto3

I am trying to use AWS boto3 for my app. After looking in boto3 documentation I couldn't find the Billing APIs. The purpose of my app is to check if I have access to the Cost and Usage Reports. If I don't have (like in the picture) I want the script…
Yoni Melki
  • 205
  • 3
  • 16
0
votes
1 answer

AmazonCostExplorerClient has Status = WaitingForActivation

I am trying to query cost data from Cost API. The response status is WaitingForActivation even IAM user has the permission Billing and I can access Cost Explorer from AWS Cost Management Console
beewest
  • 4,486
  • 7
  • 36
  • 63
0
votes
2 answers

Does BigQuery optimize SELECT * in subqueries or in queried virtual views?

BigQuery's documentation on cost optimization states that: BigQuery can provide incredible performance because it stores data as a columnar data structure. This means SELECT * is the most expensive way to query data. This is because it will perform…
Philippe Hebert
  • 1,616
  • 2
  • 24
  • 51