

# Amazon Control Tower proactive controls as Hooks
<a name="proactive-controls-hooks"></a>

The Amazon Control Tower Control Catalog provides pre-built compliance rules (proactive controls) that you can implement as Hooks. This approach saves setup time and helps you validate resource configurations against Amazon best practices across your organization without writing code. 

Proactive controls evaluate Amazon resources before deployment, preventing non-compliant resources from being created rather than detecting issues later. They check configurations against established security, operational, and governance standards. 

To get started, simply activate proactive control-based Hooks in your desired account and Region. These Hooks will then evaluate specific target types to ensure compliance with your selected controls. 

For more information about available proactive controls, see the [Amazon Control Tower Control Catalog](https://docs.amazonaws.cn/controltower/latest/controlreference/controls-reference.html).

**Topics**
+ [Amazon CLI commands for working with Hooks](#commonly-used-commands-proactive-controls-hooks)
+ [Activate a proactive control-based Hook in your account](proactive-controls-hooks-activate-hooks.md)
+ [Delete proactive control-based Hooks in your account](proactive-controls-hooks-delete-hooks.md)

## Amazon CLI commands for working with Hooks
<a name="commonly-used-commands-proactive-controls-hooks"></a>

The Amazon CLI commands for working with proactive control-based Hooks include: 
+ [https://docs.amazonaws.cn/cli/latest/reference/cloudformation/activate-type.html](https://docs.amazonaws.cn/cli/latest/reference/cloudformation/activate-type.html) to start the activation process for a proactive control-based Hook.
+ [https://docs.amazonaws.cn/cli/latest/reference/cloudformation/set-type-configuration.html](https://docs.amazonaws.cn/cli/latest/reference/cloudformation/set-type-configuration.html) to specify the controls to apply to a proactive control-based Hook in your account.
+ [https://docs.amazonaws.cn/cli/latest/reference/cloudformation/list-types.html](https://docs.amazonaws.cn/cli/latest/reference/cloudformation/list-types.html) to list the Hooks in your account.
+ [https://docs.amazonaws.cn/cli/latest/reference/cloudformation/describe-type.html](https://docs.amazonaws.cn/cli/latest/reference/cloudformation/describe-type.html) to return detailed information about a specific Hook or specific Hook version, including current configuration data.
+ [https://docs.amazonaws.cn/cli/latest/reference/cloudformation/deactivate-type.html](https://docs.amazonaws.cn/cli/latest/reference/cloudformation/deactivate-type.html) to remove a previously activated Hook from your account.