mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add a simple Pulumi Go program to create a VPC Route Server Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org> |
||
|---|---|---|
| .. | ||
| k8s-iam-pulumi | ||
| nat-instance-pulumi | ||
| postman-aws-api | ||
| vpc-route-server | ||
| README.md | ||
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).