This directory contains the code to deploy and destroy the instructure on AWS with grucloudarrow-up-right.
The following resources are defined in iacarrow-up-right:
Mindmap generated by gc tree
gc tree
Visit AwsRequirementsarrow-up-right and ensure the aws cli is configured properly.
Edit config.jsarrow-up-right and change the domain name and the key pair name.
Install the gc CLI globally:
Install the dependencies
Generate a graph of the infrastructure:
Deploy the infrastructure with:
List the running resources:
Destroy the running resources:
Last updated 4 years ago
npm i -g @grucloud/core
npm i
gc graph
gc apply
gc list
gc destroy