You can create roles for the compute cluster administrator and for the compute cluster users. The command is the same as creating roles for any other type of user.
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;