Generate locked-down AWS IAM policies based on actions and resources
Generate locked-down AWS IAM Policies
policy_sentry$ policy_sentry write-policy --actions s3:GetObject s3:ListBucket --resources arn:aws:s3:::my-bucket/*$ policy_sentry create-policy --service s3 --actions GetObject PutObject$ policy_sentry analyze --file policy.json