Hacker News new | ask | show | jobs
by isbvhodnvemrwvn 1870 days ago
> You should be able to say "I'm not using this service, the limit should be $0."

In your organization, add a service control policy which denies access to services you don't use. This will prevent all member accounts from executing actions you don't want, including root users. You can also deny any action on any resource in region other than whatever you expect to use (with some exceptions due to legacy stuff).

1 comments

this is great, thank you!