You can create roles for the compute cluster administrator and for the compute cluster users.
Create a Role for Compute Cluster Administrators
CREATE ROLE Shipping_Admin_Role; GRANT CREATE COMPUTE GROUP TO Shipping_Admin_Role; GRANT DROP COMPUTE GROUP TO Shipping_Admin_Role;
Create a Role for Compute Cluster Users
CREATE ROLE Shipping_Role;
GRANT COMPUTE GROUP Shipping_Group TO Shipping_Role;