scottslowe-learning-tools/ubuntu
Scott S. Lowe bee1114862
chore: add/update go.sum files
Add or update go.sum files for Go-based projects/examples

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2024-09-10 16:06:39 -06:00
..
ubuntu-generic Reorganize repository contents 2017-02-23 16:12:37 -07:00
ubuntu-pulumi-aws chore: add/update go.sum files 2024-09-10 16:06:39 -06:00
xenial-generic Specify a proper Ubuntu 16.04 box 2018-01-23 12:29:31 -07:00
README.md Update documentation 2023-11-18 22:12:44 -07:00

Learning Tools: Ubuntu Linux

This folder contains materials for learning more about Ubuntu Linux.

Contents

ubuntu-generic: This folder contains a Vagrant environment for spinning up a generic 64-bit Ubuntu 14.04 VM. Note there's nothing special going on here---just a plain, generic, Ubuntu VM. No custom provisioning is provided in this environment.

ubuntu-pulumi-aws: This folder has a Pulumi program for spinning up an EC2 instance in a public subnet of a dedicated VPC. The program can create an EC2 instance that is either AMD64- or ARM64-based, and supports Ubuntu 18.04, 20.04, and 22.04. The CPU architecture and Ubuntu version are configurable via configuration values.

xenial-generic: This folder contains a Vagrant environment for spinning up a generic Ubuntu 16.04 VM. No custom provisioning is provided in this environment.