- How to simulate a socket connection with AWS Simple Queue Service
At some point, any enterprise project will probably need a message queue. A message queue is used to publish information (usually known as messages) that a different "node" (usually known as worker) will consume in order to perform a specific action. It is frequently used in web applications to pass…
tag Archive — "aws"
— 2017 —
- Take advantage of vault project's high availability with an AWS internal load balancer
In a project I'm working on, we recently needed to add some kind of encryption system that allowed us to store sensitive information in a secure manner, but being able to access to it at runtime in order to pass it to third party services. Securely storing your own app passwords is easy. You just ha…
— 2016 —
- Setup a Let's Encrypt certificate in a AWS Elastic Load Balancer
Let's Encrypt is the latest internet trending. Its a relatively young Certification Authority which intends to provide free and automated SSL certificates so that everybody can set encryption to their sites and applications. It is a Linux Foundation project sponsored by most of the biggest Internet …
Older postsNewer posts