Hi all, has anyone used Pulumi to setup an AWS acc...
# aws
l
Hi all, has anyone used Pulumi to setup an AWS account vending machine? i.e. an automated way for teams to create and manage AWS accounts themselves for the components they own I've had a quick look at AWS Control Tower, and org-formation, but I'd prefer to do this with Pulumi
b
i haven't seen this so far, but it should be possible, as it's been done with terraform
one thing I will say is that the AWS Org deletion API doesn't work very well with IaC, so spinning things up should be easy, tearing them down is another thing..
👍 1
l
yeah, I think org-formation doesn't actually support deleting, which maybe makes sense in terms of wanting to be more careful with it
b
l
Wow 🙈 didn't realise it was so complicated to do it the manual way, and slightly scary that you can actually automate those things
f
I’ve been thinking about it a lot
not doing full creation of the account via pulumi, but doing a lot of foundational stuff after creation (like adding cross account roles from a pipeline account, standing up privileged gitlab runners, granting users access