Bees with machine gun using Amazon free tier
问题 I've been trying to use bees with machine gun without success. As far as I understand, this is just a fabric script that uses AWS to create EC2 instances (bees) in order to perform distributed load tests to a target (website). These are the steps I took: . Went to AWS IAM and created a new user and assigned to a group that has admin permissions: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ] } . The creation of this user gave me an aws_access