내용으로 건너뛰기

Hide "access denied" from AWS Services Account

0

I have an AWS account under the AWS organization. I want to share this account with a third party, but I want to hide the cost and billing completely from the account. When I did that, I found "access denied" from the first-login dashboard for widgets for cost and reports (this is normal status).

My Question: If there is any way to hide "access denied" sentences from the AWS account, to avoid 3rd see it? I tried to hide the cost and report service from AWS organization (Service control policies), but the same status still I see " access denied"

Anyone can help me figure out this?

질문됨 2년 전118회 조회

1개 답변
0

You cannot completely "hide" the "access denied" message from AWS services on the console, unfortunately, I also fiddled with it a while ago, you can only disable or control access using IAM policies to restrict interaction. I tried to physically "Hide" the service so the 3rd party can't see that service from their role.

You can disable the AWS Billing and Cost management as a trusted service using the console, under organizations. Alternative use the CLI or API

CLI: aws organizations disable-aws-service-access \ --service-principal billing-cost-management.amazonaws.com. API: Use the DisableAWSServiceAccess method.

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.