This repository is dedicated to learning and proof of concept purposes. You can run if you want it.
To run these labs, follow the steps:
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
go get
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.
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.
You are welcome to provide feedback or suggestions. I will be happy to try to implement.