Various scripts that support use of kumologica designer.
The following scripts are present
Folder contain scripts required by kumologica designer and cli to interact with aws services.
Script creates cloudformation stack that contains named iam policy and iam user group that needs to be assigned to user.
To create stack, make sure to change directory to aws and run following command:
aws cloudformation create-stack \
--stack-name kumologica-designer-stack \
--template-body file://kumologica-designer.yaml \
--capabilities CAPABILITY_AUTO_EXPAND CAPABILITY_NAMED_IAM
To update stack run following command:
aws cloudformation update-stack \
--stack-name kumologica-designer-stack \
--template-body file://kumologica-designer.yaml \
--capabilities CAPABILITY_AUTO_EXPAND CAPABILITY_NAMED_IAM
The account the script runs must have cloudformation create and update stack permissions as well as create/update iam policy and iam user group.