Correct Miguel, you’d maybe use a Saga if you had to coordinate more complex interactions between Aggregate 1 and 2.
One thing to consider however is if you care about the outcome of sending Command 2 from the event handler, i.e. if you want to retry the event (and therefore send Command 2 again) in case Command 2 isn’t processed correctly in its command handler.