scottslowe-learning-tools/aws
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
..
k8s-iam-pulumi feat: add a Pulumi program to manage K8s-related AWS IAM entities 2024-08-27 14:15:20 -06:00
nat-instance-pulumi [WIP] Add a program illustrating the use of a NAT instance (#162) 2024-02-02 22:39:36 -07:00
postman-aws-api Add sample JavaScript tests 2020-04-10 15:23:15 -06:00
vpc-route-server Feat: add VPC Route Server program 2025-12-02 10:49:25 -05:00
README.md [WIP] Add a program illustrating the use of a NAT instance (#162) 2024-02-02 22:39:36 -07:00

Learning Tools: AWS

Here you'll find a collection of tools and resources for learning about, experimenting with, or deepening your knowledge of AWS.

Contents

postman-aws-api: This folder contains some JavaScript tests written for Postman, intended for use when interacting with AWS APIs using Postman.

nat-instance-pulumi: This folder has a Pulumi project for standing up a NAT instance to provide connectivity to EC2 instances on a private subnet (instead of a Managed NAT Gateway).