- enumerate local environment variables
echo $AWS_EXECUTION_ENV
- local aws configuration and potential secrets
user@host:~ export | awk '/ACCESS|SECRET|REGION|TOKEN/'
- lambda functions permissions
aws sts get-caller-identity
- permissions of a listed bucket
aws s3api list-objects-v2 --bucket INSERTBUCKETNAMEHERE | grep 'Key' | head -n 3