IaaC

man in grey sweater holding yellow sticky note

Using Pulumi to spin up an S3 bucket

Reading Time: 4 minutes Pulumi is an infrastructure as a Code tool that you can use to spin up any infrastructure-related components in the cloud or on-prem. In this blog, we will go through the steps involved in creating AWS service components using Pulumi. Pre-requisites AWS Access KeyAWS Secret KeyPulumi client Let’s create a new directory for our workloads. mkdir knolduscd knoldus Create a Pulumi stack pulumi new aws-yaml Continue Reading