scottslowe-learning-tools/aws
Scott S. Lowe e446810969
feat: add a Pulumi program to manage K8s-related AWS IAM entities
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>
2024-08-27 14:15:20 -06:00
..
k8s-iam-pulumi feat: add a Pulumi program to manage K8s-related AWS IAM entities 2024-08-27 14:15:20 -06: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).