Skip to content

leometzger/aws-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labs illustration

My personal AWS Labs

This repository is dedicated to learning and proof of concept purposes. You can run if you want it.

Getting Started

To run these labs, follow the steps:

Step 1: Install Pulumi

Pulumi is the primary tool used for developing and deploying these labs. If you haven't already installed Pulumi, you can do so by running the following command:

curl -sSL https://get.pulumi.com | sh

Step 2: Install Go dependencies

go get

Step 3: Configure the Lab

Within the main.go file and pulumi.yaml, make any necessary configurations for the lab you've chosen. This may include specifying AWS regions, adjusting settings, or providing input parameters as required by the lab instructions.

Step 4: Deploy the stack on AWS

To deploy it, run the following command from your terminal:

make build && make deploy

This command will build the necessary resources and deploy the lab on AWS. Make sure to follow any prompts or instructions that appear during the deployment process.

Sugestions

You are welcome to provide feedback or suggestions. I will be happy to try to implement.