by truthbrother | Mar 26, 2018 | Amazon Web Services
Rate expression rate(<em class="replaceable"><code class="">Value</code></em> <em class="replaceable"><code class=""><span class="">Unit</span></code></em>) 1 rate(<em class="replaceable"><code...
by truthbrother | Mar 26, 2018 | AWS CloudWatch, Amazon Web Services
You’ve developed your app, you’ve deployed it to your EC2 server, you’ve configured the SSL because HTTPS is the only way to serve websites in 2017, and you’ve got your database all setup on RDS. You’re just starting out, so you don’t have a lot of complexity to your...
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...