Direkt zum Inhalt

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?

gefragt vor 2 Jahren118 Aufrufe

1 Antwort
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.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.