S3 bucket with attached IAM
AWS S3
AWS IAM
Let's assume you are responsible for cloud infrastructure, and you want to give developers the ability to create an S3 bucket that can be accessed by a particular user.
In this demo, we walk through creating a Blueprint in Resourcely that generates an IAM role and IAM role policy for use to access an S3 bucket.
We then follow along with a developer's experience in using the resulting form to create a pull request. With this Blueprint, developers don't need to 1) know specific IAM action aliases, 2) write any Terraform, and 3) go hunting for an S3 bucket ARN to link the role to.