1 Answer
- Newest
- Most votes
- Most comments
2
Please enable malware protection in the management account.
aws organizations enable-aws-service-access --service-principal malware-protection.guardduty.amazonaws.com
From then on, malware protection can be enabled for member accounts from a delegated administrator account.
answered 2 years ago
Relevant content
- Accepted Answerasked 4 months ago
- asked a month ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Thank you very much, it worked, about the documentation the CLI command has a type, it says "organization" instead of the correct service "organizations" as your example says. Thanks again.
When I am trying to run this command I am getting Access Denied error. I have checked the IAM permissions and this access is present but I don't understand why it is still erroring? Can you help @hayao-k?