Questions tagged [aws-billing]

Use for programming questions related to AWS Billing and Cost Management API.

140 questions
0
votes
1 answer

AWS Billing Alerts: Send email and trigger Lambda function

What I'm trying to implement is that on the AWS billing alarm I want to send an email and invoke a lambda function written in python from where I want to update something in the database. So how can I get these both, I know that against alarm you…
Umer
  • 142
  • 9
0
votes
1 answer

In EKS Fargate, how can you tag the costs related to Fargate?

We have an 'application' tag on our EKS cluster and fargate profile. We also have a k8s label 'application' on the pod. When we look in the cost explorer, the costs related to fargate (for example EU-Fargate-vCPU-Hours:perCPU (Hrs)) don't seem to be…
0
votes
0 answers

Completely deleting all resources related to AWS Glue and AWS Data Pipeline

I'm a student getting started with AWS (free tier). After realizing (I got billed) that I've exhausted my free tier for AWS Glue and Data Pipeline. I deleted all the resources that were billing me, even these two s3-buckets (mentioned in an image…
0
votes
0 answers

Making sure that S3 data called by Lambda is within AWS cloud [cost reduction]

Those familiar with Amazon bandwidth costs know that network traffic within Amazon cloud is not billed on condition it's in the same region*. *: Over-simplification, but that's the general rule of thumb. I have a lambda function that calls S3 signed…
0
votes
2 answers

How to fetch the AWS cost as per the Account?

Suppose I have organization and I want to get the cost as per account wise. How can I get it? I am using aws-sdk for nodejs. how can I List all account and get the cost account wise? I am using AWS lambda for this. Any help would highly be…
0
votes
2 answers

add a Tag to AWS Comprehend request

We're using python boto3 to detect entities out of text. Is it possible to add tags such as "product":"x" to the API calls? comprehend = boto3.client(service_name='comprehend', region_name='us-east-1') response =…
0
votes
0 answers

Prometheus Metrics to find untagged and underutilized resources in AWS

Can someone Suggest how we can find the untagged and underutilized resources based on CPU and Memory in Prometheus ? Can we use CE api to get the details ?
0
votes
2 answers

How to enable billing permission for IAM in AWS?

I have already assign billing permission and full administrator permission to IAM role but still I IAM user getting permission issue. How I can solve this problem?
0
votes
0 answers

Why so many AWS SQS requests?

Building a simple, mostly serverless app using two AWS SQS queues. One incoming lambda pushes data to an incoming queue for an EC2 to process when available. That EC2 process pushes processed data to another queue, which then triggers another lambda…
openwonk
  • 14,023
  • 7
  • 43
  • 39
0
votes
1 answer

abnormal AWS billing charges at every first day of the month

So I am using multiple resources in AWS. The charges make sense for most services. however, at every first day of the month, I am getting charged more than I should. For example; charges for services such as, Aws active directory service, EC2, step…
Auto geek
  • 464
  • 1
  • 6
  • 21
0
votes
0 answers

AWS what is EC2 CPUCredits and how to tag it to use Cost management and billing?

I'm trying to organize my billing with tag, i'm using a Tag called Project, no but i got a lot of objects with the tag NoProject. So right now i got the following information from cost management. Image -> AWS billing Those are my EC2 instances in…
0
votes
2 answers

How to restrict publicly available downloads from users on data repository site?

I'm creating a platform whereby users upload and download data. The amount of data uploaded isn't trivial---this could be on the order of GB. Users should be able to download a subset of this data via hyperlinks. If I'm not mistaken, my AWS account…
EB2127
  • 1,788
  • 3
  • 22
  • 43
0
votes
1 answer

How to reduce NAT traffic costs - Lambda and SQS

Currently i'm working on app that collects data and processes them. All data collection is handled by AWS Lambda.First lambda get data from APIs, data is processed and sent to SQS. Everything works fine, but unfortunately NAT costs are higher than…
0
votes
1 answer

How to Create a Admin Group with AdministratorAccess access that CANNOT create new users or groups

I am new to AWS and find it unnecessarily disorganized and complicated. I would like to give a developer access to the account at the AdministratorAccess level but limit that access by not allowing him to create additional users or groups. Without…
Zuckerbrenner
  • 323
  • 2
  • 15
0
votes
1 answer

AWS Consolidating Billing

I have a question regarding linked accounts: is it possible to link an account to another account, that is already linked to a third account? For example: Holding A has a single AWS account and two daughter companies - company AA and company AB.…
Oleksii Nikulin
  • 73
  • 2
  • 11