How were they 0wned? Lack of MFA, rogue API key, or something else? Are full-access accounts being handed out willy-nilly instead of IAM accounts?<p>AWS Multi-Factor Authentication (MFA):<p><a href="http://aws.amazon.com/iam/details/mfa/" rel="nofollow">http://aws.amazon.com/iam/details/mfa/</a><p>AWS Identity Access and Management (IAM):<p><a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html" rel="nofollow">http://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPract...</a><p>Managing your AWS API Keys:<p><a href="http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html" rel="nofollow">http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSG...</a><p>Go a step further with your AWS API keys and use AWS' API access logging (CloudTrail):<p><a href="http://aws.amazon.com/cloudtrail/" rel="nofollow">http://aws.amazon.com/cloudtrail/</a><p>Don't get burned. Check your stuff out.