スキップしてコンテンツを表示

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ