Deploy Infrastructure with GruCloud

This directory contains the code to deploy and destroy the instructure on AWS with grucloud.

The following resources are defined in iac:

Mindmap generated by gc tree

Visit AwsRequirements and ensure the aws cli is configured properly.

Edit config.js and change the domain name and the key pair name.

Install the gc CLI globally:

npm i -g @grucloud/core

Install the dependencies

npm i

Generate a graph of the infrastructure:

gc graph
Graph

Deploy the infrastructure with:

gc apply

List the running resources:

gc list

Destroy the running resources:

gc destroy

Last updated