#infrastructure-as-a-code

Uses: 4

Thought on Infrastructure as a Code

Tags: #thoughts #aws cdk #infrastructure as a code #devops #cloud pattern #immutable deployment

Infrastructure as a Code delivers few measurable benefits to any service business: cost reduction, faster execution and mitigation of risks. It imposes a higher cost at the beginning but as a result you’ll get a “time machine” to rollback defective software in a matter of minutes.

Purely Functional Cloud Components with AWS CDK

Tags: #coding #aws #aws cdk #infrastructure as a code #pure functional #typescript #cloud #algebra #open source #combinators

A toolkit develops purely functional and high-order cloud components with AWS CDK. A shift from category of classes to pure functions simplifies the development.

Composable Cloud Components with AWS CDK

Tags: #coding #aws #aws cdk #infrastructure as a code #pure functional #typescript #cloud #boilerplate #combinators

Compose AWS CDK Components from small reusable elements using a purely functional method as a solution to scarp a boilerplate code.

Public and Privately Routed VPC pattern

Tags: #coding #aws #aws vpc #infrastructure as a code #security #scalability #networking #cloud pattern

The routed VPC pattern is an universal and scalable pattern for AWS networking architecture.