Hi @silly-train-98536
Thanks for giving Pulumi a try :) by default, Pulumi will try and use the Pulumi SaaS backend but you can “logout” of that backend and then “login” to another backend
https://www.pulumi.com/docs/reference/cli/pulumi_login/
s
silly-train-98536
07/18/2020, 5:36 PM
Thank you. Could you please point me to a page that talks about how to create this backend in my own vpc.
b
broad-dog-22463
07/18/2020, 5:48 PM
Hi @silly-train-98536
Do you mean host the Pulumi SaaS in your own VPC or the bucket for state management in your VPC?
If it’s the former then you would need to contact our sales team for an enterprise account conversation
If it’s the latter, it should just be an S3 bucket created in your own aws account that you give Pulumi the access to read and write to
s
silly-train-98536
07/18/2020, 5:49 PM
I see. I meant the latter.
b
broad-dog-22463
07/18/2020, 5:52 PM
Then any s3 bucket controlled by your own aws account and some credentials to use it will work perfectly :)