SanderKnape | 5 years ago | on: The Rise of Platform Engineering
SanderKnape's comments
SanderKnape | 5 years ago | on: The Rise of Platform Engineering
An important realization in my opinion is that a platform team is just another development team. They should consider their platform as a product and the developers as their customers. To minimize any downtime they should use the typical mechanisms that developers are also using: automated tests, pair programming, rolling out changes to test environments first, etc.
SanderKnape | 7 years ago | on: Two years with CloudFormation: lessons learned
A nice feature would be a "ForceDelete" deletionpolicy where it would delete the objects. You can even set this initially when creating a stack, and change it to "Retain" later when the stack is stable.
Totally agree btw that it's a huge pain initially, though once you know it it's also not that hard to work around.
SanderKnape | 7 years ago | on: Two years with CloudFormation: lessons learned
Check out the docs here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGui...
I can definitely recommend this book for a (new) perspective on how platform teams fit into organizations.