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
1
vote
2 answers

azure amortized cost usagestart and usageend date error while passing it as variable

I am trying to pull azure amortized cost at subscription level but when I pass usage_start_date and usage_end_date in hardcoded way I am able to pull data : Example :…
1
vote
1 answer

Azure Resource Manager Query with multiple dynamic tag filters

I'm trying to query the Azure Cost Management API and I want to be able to filter the results based off of 2 different types of resource tags but I am having trouble figuring out the format. I can get the single tag filter working, but I'm blanking…
1
vote
1 answer

How to optimise cost when architecting for high availability in a single region Multi AZ set up in AWS?

All, I designing an application with HA, that will be deployed across multiple AZs in a single region of AWS. Its come to my attention that (even after purchasing a reserved instance), AWS cannot provide a guarantee that an EC2 can be launched in…
1
vote
0 answers

Where can I check the running cost of a Databricks SQL Endpoint?

Where can I check the running cost of a Databricks SQL Endpoint? I checked the Cost Analysis and there is an item called SQL database, is that it?
Gabriel
  • 5,453
  • 14
  • 63
  • 92
1
vote
0 answers

How to create Azure Databricks Job cluster to save some costing compared to Standard cluster?

I have a few pipeline jobs on Azure Databricks that run ETL solutions using standard or high concurency clusters. I've noticed on azure costings page that job cluster is a cheaper option that should do the same thing.…
BI Dude
  • 1,842
  • 5
  • 37
  • 67
1
vote
1 answer

What is the easy way to share AWS Cost & Usage Report to another account?

I have some AWS accounts that is not under an AWS Organization, one is used as master account, the others as member account. I want to export AWS Cost & Usage Report by CSV to master account S3 bucket, and use it in QuickSight. Of course I can…
fish
  • 2,173
  • 2
  • 13
  • 18
1
vote
0 answers

Is there a way to reduce Snowflake costs of ingesting Segment.io data?

Our segment.io streams events into our Snowflake instance. This results in the Segment_warehouse being turned on all day and consuming all our credits Is this a common problem? It's a huge cost add to our operations. Any suggestions to improve…
1
vote
1 answer

how to get resource cost with azure python sdk?

i am struggling to figure out how to get the cost of a resource in azure with python sdk i have created a client "BillingManagementClient" but i have no idea how to start using it and find cost information about resources , can anyone share his…
Yahav
  • 59
  • 6
1
vote
1 answer

Azure SQL databases Audit/management

We have a number of Azure SQL databases and we need to get a handle on what the size and cost of each database is and if they are growing /shrinking in size , plus any other relevant information . I fear that we may lose control and the costs of…
Alex of the Wild
  • 143
  • 1
  • 3
  • 8
1
vote
1 answer

can databricks cluster be shared across workspace?

My ultimate goal is to differentiate/manage the cost on databricks (azure) based on different teams/project. And I was thinking whether I could utilize workspace to achieve this. I read below , it sounds like workspace can access a cluster, but…
1
vote
0 answers

How to achieve Aws MSK cost optimization

Hi i am deployed Amazon managed Kafka in AWS, 3 Brokers 50 gb size t3 small instance I want this MSK running 9 to 5 and scale down after that to save cost. Is there any mechanism to achieve this. Its costing me 110$ every month, is there a way to…
George Thomas
  • 4,566
  • 5
  • 30
  • 65
1
vote
0 answers

Issue - BigQuery Merge statement won't allow date partitioning - is now reading full table

We are trying to perform a merge 1 day of a date-partitioned table. We've followed google's recommended merge setup: MERGE dataset.target T USING (SELECT * FROM dataset.source WHERE _PARTITIONTIME = '2018-01-01') S ON T.c1 = S.c1 WHEN MATCHED THEN …
1
vote
1 answer

What business logic is the Azure Cost Export applying?

I want to get the most up to date actual costs in Azure. There seem to be 4 ways of doing this with different results: Export Costs to Storage Account Cost Management API Billing API Consumption API Number 1 works well but I need an API, not a…
Rodney
  • 5,417
  • 7
  • 54
  • 98
1
vote
2 answers

Deploy ML Model on Azure ACI (Container) or AKS (Kubernetes)

I am exploring ways to serve my trained ML models in the most cost-effective way. I currently have 4 different models, where the output of the 1st model form part of the input of the 2nd model, and so on. The current user base is very small and the…
1
vote
0 answers

Reciprocal cost allocation between units servicing each other (typical managerial accounting problem) in T-SQL

I am desperately searching for an efficient way - if there is one - to solve some kind of a recursive task in T-SQL (I could successfully model it in excel and on paper with an iterative solution - as many CMAs would for a small example,…
Sergey T
  • 11
  • 1