https://pulumi.com logo
#general
Title
# general
w

white-chef-55657

05/22/2022, 11:25 AM
is it possible to use the self-hosted pulumi instance with an s3 backend, without a subscription? it’s unclear if self-hosted pulumi also requires a subscription
v

victorious-church-57397

05/22/2022, 2:08 PM
You can use a self hosted backend (e.g S3 bucket) with pulumi open source which is free
m

many-garden-84306

05/22/2022, 5:40 PM
"Self-hosted" is not really meaningful in the free/open-source model. You don't need to host a service at all. You just use a file or cloud storage (e.g., S3) as your backend, and the client does all the work, persisting your stack's state into the backend state files.
a

average-candle-68231

05/23/2022, 2:08 AM
you might be looking for “self-managed” https://www.pulumi.com/docs/intro/concepts/state/#backends
3 Views