Comment 2 for bug 458850

Revision history for this message
Scott Moser (smoser) wrote :

I collected information on ec2 by starting up an instance of each type, and then running:

for host in ${host_list}; do
ssh -i my-key.pem ubuntu@${host} sh < ~/t/fs-info.sh
done 2>&1 | tee output.txt

fs-info.sh is attached here.