mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add code for using a NAT instance, split into multiple files for manageability. Update documentation. Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
9 lines
501 B
Markdown
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).
|