Recently in December 2019, AWS introduced a new service feature called Conformance Pack,
A conformance pack is a collection of AWS Config rules and remediation actions in a cloudformation templete that can be easily deployed in an account and a region.
My question is if we can deploy a cloud-formation template of Config rules and remediation action with awscli command of "create-stack" then why AWS introduced Conformance Pack feature ? What is the advantage of using conformance pack over creating a stack from awscli command?
Thanks!