Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 870 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 870 Bytes

Deploy infrastructure on AWS with GruCloud

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

The following resources are defined in iac:

resource-mindmap

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