Incorrect costing for data-pipeline

0

We have been incurring cost for aws data pipeline in us-east-1 region but there is no data pipeline in that region in our account. We used this method to check datapipeline. https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-getting-started.html

已提問 2 個月前檢視次數 65 次
2 個答案
2

Hello.

Why not try searching using the Tag editor?
a

If you can't find anything, I recommend opening a case with AWS Support under "Account and billing".
Inquiries under "Account and billing" can be made free of charge.
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

profile picture
專家
已回答 2 個月前
profile picture
專家
已審閱 2 個月前
2
  1. Double check for existing pipelines aws datapipeline list-pipelines --region us-east-1

  2. Check if there are any CloudFormation stacks that might have created Data Pipeline resources: aws cloudformation list-stacks --region us-east-1 --stack-status-filter CREATE_COMPLETE

  3. Review IAM roles: Check if any roles with Data Pipeline permissions have been used recently.

  4. Check CloudTrail Logs: Use AWS CloudTrail to review logs of API calls in the us-east-1 region. Look for any datapipeline related calls: aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=CreatePipeline --region us-east-1

  5. Use the AWS Cost Explorer and detailed billing reports to drill down into the costs associated with Data Pipeline:

    AWS Cost Explorer: Filter costs by service (Data Pipeline) and region (us-east-1) to get a detailed view of what is incurring costs.

    Detailed Billing Report: If Cost Explorer does not provide sufficient detail, you can generate and download the Detailed Billing Report (DBR) from the AWS Billing Console.

profile pictureAWS
專家
Deeksha
已回答 2 個月前
profile picture
專家
已審閱 2 個月前
  • I found resources in tag editor with region as us-east-1 but whenever I click the resource it redirects me to the same getting started page of the data pipeline.

  • I can also see data pipelines usign aws datapipeline list-pipelines --region us-east-1 but cant see it in ui

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南