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

Does Batching of APIs save cost in EC2?

I have a use-case where the consumer service (ServiceA) is calling my service (ServiceB) multiple times. ServiceB is AWS EC2-based. I can create a Batch API for the same which will enable ServiceA to put all the requests in a list and send them to…
ask
  • 149
  • 1
  • 8
-1
votes
1 answer

How many operations are required to find "c"?

Hello, in the image you see a very simple algorithm of a contains function, which should just switch from boolean false to boolean true, if c is in the array[] a. Now i want to calculate the average case of this algorithm. Best case and worst case…
-1
votes
1 answer

azure savings plan utillization using python

I am using below trying to pull azure savings plan utilization data but I am getting error AttributeError: 'CostManagementClient' object has no attribute 'benefit_utilization_summaries' from azure.identity import DefaultAzureCredential from…
-1
votes
1 answer

finding how many wcu/rcu I used over a period of time

I try to find data about how much WCU/RCU and storage I've used in a certain period of time to better understand: a) the bill I got, b) how to optimize my usage and provision capacity where do I find these data?
amit
  • 3,332
  • 6
  • 24
  • 32
-1
votes
1 answer

Find the minimum cost to erase all the elements from A

You are an array A having N integers. You can do any of the operations any number of times on the array: •choose an integer A[I] from the array and remove all the it's occurance by paying a[I] dollar •choose an I(1<=I<=n) and replace a[I] with…
-1
votes
1 answer

Make a budget alert when forcasted is reached

I have made a budget in ARM template, where I have two alert under notifications. as default the "ThresholdType" is a "actual" and if i try to change it to forecasted it gives me the error "Value must be one of the following values: "Actual"" The…
-1
votes
2 answers

Azure for startup: how to analyze costs

the customer where I'm working at the moment (and hopefully in the future...), posses an Azure Subscription for Startup. This is the tipical plan which gives you two years of free Azure credit. I would like to analyze the cost of the Azure…
brian enno
  • 400
  • 5
  • 16
-1
votes
1 answer

Simple Kubernetes cluster costing GCP vs AWS vs Azure vs DO

I have recently started my Kubernetes system in Google Cloud. they offered this free $300 worth of free credits for newbies which is nice. So I spun up 2 VMs for my cluster and ran 2 replicas of redis pod with 1Gig persistent storage, 2 replicas of…
-1
votes
1 answer

Will GoogleBot's indexing cause CloudSQL to be expensive on a low traffic website (Afraid of Google's CloudSQL pricing)

here is the issue: I used the CloudSQL price calculator to estimate the price of running a website, my website has 1000-2000 URLs and each URL will use the DB in some way, I don't have more than 1GB of data, and I mostly deal with reads, for a…
Felipe Valdes
  • 1,998
  • 15
  • 26
-2
votes
1 answer

Is it possible to have two different billing Currences under single tenant?

I have a 4 subscriptions with billing currency of USD. and recently purchased a free trial subscription with INR as a billing currency. How Azure allowed this? Is this supported in Azure having multiple currencies under a single tenant?
-3
votes
1 answer

Microsoft Azure Navigation - Non Technical

Anyone has setup subscription in Microsoft Azure before? I need to choose a No technical support subscription but I am not able to find screen like below:
user3337667
  • 161
  • 1
  • 10
-3
votes
1 answer

How do you transfer large amounts of content to a new WordPress theme without down time?

I'm working on a non-profit's website and social media presence. They are currently using an outdated website built on WordPress and we're working on a limited budget to improve it. I have suggested we go with a more up-to-date WordPress theme as…
-4
votes
2 answers

What are the costs associated with maintaining an Android app if you are the developer?

Google is plagued with only search results involving the costs of paying for another developer or 3rd party software dev company, but I want to know what the costs will be if I create, maintain, and expand my own social media app entirely by myself.…
whatwhatwhat
  • 1,991
  • 4
  • 31
  • 50
1 2 3
13
14