Skip to content

Latest commit

 

History

History

AWS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

AWS

AWS specific deployment scripts.

Cloud Formation

A Cloud Formation template for deploying Corelight Sensors.

Dependencies

Deployment Instructions

Edit the vars section of the Taskfile.yml file with your cloud environment's configuration.

Sensor

Create a new stack:

$ task cfn:sensor:create

Update existing stack:

$ task cfn:sensor:update

Testing

Execute tests:

$ task test

List helpful targets:

$ task