Zend certified PHP/Magento developer

assigning DB cluster parameter groups to DB clusters via CLI

Working with DB cluster parameter groups for Multi-AZ DB clusters talks about how to create DB parameter groups, modify parameters within a DB cluster parameter group, rese parameters, copy them, list them, view parameters within a parameter group, etc, but it doesn’t talk about how to assign a DB cluster to a particular parameter group.

I can change it in the web interface by going to Amazon RDS -> Databases -> [db name] -> Modify -> “DB cluster parameter group” and then selecting the one I’d like from the drop down menu but I’d like to be able to change it via the web interface.

Any ideas?