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

9 lines
501 B
Markdown

# 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).