Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Small Script Changes

Dylan Christopherson edited this page Jul 2, 2018 · 2 revisions

There are some lines of code you might need to be wary of.

One

cd /path/to/here/aws-pmix-scale-testing/backend/shared
less shutdown.sh

The last line of this script is as follows:

aws cloudformation delete-stack --stack-name cfncluster-$clustername --region us-east-1

Make sure that you change "us-east-1" to your own region.

Two

Clone this wiki locally