AWS: Using Rake Tasks to SSH into EC2
I work a lot with EC2 and one thing I always have to Google is how to SSH into an AMI, Ubuntu, Fedora, or CentOS instance. Part of...
A ecosystem / kingdom for Internet businesses of any size.
I work a lot with EC2 and one thing I always have to Google is how to SSH into an AMI, Ubuntu, Fedora, or CentOS instance. Part of...
Keys are used to provide access to specific locks. Before we can talk about keys, let's make sure we know how to create a lock using...
I love AWS Lambda because I can run my code on Amazon's servers without having to manage servers, operating systems, scaling, provisioning, or even deployment. HOW...
Through AWS Lambda [https://aws.amazon.com/lambda/], AWS is completely changing the entire web industry, again. If you're not familiar with Lambda, it's...
The AWS command line client allows you to create, modify and manage your Amazon Web Services from your local terminal. If you're on a Mac and...
Elastic Beanstalk is a one-stop shop for Ruby on Rails developers to publish their apps. In this tutorial, I'll show you how to first commit your...
The AWS command line client allows you to manage your AWS services from your local computer. If you only have one AWS account, then you might be fine...
We are going to use Let's Encrypt Certificate Authority [https://letsencrypt.org/] to create and install a free SSL certificate. -------------------------------------------------------------------------------- Step 1 - Log In...
I normally use Heroku [https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction] or Openshift [https://www.chrisjmendez.com/2012/04/29/expressjs-app-with-mongodb-on-openshift/] to publish apps but AWS works too....
This entry is intended to show how to create an EC2 instance from within a Virtual Private Network. What is a VPC? Virtual Private Cloud is a full...
I've spent many years installing and configuring WordPress blogs on EC2, and here's generally how things start. Manual Install First download these tools: # Apache2...
I have a few ExpressJS applications that use Forever [https://www.npmjs.com/package/forever] to keep things always moving. The scripts below are what I use invoke...
Adobe Media Server 5.0 offers media publishers some new ways to deliver on-demand video and music to iOS devices through Apple's HTTP Live Streaming. This...