Skip to content

Scripts required by kumologica designer and cli to interact with third party platforms (aws)

License

Notifications You must be signed in to change notification settings

KumologicaHQ/kumologica-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

kumologica-scripts

Various scripts that support use of kumologica designer.

The following scripts are present

aws

Folder contain scripts required by kumologica designer and cli to interact with aws services.

aws/kumologica-designer.yaml

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.

About

Scripts required by kumologica designer and cli to interact with third party platforms (aws)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published