
AWS
49 postsA ecosystem / kingdom for Internet businesses of any size.

Deploying Rails 5.x on AWS ElasticBeanstalk using AWS CodeCommit
How to deploy your Rails app on ElasticBeanstalk (including S3 buckets, security groups, load balancers, auto-scalling groups and more) using CodeCommit.


Radio: How to submit your podcast to iTunes and Spotify
Sometimes you need to self-host your own Podcast files and feed. Here's how using Amazon Web Services.
AWS: How to create your first Alexa skill
How to create your first Alexa skill –with pictures!
AWS: Understanding Alexa's Key Concepts
A glossary of Alexa terms you need to know before you start developing skills.
AWS: How to get one lambda to trigger another lambda
This lambda will trigger the second lambda. Step 1 - Configure IAM First create an IAM role that will allow you to not only trigger a lambda but...
AWS: How to restore folders from Glacier to S3 Standard
If you store files using Amazon Glacier, you'll notice that it's not very easy to restore files within a folder using the web console. Instead, you'll see "Initiate...


AWS: Useful AWS Bucket Policies
I plan to add more of these over time but for starters, here are a few helpful bucket policies I use while hosting static websites on AWS S3....


Radio: Prepare your podcast for iTunes distribution using AWS Elastic Transcoder
Amazon Web Services offers a suite of tools for podcast producers to distribute their audio online. There's CloudFront for caching, S3 for storage, Glacier for long-term storage, Elemental...





Basic Curl Commands for API Gateway
AWS's API Gateway is great for developers who need a simple API for their SaaS Services. When it comes to testing out your API, there are many great...
Bitnami WordPress Cheatsheet for AWS Lightsail
I'm currently working on two WordPress websites that have been pre-configured by Bitnami within a Virtual Private Cloud. Below are a few select commands I use all the...

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...




Charging SaaS customers using AWS API Gateway
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 AWS API...


AWS: Lambda Security Basics
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 IT WORKS...


AWS: Lambda development on OS X
Through AWS Lambda, AWS is completely changing the entire web industry, again. If you're not familiar with Lambda, it's a new AWS compute service that manages the AWS...
