Skip to content

CloudFormation stack with custom resource to create all AWS serviced linked roles if not exist

License

Notifications You must be signed in to change notification settings

frankhefeng/aws-service-linked-roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

aws-service-linked-roles

CloudFormation with custom resource to create all AWS serviced linked roles if not exist. This template can then be deployed all AWS accounts via Customizations for AWS Control Tower Solution

This repository contains an AWS CloudFormation template that is used to provide a CloudFormation custom resource that creates all service-linked roles idempotently. This means:

(1) If a role doesn't exist, create the role. If the role is successfully created, return SUCCESS otherwise return FAILED. (2) If all roles already exist, return SUCCESS.

Check comments in source code for details

Reference

This was inspired by these repos:

About

CloudFormation stack with custom resource to create all AWS serviced linked roles if not exist

Topics

Resources

License

Stars

Watchers

Forks