[Security] How to access S3 when you stay at any EC2!
You already have limited access inside the AWS account with the credentials of a compromised IAM user. To find out the name of your IAM user, you have to execute aws iam get-user. There are 3 ways to give permissions to an IAM user: inline policies (aws iam list-user-policies), attached policies (aws iam list-attached-user-policies) and…
Read More “[Security] How to access S3 when you stay at any EC2!” »