Doc to use our custom role CloudFormation template

main
William Beuil 2021-01-14 11:44:58 +01:00
parent 246a46b0b3
commit 38fb1d394b
No known key found for this signature in database
GPG Key ID: BED2072C5C2BF537
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ You can now use driftctl by overriding the profile setting.
$ AWS_PROFILE=driftctlrole driftctl scan $ AWS_PROFILE=driftctlrole driftctl scan
``` ```
## CloudFormation template
Deploy this CloudFormation template to create our limited permission role that you can use as per our above authentication guide.
[![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=driftctl-stack&templateURL=https://driftctl-cfn-templates.s3.eu-west-3.amazonaws.com/driftctl-role.yml)
## Least privileged policy ## Least privileged policy
Driftctl needs access to your cloud provider account so that it can list resources on your behalf. Driftctl needs access to your cloud provider account so that it can list resources on your behalf.