/AWS-Kinesis-firehose-sqs

A module that creates AWS Kinesis Firehose using S3 Destination, AWS SQS and AWS Kinesis Stream

Primary LanguageHCL

AWS-Kinesis-firehose-sqs

A module that creates AWS Kinesis Firehose using S3 Destination, AWS SQS and AWS Kinesis Stream

This repo is based the article I wrote

article

Quick start

Note: This project deploy resources into your AWS account. Although all the resources should fall under the AWS Free Tier, it is not my responsibility if you are charged money for this.

  1. Install Terraform.
  2. Set your AWS credentials as the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
  3. Run terraform init.
  4. Run terraform plan.
  5. Run terraform apply.
  6. After it's done deploying, the project will output URLs or IPs you can try out.
  7. To clean up and delete all resources after you're done, run terraform destroy.