How To Provision and Manage Remote Docker Hosts with Docker Machine on Ubuntu 16.04

Introduction Docker Machine is a tool that makes it easy to provision and manage multiple Docker hosts remotely from your personal computer. Such servers are commonly referred to as Dockerized hosts, and as a matter of course, can be used to run Docker containers. While Docker Machine can be installed on a local or a Read more about How To Provision and Manage Remote Docker Hosts with Docker Machine on Ubuntu 16.04[…]

How To Install and Use Docker on Ubuntu 16.04

Introduction Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on the host operating system. For a detailed introduction to the different components of a Docker container, check out The Docker Ecosystem: An Introduction Read more about How To Install and Use Docker on Ubuntu 16.04[…]

How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 16.04

Introduction When using the Nginx web server, server blocks (similar to the virtual hosts in Apache) can be used to encapsulate configuration details and host more than one domain off of a single server. In this guide, we’ll discuss how to configure server blocks in Nginx on an Ubuntu 16.04 server. Prerequisites We’re going to Read more about How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 16.04[…]

How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 16.04

Introduction In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 16.04. The bulk of this article will be about how to set up the Gunicorn application server to launch the application and Nginx to act as a front end reverse proxy. Prerequisites Before starting on this Read more about How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 16.04[…]

AWS Schema Conversion Tool Now Supports SSL Connections

We are pleased to announce that the AWS Schema Conversion Tool now supports SSL connections. SSL support is for both source and target engines including PostgreSQL, Oracle, SQL Server, and any MySQL compatible engine including Amazon’s next generation cloud database, Aurora. This release builds upon the existing conversion rules adding support for conversion of Oracle Read more about AWS Schema Conversion Tool Now Supports SSL Connections[…]

How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 16.04

Introduction In this guide, we will be setting up a simple Python application using the Flask micro-framework on Ubuntu 16.04. The bulk of this article will be about how to set up the uWSGI application server to launch the application and Nginx to act as a front end reverse proxy. Prerequisites Before starting on this Read more about How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 16.04[…]

Amazon Aurora now supports sharing database snapshots across accounts

Starting today, you can share your Amazon Aurora snapshots with another AWS account, or make your snapshots publicly available. You can privately share your database snapshots with up to 20 AWS accounts by selecting "Share Snapshots" on the RDS console and choosing the "Private" option. You can also make your snapshot available to all AWS Read more about Amazon Aurora now supports sharing database snapshots across accounts[…]