224 questions
Tooling
2
votes
5
replies
68
views
How to keep AWS accounts tidy?
We run multiple AWS accounts across several teams, and cloud resource is becoming a recurring operational problem and constant mess.
We regularly discover orphaned volumes and snapshots, unused ...
0
votes
0
answers
30
views
How can I expose Docker containers as public services with strong cost controls?
I have a few Docker containers that I want to expose as stateless, public-facing services callable from my website. Expected usage is low — up to ~50 users/month up to ~10k total requests. One of the ...
1
vote
1
answer
195
views
How to Retrieve Azure VM Pricing for Enterprise Agreement (EA) Using Azure Pricing API?
I'm trying to retrieve Azure VM pricing specific to my Enterprise Agreement (EA) using the Azure Pricing API. Here is the command I'm using:
Invoke-RestMethod -Uri "https://prices.azure.com/api/...
0
votes
1
answer
51
views
How does DataFlow charge for read operations from Cloud Storage
I am trying to understand how Google Cloud Dataflow costs when reading a file with beam.io.ReadFromText. From my understanding, every time something is read from a Google Cloud bucket, it incurs ...
0
votes
1
answer
45
views
Cost of Fargate service running zero pods on a specific day
Say I have a fargate service configured with minimum of zero pods and maximum of 5.
And say on one particular day the service was never invoked and there were zero pods running the entire day. Will ...
0
votes
0
answers
48
views
How to reassure that the sequence of data availabe in a array in a bulk data of json format from an azure API
There is scenario where I am hitting an Azure API (Cost Management) of an organisation in post with bearer token authorisation. I am extracting that and flattening them and applied a function rows[1] ...
1
vote
0
answers
90
views
Revoke API Key or Disable Service when AWS Budget limit is exceeded
So I was looking into AWS and it's location service. Is there a way to revoke the access to an AWS service like the location service when the budget limit is exceeded? I know there are alerts which ...
1
vote
1
answer
134
views
How to make a BigQuery data backup minimizing financial costs?
I'm helping to close a organization that is running out of business. One of the tasks is to make a backup of all our datasets in BigQuery for at least 5 year for legal purposes. Since this is quite a ...
1
vote
2
answers
75
views
Azure ComputeSku with null costs
I would need your help to understand, why while getting a list of Azure ComputeSku, all of them has its "costs" field set to null (see my screenshot below). It happens with any of my ...
0
votes
1
answer
288
views
Azure cost management portal : Reservation Cost
Can anyone assist on how to extract azure cost (reservation part).
As you spend the cost will be coming in the reservation board (not cost management portal)
I checked this :
https://learn.microsoft....
0
votes
1
answer
235
views
SageMaker Canvas instance usage and training history
I have been exploring AWS SageMaker Canvas this month, building models and getting predictions mostly by batch. I want to get the hours spent on training and instance used in order to better ...
0
votes
1
answer
243
views
Why will a disabled AWS Batch compute environment incur costs?
I want to use AWS Batch, with a managed environment. The documentation says:
Compute environments in a DISABLED state might continue to incur billing charges. To prevent additional charges, turn off ...
0
votes
1
answer
500
views
AWS Route 53: cost of having a subdomain on another DNS provider than AWS
I got an issue with AWS Route 53 costs, because I was previously running a DNSBL service (back when my domain was on another DNS provider). This service is long gone, but people still query my ...
-1
votes
1
answer
139
views
forecast payment terms by calculating payment by month and stop calculating on need date
I'm trying to forecast payments into the future and calculate the cost per month from the order date to need date and stop calculating the month of the need date. I'm tracking multiple orders under ...
0
votes
1
answer
99
views
stop GKE worker nodes while ASG is turned off
I have created python script which basically turn off the autoscale of GKE cluster , then stop the underlying nodes in each MIG(Managed Instance Group) present zone wise. Now the problem is while ...