- 최신
- 최다 투표
- 가장 많은 댓글
Hello.
Why not try searching using the Tag editor?
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
-
Double check for existing pipelines aws datapipeline list-pipelines --region us-east-1
-
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
-
Review IAM roles: Check if any roles with Data Pipeline permissions have been used recently.
-
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
-
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.
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
관련 콘텐츠
- AWS 공식업데이트됨 4년 전
- AWS 공식업데이트됨 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
If you can check it using the AWS CLI, try deleting it using the command below. https://docs.aws.amazon.com/cli/latest/userguide/cli_data-pipeline_code_examples.html