Amazon AWS
-
Enterprise Java
AWS SQS and Spring JMS integration
Amazon WEB Services provide us with the SQS messaging service. The java sdk for sqs is compatible with JMS. Therefore…
Read More » -
DevOps
Deploy Docker to Amazon Cloud using Tutum
Have you felt the need to run Docker containers on Amazon? Amazon Container Service requires extensive setup and manual work. This…
Read More » -
Software Development
Migrating Spring App to MicroServices App on AWS
The company I am working for has recently gone through a migration of refactoring our code base from a monolithic…
Read More » -
DevOps
Codeship, Docker, and Deployment to AWS EC2 Container Service
Here at Codeship, we strongly believe in giving you as much control over your test and deployment infrastructure as possible.…
Read More » -
DevOps
Continuous Deployment circleci, AWS (Elastic Beanstalk), Docker
Introduction We run some of our services in Docker container, under Elastic Beanstalk (EB). We use circleci for our CI…
Read More » -
DevOps
Easy Blue-Green Deployments on Amazon EC2
Amazon EC2 Container Service (ECS) is Amazon’s solution for running and orchestrating Docker containers. It provides an interface for defining…
Read More » -
DevOps
Zero Downtime Deployment with AWS ECS and ELB
As development teams push farther toward continuous delivery, deploying updates to an application without disruption to users is constantly becoming…
Read More » -
DevOps
Using HAProxy as a reverse proxy for AWS microservices
Amazon’s EC2 micro instances offer a very affordable option for hosting a Docker-based micro-services architecture. Each micro instance can host…
Read More » -
DevOps
Adding a NAT to your AWS VPC
In a previous post I described how to setup a VPC with both private and public subnets with AWS. In…
Read More »