Remediation
To grant the permissions required to enable Security Hub, attach the Security Hub managed policy AWSSecurityHubFullAccess to an IAM user, group, or role. Enabling Security Hub
From Consoleβ
- Use the credentials of the IAM identity to sign in to the Security Hub console.
- When you open the Security Hub console for the first time, choose
Go to Security Hub. - The
Security standardssection on the welcome page lists supported security standards. Check the box for a standard to enable it. - Choose
Enable Security Hub.
From Command Lineβ
- Run the
enable-security-hubcommand. To enable the default standards, include--enable-default-standards:
aws securityhub enable-security-hub --enable-default-standards
- To enable the security hub without the default standards, include
--no-enable-default-standards:
aws securityhub enable-security-hub --no-enable-default-standards