AWS Transcribe for long Zoom meetings

Posted on Thu 09 May 2019 in Articles • Tagged with aws, transcription

Introduction

I have been meaning to play around with AWS Transcribe, AWS' managed service for speech to text, for a while. This week I came across a good excuse. Our marketing department had a few longer meetings and they recorded those meetings in Zoom, the audio conferencing system we use …


Continue reading

Elastic Beanstalk for personal projects: a quick experience report

Posted on Sat 13 April 2019 in Articles • Tagged with alexa, elasticbeanstalk, aws, biblescholar, pricing

I have been running the backend of the BibleScholar Alexa App on Amazon's Elastic Beanstalk service since late 2016. Now that I'm about to start up a couple other personal projects on AWS, I wanted to come back around and discuss what I liked or didn't like about running this …


Continue reading

Assigning service-specific static IPs for outbound traffic in AWS VPCs

Posted on Sun 17 February 2019 in Articles • Tagged with aws, nat, vpc, networking

The problem

At Ionic we commonly use network ACLs to restrict access to some services to a list of known IPs. In this specific case, I needed ephemeral servers spun up with Databricks Spark to be able to reach an internal monitoring server.

The problem is that by default in …


Continue reading

AWS API Gateway: first impressions are disappointing

Posted on Tue 27 February 2018 in Articles • Tagged with aws, apigateway, rest

When I started working with Amazon's API Gateway service earlier today, this is not the title I expected the article would have.

If you read through documentation and blog articles by Amazon, it sounds like API Gateway is an awesome solution for serverless integrations with S3, DynamoDB, Kinesis, and even …


Continue reading

Basic vs Enhanced Health Checks on AWS ELB

Posted on Thu 29 June 2017 in Articles • Tagged with alexa, elasticbeanstalk, aws, biblescholar

The Problem

Yesterday I started getting a lot of emails from Amazon saying that there were issues with the ELB application that runs my Alexa App.


Continue reading

Setting up SSL for an ElasticBeanstalk Application

Posted on Sun 01 January 2017 in Articles • Tagged with alexa, elasticbeanstalk, aws, biblescholar, ssl

In my last article I discussed how I created an Alexa application using AWS ElasticBeanstalk. I left off stuck in the last step of getting the site set up with a SSL certificate from a trusted CA.

In general AWS makes the process of setting up SSL for a site …


Continue reading

Introducing the BibleScholar Alexa application

Posted on Sat 31 December 2016 in Articles • Tagged with alexa, elasticbeanstalk, aws, biblescholar

When I went to the AWS Re:Invent conference this November, every attendee got an Echo Dot. Since then I've been looking for something useful to do with it. So far I've been just asking Alexa about the weather, traffic, and (very corny) jokes.

Several of my long term side …


Continue reading