scottslowe-learning-tools/aws
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
..
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
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).