Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 704 Bytes

File metadata and controls

37 lines (27 loc) · 704 Bytes

S3 bucket which triggers a Lambda for indexing, which then updates index in elasticsearch

Installation

  1. Setup aws-cli

  2. Create file named 'config' with following content

STACK=HRTFDemoStack
S3TEMPLATESBUCKET=some-preconfigured-s3-bucket-for-cloudformation-templates
PROJECT=MYPROJ # for billing purposes
  1. Create the stack
./stackctl.sh create

Update the stack

./stackctl.sh update

Deploy lambda code

./stackctl.sh deploy IndexingLambda

Access indexing information using kibana UI

Tunnel the elasticsearch to localhost, and launch browser

./tunnel-aws-elasticsearch.sh &
firefox https://localhost:9200/_plugin/kibana