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/coreInstall the dependencies
npm iGenerate a graph of the infrastructure:
gc graphDeploy the infrastructure with:
gc applyList the running resources:
gc listDestroy the running resources:
gc destroyLast updated
Was this helpful?