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

BigQuery cost for complex logic in custom functions

I am using relatively expensive computation in the custom function defined like this: CREATE TEMP FUNCTION HMAC256(message STRING, secret STRING) RETURNS STRING LANGUAGE js OPTIONS ( -- copy this Forge library file to Storage: --…
Bulat
  • 6,869
  • 1
  • 29
  • 52
0
votes
2 answers

Why am I seeing a large spike in Data ingestion from performance counter data?

From looking at my Cost Management reports for Application Insights, I've noticed a large spike in data ingestion related to Performance Counters. Link to larger image However, I'm not seeing any significant correlation in the number of requests…
Darren Neimke
  • 218
  • 4
  • 18
0
votes
0 answers

How to extract cost from GCP using api?

I am trying to extract cost of our GCP cloud using api. As a first step, I am just trying to extract list of instances in given zone. However I get following only, without instances information: XXX-MBP:gcp XXX$ gcloud beta auth application-default…
techele
  • 165
  • 3
  • 8
0
votes
1 answer

How to purge user defined material cost in Oracle EBS

Can anyone explain how to purge user-defined material costs from a given cost type in Oracle EBS 12.1.3? The documentation says to run Purge Cost Information. For the given cost type, all items have Based on Rollup flag checked. I have run this…
alexherm
  • 1,362
  • 2
  • 18
  • 31
0
votes
1 answer

How much did the user action cost in the Google Cloud and Firebase?

I am trying to understand how much resources (Google Cloud, Firebase) each user of my app is using. I would be glad for links to relevant documentation and implementation examples. I would want users to pay in advance and block the costly services…
0
votes
1 answer

What is maximum size of S3 object in case of Cost and Usage report in AWS?

The size of an individual report can grow to more than a gigabyte and might exceed the capacity of desktop spreadsheet applications to display every line. If a report is larger than most applications can handle, AWS splits the report into…
Ananth
  • 971
  • 9
  • 23
0
votes
1 answer

Cost for Clound Foundry on AWS

I have seen instructions for installing Bosh Lite on AWS. It's a similar process to installing it on a local VM. Then I can utilize Bosh to deploy OSS Cloud Foundry to the bosh-lite VM. Here are those…
0
votes
1 answer

MySQL Cost by Category throughout time

I have a table that looks like this: Site | Category | Cost | Month | A | Hardware | 10 | 1 | A | Software | 30 | 1 | B | Software | 15 | 1 | C | Labor | 5 | 2 | ... I need to output this: Site | Category | …
0
votes
1 answer

Why load operation in BigQuery is not being charged?

When I loaded data into BigQuery using google API (golang), I could check the costs of streaming insertion (like streaming insert ~$5.54). Then I tried to load data into BigQuery using Embulk (csv file, compressed by gzip) but I couldn't check the…
J.soo
  • 233
  • 1
  • 3
  • 9
0
votes
1 answer

Random graph generation with probabilities

I am trying to create a randomly generated graph with the that takes 5 input parameters, n1, n2, p1, p2 and p3 and generates the random graph denoted G(n1, n2, p1, p2, p3) which has n1+n2 vertices partitioned into two sets V1, V2 such that |V1| = n1…
Georgrio
  • 91
  • 2
  • 14
0
votes
2 answers

Backing up DynamoDB tables via data pipeline vs manually creating a json for dynamoDB

I need to back up a few DynamoDB tables which are not too big for now to S3. However, these are tables another team uses/works on but not me. These back ups need to happen once a week, and will only be used to restore the DynamoDB tables in…
0
votes
3 answers

Best practices for reducing Azure VM hours?

I recently implemented SSRS on a Azure VM and was very surprised when I realized I would be billed for 100% of the hours in a month if my VM was running. This runs around $200 and is in no way economical for our small reporting service we use for…
0
votes
1 answer

developing android messaging app and estimating bluemix cost for the messaging app

I was trying to decide what to use for my android messaging app. Is bluemix/Parse/ good fit for android messaging app? or Please recommend one if it is better. Moreover, it is hard to estimate the cost of using bluemix service. Every time user send…
0
votes
1 answer

Module development time ( cost ) estimation

I need some idea regarding the development time estimation of a to be developed software. Though there are formal methods in theory like COCOMO , Function point ,etc, such methods seem impractical to apply before having any work done. (I am not…
bdur
  • 341
  • 1
  • 8
  • 17
0
votes
1 answer

At what frequency of updates do WebSockets become more efficient than longpolling?

I'm working on a project, and I'm trying to decide whether to use WebSockets or longpolling. This brings up an interesting question: what is the breakeven point between using WebSockets instead of traditional HTTP techniques? Clearly, if you need…
1 2 3
13
14