by Thierry de Pauw on
#cfgmgmtcamp
Nay, there are a couple of caveats. So TLDR; yes.
=> Can Python really make infrastructure management easy?
Pulumi Platform: modern infrastructure as code
- define cloud infrastructure in general-purpose languages
- review, test, and version cloud apps and infrastructure using familiar software engineering techniques
- continuous integrations and continuous delivery: ability to use a deployment pipeline
Pulumi Crosswalk for AWS:
Resource Definitions like Terraform but in real code
Test-Driven Infrastructure using the tools you already know.
Secrets Management
Organisations > Projects > Stacks for organising infrastructure
Policy as Code:
- Develop -> Validate -> Deploy
- enforce cost
Enforce Security across infrastructure using tests.