Pulumi

Pulumi - Create AWS EC2 instance (new VPC)

Introduction In this post, we used Pulumi to create an EC2 instance in the default VPC. Then, in this post, we created a small variation in which we launched an EC2 instance in a pre-existing VPC and subnet.

Pulumi - Create AWS EC2 instance (existing VPC)

Introduction In this post, we used Pulumi to create an EC2 instance in the default VPC. What follows is going to be a small variation on that post since we will create an EC2 instance but we will place it in an existing VPC that was created before already.