So let's say I want to write my own service that wraps/uses pulumi to deploy to AWS ... I would still have to have AWS cli tool around and configure the credentials there? I would prefer to provide the credentials through my own code. Is that possible?
Hm. I don't know? 🙂 Not sure I understand the product distinction yet.
I thought I could write some golang binary that (when provided with some credentials) it would setup my AWS for me.
Like wrapping terraform up as an API instead of DSL.
@careful-television-82602 you can do this with Automation API. you'd need to use the AWS SDK to set your credentials up, but then you can use the automation API to provision your infrastructure