I am new to cloudformation and trying to understand the diff between conditions and the rules in cloudformatiom any help please?
So far from my learning I have understood that Rules are like firewall, it will check if parameters (more than 1 parameter) are in state of combination as expected before proceeding with resource creation. If not AssertDescription will be displayed and stack creation will be stopped.
Can't this same be achieved through conditions (except display message) ? If so, why we need rules?