This post demonstrates how to convert private key .pem files generated and downloaded from AWS when creating an EC2 instance to .ppk files that are supported by putty.exe for SSH access.
AWS Copy Files Manually From S3 to EC2
Oftentimes, we would want to manually copy files from an S3 to an EC2 instance in AWS. This is possible but requires several steps and some configuration. 1. Create IAM Role For EC2 Instances First, create a new role. This
Provision a Server (EC2) on AWS
This post demonstrates how to provision a service (EC2) on AWS.
Install Oracle Java 8 in Red Hat Enterprise Linux and AWS EC2
This post demonstrates how to install Java (JDK) 8 in Red Hat Enterprise Linux in AWS EC2.
Install Jenkins in Red Hat Enterprise Linux and AWS EC2
This post demonstrates how to install Jenkins in Red Hat Enterprise Linux in AWS EC2.
Install Artifactory in Red Hat Enterprise Linux and AWS EC2
This post demonstrates how to install Artifactory in Red Hat Enterprise Linux in AWS EC2.
Install Docker in Red Hat Enterprise Linux and AWS EC2
This post demonstrates how to install Docker in Red Hat Enterprise Linux in AWS EC2.
Install Git in Red Hat Enterprise Linux and AWS EC2
This post will show how to install Git in Red Hat Enterprise Linux in AWS EC2.
Continuous Integration with GitHub and Jenkins in Red Hat, and AWS EC2
This post demonstrates how to setup a Continuous Integration environment using Jenkins to build codes checked in in GitHub.com. Our Jenkins instance runs on Red Hat Enterprise Linux in AWS EC2.