Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 941 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 941 Bytes

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: