Commit graph

4 commits

Author SHA1 Message Date
Scott Lowe
1f03e6eb70 Feat: add VPC Route Server program
Add a simple Pulumi Go program to create a VPC Route Server

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2025-12-02 10:49:25 -05:00
Scott S. Lowe
e446810969
feat: add a Pulumi program to manage K8s-related AWS IAM entities
Add Pulumi Go code for AWS IAM entities related to Kubernetes. This includes IAM policy attachment, trust policy, and instance profile.

Add instructions for use in README.md.

Update .gitignore for the repository to exclude Pulumi state and include go.sum files.

---------

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2024-08-27 14:15:20 -06:00
Scott S. Lowe
7696da5b2e
[WIP] Add a program illustrating the use of a NAT instance (#162)
Add code for using a NAT instance, split into multiple files for manageability. Update documentation.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2024-02-02 22:39:36 -07:00
Scott Lowe
37640b64e7
Add sample JavaScript tests
Add some sample JavaScript tests for use with Postman API requests

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2020-04-10 15:23:15 -06:00