by truthbrother | Mar 21, 2018 | Amazon Web Services
AWS Glue is a fully managed extract, transform, and load (ETL) service that you can use to catalog your data, clean it, enrich it, and move it reliably between data stores. With AWS Glue, you can significantly reduce the cost, complexity, and time spent creating ETL...
by truthbrother | Mar 21, 2018 | Amazon Web Services, Atlassian, Confluence, JIRA
If a customer would like to remove port 8080 or 8090 (or 7990 etc) from the URL, you will need to install mod_proxy. Assumptions You are running Linux (RedHat, CentOS etc) Step by Step Guide yum install httpd 1 yum install httpd nano /etc/httpd/conf.d/jira.conf (or...
by truthbrother | Mar 21, 2018 | Amazon Web Services
Imagine an application which requires 24×7 availability with maximum 15 minutes of downtime allowed. How would you ensure the database hosted on your Elastic Block Store (EBS) volume is backed up to meet the required SLAs? An automated backup is the key process...
by truthbrother | Mar 20, 2018 | Amazon Web Services
What is a bastion host, and do I need one? Bastion hosts are instances that sit within your public subnet and are typically accessed using SSH or RDP. Once remote connectivity has been established with the bastion host, it then acts as a ‘jump’ server, allowing you to...
by truthbrother | Mar 20, 2018 | JIRA, Atlassian
This page describes a possible way to use Nginx to proxy requests for JIRA running in a standard Tomcat container. You can find additional documentation that explains how to use Apache mod_proxy for the very same purpose. Configuring Tomcat In this example, we want a...