Skip to content

Automating safer Service Control Policy (SCP) rollouts with CloudTrail data.

License

Notifications You must be signed in to change notification settings

jSherz/safer-scp-rollouts

Repository files navigation

safer-scp-rollouts

This project explores a number of ways to make AWS Service Control Policy (SCP) rollouts safer. It accompanies a blog post on jSherz.com.

Usage

  1. Install NodeJS v18 and enable corepack:

    # any method works, doesn't have to be NVM
    nvm use 18
    
    corepack enable # if not already run
    
    yarn install
  2. Configure AWS credentials and run the examples:

    # any method works
    export AWS_PROFILE=...
    aws sso login
    
    yarn build
    node dist/

About

Automating safer Service Control Policy (SCP) rollouts with CloudTrail data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published