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
1 answer

Is it safe to assume that removing an AWS S3 Bucket Lifecycle Policy will not affect already transitioned objects?

I have an S3 bucket on which I activated a Lifecycle Policy that transitions objects to Glacier class storage after 14 days. I desire to disable this policy. Is it safe to assume that disabling/deleting the Lifecycle Policy will not alter/affect the…
1
vote
1 answer

Does Google App Engine charge for network traffic between apps?

I am going to build an API for my mobile app using GAE. I am looking for a way to separate the whole application into separate services, trying out the microservice architecture. The problem is there seems to be no information about any VPN or…
deepone
  • 27
  • 4
1
vote
2 answers

Costs on a per query basis?

Is it possible to get the costs associated with a particular query? I'm asking because I'd like to know how much a particular query costs.
toom
  • 12,864
  • 27
  • 89
  • 128
0
votes
2 answers

AWS costs to Tableau

I’m trying to integrate AWS to tableau, having all the cost usage reports to Tableau so that I have better visualization of my costs in tableau, has anyone does this ? I don’t find any useful documentation online. So far I didn’t find any useful…
0
votes
1 answer

which mode is better when optimize matrix mul vector with mpi? size>6000

normally when dealing with matrix a[size][size] mul vector b[size], nump = the number of processors. which way below is better? case 1: Divide matrix A into "nump" parts, each with "size/nump" rows, and let each process handle all the rows in one…
lazyyy
  • 1
0
votes
0 answers

keycloak: realistic operating costs

I am facing the decision to host keycloak myself as IAM for a multitenant SaaS or to use a cloud IAM like AWS Cognito / Google Identity Platform. To be able to compare the costs, I would need to know how much it costs to run Keycloak professionally…
stoniemahonie
  • 321
  • 1
  • 5
  • 13
0
votes
1 answer

which is the best way to query GCP usage cost from BigQuery in java?

while researching on bigquery, pricing depends on amount of data processed so that have to query cost data in a efficient manner. // Aim is to get cost usage for June month, values may update after June month also as a adjustment. // so I am…
0
votes
1 answer

AWS EKS recommended PODs size

Whats the best approach to find optimal pods size and EC2 machine types based on observed usage. Is there a standard tool we can use to get recommendations and optimise cost?
MarcC
  • 413
  • 3
  • 12
0
votes
0 answers

.NET/React Typescript - Affordable Hosting Options

TL;DR: I am searching for an affordable platform to host a fullstack application in which I am still able to perform SQL statements if necessary. I have been working on a portfolio piece for a few months now in order to get a job, I am utilizing…
0
votes
1 answer

How to resolve 'RBACAccessDenied' error when using Azure API to query billing account costs?

I'm new here and I have a question about this access problem. I create an app from my Azure AD, this app I used for read the costs of billings account, I use this API query…
0
votes
0 answers

How to build a cost projection model for users using a shared kubernetes cluster?

I'm building a kubernetes based developer environment where each user is able to launch a set of services (deployments, sts ..) into a namespace in a cluster. Each namespace is an environment and we have a single cluster for multiple users. Based on…
Vignesh
  • 504
  • 5
  • 13
0
votes
1 answer

Bandwidth from Vercel to AWS Services

I am trying to understand how to connect Vercel to Dynamodb and save costs on Data transfer. Is it possible to define VPC Between them? if vercel & dynamodb are in the same region, how much cost I will see from AWS Outside and Vercel inside? I am…
0
votes
1 answer

What is the cost function for this algorithm?

my question is in the title. After hours of thinking and looking up sites on google i came to the conclusion that i'm not quite sure how to solve this problem or if it is correct. Maybe you guys could give me some advice to solve such things faster…
0
votes
0 answers

How to fetch tags information for all resources inside multiple Resource group for a given Azure account

I have been trying to fetch the tags information of various Azure resources. I am able to find the appropriate way. Till now I have been using Azure Cost Management API. response = client.query.usage( …
Kompal
  • 9
  • 3
0
votes
1 answer

Azure Management API, when grouping daily costs, what timezone is used?

I am trying to use the Azure Management API to determine an Azure Subscription daily costs. The documentation of the query I am running is here: https://learn.microsoft.com/en-us/rest/api/cost-management/query/usage?tabs=HTTP . I would like to…
Michele
  • 101
  • 1
  • 6