Questions tagged [aws-cost-explorer]

9 questions
4
votes
1 answer

Is it possible to communicate to an ALB through an internal endpoint?

Setup We have an ECS cluster with 2 services (called portal-ECS-service and graph-ECS-service). Each have an ALB (portal-ALB and graph-ALB respectively). The setup is this: End user <-> portal-ALB <-> portal-ECS-service <-> graph-ALB <->…
3
votes
1 answer

Is there a CloudWatch metric that corresponds to ALB data transfer usage/cost?

I have an Application Load Balancer whose data transfer cost I want to monitor. In Cost Explorer, I can filter on usage type "DataTransfer-Out-Bytes", and see how many GB of data it is sending, and how much that costs. However, it only shows the…
2
votes
2 answers

How can I get a breakdown of s3 cost at per bucket level in Cost Explorer?

It seems like I can get total cost of S3 using the service level in the filter. However I want to get cost per bucket level. Can it be done in Cost Explorer? If not, can I get the breakdown with aws cli?
Anthony Kong
  • 2,976
  • 10
  • 53
  • 91
1
vote
1 answer

AWS Free Tier Termination Projected Costs

Is there a way to see what the past costs for an account would be without any free-tier discounting, or what the project monthly costs for that account will be after the free-tier has terminated? I see no obvious strategy for this in the billing…
Dustin Oprea
  • 510
  • 1
  • 7
  • 19
0
votes
1 answer

Is it possible to automatically calculate aws user and resources costs?

I'm working on a solution which will automate user creation in AWS and I would like to also generate a cost report per these created users and all their resources, per month. So for example, let's say that my solution creates an AWS user for user…
Itai Ganot
  • 10,424
  • 27
  • 88
  • 143
0
votes
1 answer

Amazon Elastic File System costs

Amazon's pricing (estimation) calculator for EFS (Elastic File System) asks to enter the average GB (or TB) of storage used per month. This is directly from their page: Enter the amount of EFS storage capacity you expect to use. EFS is an elastic…
Johnny
  • 103
  • 2
0
votes
1 answer

$0.010 per GB - regional data transfer - in/out/between EC2 AZs or using elastic IPs or ELB

In my current AWS account, I have only one instance in Us-West -2. I do not have a ELB. The Elastic IP is in the same region. It does not specify any availability zone. but wrt RDS, this instance is connected to in a different availability zone of…
Caroline
  • 1
  • 1
0
votes
1 answer

Is there any way in aws to find if my ec2 instances is fully utlized for type which i am using?

I have may aws ec2 instances running in dev account and most of the instances i see cpu utlization doesn't go most of the time more than 5% . For example even in one of the kubernetes cluster where kafka is running it is not exceeding 5 or max 6%…
0
votes
1 answer

How to analyze AWS S3 costs?

Into "Cost Explorer Monthly costs by service" report I saw $300 for S3 for certain month. But when I tried to drill-down into the bill for this month, I saw just $4 for the "Simple Storage Service". So I'm not sure I understand how I can investigate…