mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Pulumi Go code for AWS IAM entities related to Kubernetes. This includes IAM policy attachment, trust policy, and instance profile. Add instructions for use in README.md. Update .gitignore for the repository to exclude Pulumi state and include go.sum files. --------- Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org> |
||
|---|---|---|
| .. | ||
| k8s-iam-pulumi | ||
| nat-instance-pulumi | ||
| postman-aws-api | ||
| 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).