aws-automated-saml-provider
This repo contains instructions and files with how to setup a cloud formation template to notify SNS which triggers Lambda to do a STS Cross Account Role to add a Saml Provider.
Assumptions:
- You have a central account
- You will run cloudformation in a new account
Steps:
- Create your SNS Topic in your Central Account
- Create S3 Bucket in your Central Account
- Populate S3 Bucket in your Central Account
- Create your Lambda Function in your Central Account
- Run your CloudFormation Template in New Account
Operations:
Create your SNS Topic in your Central Account
- Create A SNS Topic
- Enter A SNS Topic Name and Display Name. I used SamlIntegration in both boxes.
- Add your Lambda Subscription Note: Do this only after you created the Lambda Function