by truthbrother | Mar 23, 2018 | JIRA, Atlassian
JIRA is a ‘web application’, meaning it runs centrally on a server, and users interact with it through web browsers from any computer on the same network. As such, JIRA must be able to communicate and authenticate with itself. If you’re upgrading to...
by truthbrother | Mar 22, 2018 | Amazon Web Services
Warning! – The reason I wrote this post is because I was curious about what type of load a t2.nano EC2 instance can handle. I also wanted to demonstrate how CloudFront reduces response times for a website and how the output of a modest instance could be improved...
by truthbrother | Mar 21, 2018 | Amazon Web Services
AD Connector is designed to give you an easy way to establish a trusted relationship between your Active Directory and AWS. When AD Connector is configured, the trust allows you to: Sign in to AWS applications such as Amazon WorkSpaces, Amazon WorkDocs, and Amazon...
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...