1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor einem Jahr
- AWS OFFICIALAktualisiert vor 7 Monaten
