Evaluate Infrastructure as Code Options for OWASP Nest #2291
Replies: 3 comments
-
I like the idea of using a general-purpose programming language, but we have to consider the pricing of both candidates. I see this headline in the pricing page of Pulumi:
They say it is free for open source, but I didn't that option in the pricing page: https://www.pulumi.com/pricing/. |
Beta Was this translation helpful? Give feedback.
-
I’d lean towards Terraform for OWASP Nest. It’s declarative, and has strong community support. |
Beta Was this translation helpful? Give feedback.
-
I think if the team adopts the declarative HCL workflow used by Terraform, Then it will be better choice Accessible to All Contributors: The simple, declarative syntax makes infrastructure easy to review for everyone, not just developers fluent in a specific programming language. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We need to decide on an Infrastructure as Code (IaC) solution for OWASP Nest to manage our cloud resources (currently AWS for production and staging) in a reproducible and maintainable way.
Some candidates to consider:
Terraform: declarative, widely used, strong community support, works across multiple cloud providers.
Pulumi: uses general-purpose programming languages (Python, TypeScript, Go, etc.) to define infrastructure, offering flexibility and easier integration with application logic.
Other solutions: if you have experience with other IaC tools, feel free to suggest them and explain why they might be a good fit.
We'd like everyone's input: share your experiences, preferences, or any insights on what might work best for OWASP Nest. There's no single 'right' answer -- we're interested in hearing different perspectives.
Beta Was this translation helpful? Give feedback.
All reactions