Amazon Elasticsearch Service Increases Domain Limits

Amazon Elasticsearch Service is a managed service that makes it easy to deploy, operate, and scale Elasticsearch on AWS. You can now add up to 20 data nodes and 5 dedicated master nodes to your Amazon Elasticsearch domains. The previous limit was a total instance count of 10 including both data nodes and dedicated master Read more about Amazon Elasticsearch Service Increases Domain Limits[…]

Amazon Kinesis Firehose Supports Configurable Retry Window for Loading Data into Amazon Redshift

Amazon Kinesis Firehose, the easiest way to load streaming data into AWS, now supports configurable retry duration for ingesting data into Amazon Redshift. You can now configure your Firehose delivery streams to retry the Redshift COPY for any time period up to a maximum of 7200 seconds. If the Redshift COPY command fails for any Read more about Amazon Kinesis Firehose Supports Configurable Retry Window for Loading Data into Amazon Redshift[…]

How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04

Introduction Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required. In this guide, we will demonstrate how to Read more about How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04[…]

How To Use PostgreSQL with your Django Application on Ubuntu 16.04

Introduction Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, a more traditional DBMS can improve performance in production. In this guide, we’ll demonstrate how to install and configure PostgreSQL to use Read more about How To Use PostgreSQL with your Django Application on Ubuntu 16.04[…]