Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 588 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 588 Bytes

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/