arkime / aws-aio

Apache License 2.0
8 stars 3 forks source link

Add CLI Options to print CloudFormation Templates #97

Closed chelma closed 1 year ago

chelma commented 1 year ago

Description

To help user security organizations (and others) review/approve the behavior of the AWS-AIO CLI, we should make it easy to print out the CloudFormation templates the CLI generates.

Acceptance Criteria

chelma commented 1 year ago

Took a look at this and realized we should be siloing both the Arkime config and the Cfn templates based on the Cluster Name/Account/Region rather than just the Cluster Name. Will need to update the existing code for that (should be easy). If we don't, users will likely run into collisions frequently.

chelma commented 1 year ago

Acceptance criteria met; resolving.