This guide will show you how to install Jira on Linux with an EC2 AWS server, and configure its PostgreSQL AWS RDS database.
We will cover the following steps to install Jira on AWS:
- Install Jira Server on AWS EC2
- Configure the database for Jira on AWS EC2
Install and deploy Jira Server on AWS EC2
Go to the AWS EC2 console, select your instance and click on Connection :


cd /opt/
wget -c –header “Cookie: oraclelicense=accept-securebackup-cookie” https://download.oracle.com/otn-pub/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jre-8u201-linux-x64.tar.gz
tar xzf jre-8u201-linux-x64.tar.gz echo ‘export JAVA_HOME=/opt/jre1.8.0_201’ >> /etc/profile
echo ‘export PATH=$JAVA_HOME/bin:$PATH’ >> /etc/profile
wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-7.13.0.tar.gz
tar xzf atlassian-jira-software-7.13.0.tar.gz
mkdir jira_home
echo ‘export JIRA_HOME=/opt/jira_home’ >> /etc/profile
useradd –create-home –comment “Account for running Jira Software” –shell /bin/bash jira
chown -R jira:jira atlassian-jira-software-7.13.0-standalone/ jira_home/
iptables -t nat -A PREROUTING -p tcp –dport 80 -j REDIRECT –to-port 8080
su – jira -c /opt/atlassian-jira-software-7.13.0-standalone/bin/start-jira.sh

Configure the database for Jira on AWS EC2
Choose I’ll set it up myself and confirm:







Our Jira experts can help you with your installation and deployment project in AWS Cloud, get in touch with us: we are availalable anywhere in France.