Small project to play around with Pulumi
Same tasks as with terraform project: https://github.com/macaktom-test/terraform-course
Tasks:
- Create vpc
- Create Internet Gateway
- Create Custom Route Table
- Create a Subnet
- Associate subnet with Route Table
- Create Security Group to allow port 22,80,443
- Create a network interface with an ip in the subnet that was created in step 4
- Assign an elastic IP to the network interface created in step 7
- Setup Nginx server (using EC2 instance) and assign to it network interface, created in step 7