From 46f54d7d50a940ebef0ac5614ef47cbf62624f70 Mon Sep 17 00:00:00 2001 From: booboy Date: Fri, 19 Jan 2018 01:27:46 -0600 Subject: [PATCH] d12 - aws scripts --- ...018-01-01-100-days-of-code-day012.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _100-days-of-code/2018-01-01-100-days-of-code-day012.markdown diff --git a/_100-days-of-code/2018-01-01-100-days-of-code-day012.markdown b/_100-days-of-code/2018-01-01-100-days-of-code-day012.markdown new file mode 100644 index 0000000..e59e4be --- /dev/null +++ b/_100-days-of-code/2018-01-01-100-days-of-code-day012.markdown @@ -0,0 +1,19 @@ +--- +layout: post +title: "day 12" +date: 2018-01-18 +categories: programming +--- + +# 100 Days of Code + +### Day 12: +Today I made basic aws scripts that interact with ec2 and s3. I am going to look +into designing programs that will migrate my existing OVH vps using a +combination of the API they provide, unix tools like rsync, and the AWS API. I +need to get better at interacting with boto3 so this will be perfect. +interacting with API's is fun and I really enjoy working with the HTTP +protocol. I also made a cronjob on my vps that will run a git pull of my +brendan.mcdevitt.tech repo, and jekyll is in watch mode so it will always stay +up to date as long as I am pushing to git. +