Single Sign on configuration / Automation
This is an example repo for AWS SSO permission set automation. It allows you to create permission sets and deploy them automaticly through pipelines
Benifits of this
- Easy to keep track of changes / versions
- Faster time to deploy (no manual steps)
- Master is your source of truth
- Easy to manage
- Easy to deploy
What do you need to do to get started?
- Fork this repo into your own Github account
- Run the following changing yourcompanyname into actual company
find ./ -exec sed -i 's/[email protected]/[email protected]/g' {} \;
find ./ -exec sed -i 's/examplecompany/yourcompanyname/g' {} \;
find ./ -exec sed -i 's/ExampleCompany/YourCompanyName/g' {} \;
- Run the codepipeline.yml in your devops / codepipleine central account
- Run the master.yml in your master account (Master Payer)
- Run the pipeline.yml in your devops / codepipleine central account
- Accept Codestar connection (See https://aws.amazon.com/codestar/)
- Run the pipeline!
Note: Codestar will automaticly trigger the pipeline when you push to your repos master branch
Architecture
If you want full automation for SSO check out https://github.com/DMEvanCT/SSOAutomation
You can pair both these tools together to get an automated experience inside of AWS SSO.