Deploying Nats Jetstream in AWS

Image alt
NATS is a connective technology that powers modern distributed systems. A connective technology is responsible for addressing, discovery and exchanging of messages that drive the common patterns in distributed systems; asking and answering questions, aka services/microservices, and making and processing statements, or stream processing.

An example installation using Terraform can be found on GitHub, this deploys a VPC and the supporting infrastructure required along with a AWS instance running Ubuntu with NAT's installed. By default it enables NKEY authentication and stores both the User and Seed Keys in the AWS Parameter Store.

comments powered by Disqus