This repo nearly works against a cluster running on AWS, spawned via the create_and_instantiate_cluster.py script in perfcluster-aws, except for one thing: the scripts in this repo try login as root, but root login via SSH is not enabled on AWS for security reasons.
This repo nearly works against a cluster running on AWS, spawned via the create_and_instantiate_cluster.py script in perfcluster-aws, except for one thing: the scripts in this repo try login as root, but root login via SSH is not enabled on AWS for security reasons.
FIX: use the centos user instead.
Related jira ticket