Back in 2015, Amazon Web Services (AWS) published a blog post and sample code illustrating how to create a serverless dynamic DNS service using AWS Lambda and API Gateway. I loved the idea and added this to my ever-growing list of projects to tackle “one of these days.” After deciding to self-host my blog on… Continue reading Dynamic DNS with AWS Lambda and DynamoDB
Tag: AWS
Start and stop EC2 instances remotely using Python and boto3
I use this simple script to start and stop my AWS EC2 instances without having to log into the AWS console: https://github.com/jason-weddington/ec2-manager
Getting started with fastai on AWS EC2
I’ve been slowly working through the excellent Practical Deep Learning for Coders course offered by fast.ai. If you’re interested in machine learning, deep learning in particular, this course is a great place to start. In the beginning of the course the authors urge against trying to create your own server, and instead recommend getting started… Continue reading Getting started with fastai on AWS EC2