<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lee Doughty</title>
    <link>https://ldoughty.com/</link>
    <description>Recent content on Lee Doughty</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 09 May 2022 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://ldoughty.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Exploring AWS Aurora Serverless v2 for cheap WordPress usage</title>
      <link>https://ldoughty.com/2022/05/exploring-aws-aurora-serverless-v2-for-cheap-wordpress-usage/</link>
      <pubDate>Mon, 09 May 2022 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/2022/05/exploring-aws-aurora-serverless-v2-for-cheap-wordpress-usage/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: I wanted to know if the new Aurora Serverless V2 could be used for a cheap wordpress instance, I was disappointed.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>AWS HTTP API Gateway CloudFormation Setup</title>
      <link>https://ldoughty.com/2020/01/aws-http-api-gateway-cloudformation-setup/</link>
      <pubDate>Sun, 26 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/2020/01/aws-http-api-gateway-cloudformation-setup/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: This article goes over AWS HTTP API Gateway (which is still in beta) for AWS Lambda targets. There&amp;rsquo;s currently few examples, and a bug in a basic configuration that prevents the chain of services from working&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Comparing AWS API Gateway to Load Balancer Proxy costs</title>
      <link>https://ldoughty.com/2019/12/comparing-aws-api-gateway-to-load-balancer-proxy-costs/</link>
      <pubDate>Sun, 01 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/2019/12/comparing-aws-api-gateway-to-load-balancer-proxy-costs/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: Is API Gateway merely a front end to your Lambda, with no additional configurations? Do you run multiple APIs? Do you see &amp;gt;5 million requests/month in traffic? Perhaps you should switch to an Application Load Balancer Proxy. Here are some considerations.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Parallel API Gateway Lambda Execution</title>
      <link>https://ldoughty.com/2019/08/parallel-api-gateway-lambda-execution/</link>
      <pubDate>Thu, 15 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/2019/08/parallel-api-gateway-lambda-execution/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: AWS Lambda through API Gateway binds requests to lambdas in 1:1, which means cold starts are likely if you receive more parallel requests than you have lambdas available to de-thaw. For more information, read below&amp;hellip;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>About This Site</title>
      <link>https://ldoughty.com/about/</link>
      <pubDate>Mon, 31 Dec 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/about/</guid>
      <description>This site was built because I primarily wanted to share some of my findings exploring some deep concepts of cloud computing with the world.
I figured, if I found something frustrating, spent days researching the issue, and then found a solution&amp;hellip; Perhaps I can spare the next engineer the pain.
The single largest reason I never made a site was security &amp;ndash; I don&amp;rsquo;t want to maintain this page on a daily, weekly, or even a monthly basis.</description>
    </item>
    
    <item>
      <title>Sparsification of AWS EBS Snapshot for Faster Initialization</title>
      <link>https://ldoughty.com/2018/12/sparsification-of-aws-ebs-snapshot-for-faster-initialization/</link>
      <pubDate>Mon, 31 Dec 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/2018/12/sparsification-of-aws-ebs-snapshot-for-faster-initialization/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;In short&lt;/em&gt;&lt;/strong&gt;: This article will help you take an existing snapshot and reduce the initialization time of dirty snapshots (snapshots that contain large amounts of deleted data) by removing the dirty blocks from your snapshot. Combined with a tool like &lt;code&gt;fio&lt;/code&gt; or &lt;code&gt;dd&lt;/code&gt; to read over the disk, your initialization times should be reduced.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>GitLab Multi-Runner w/docker-machine and Spot Instances for much cheaper CI/CD</title>
      <link>https://ldoughty.com/2018/01/gitlab-multi-runner-w/docker-machine-and-spot-instances-for-much-cheaper-ci/cd/</link>
      <pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/2018/01/gitlab-multi-runner-w/docker-machine-and-spot-instances-for-much-cheaper-ci/cd/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;: This article will hook up GitLab group (or project) runners to AWS Spot Instances through docker-machine, which in my professional experience gave us ~3-4 extra concurrent workers while reducing our cost by ~60%. This is mostly achieved by only spawning CI/CD instances only as they were needed and getting lower Spot instance rates.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Install Hugo 0.53 on Raspberry Pi 3 B&#43; armv71/armhf</title>
      <link>https://ldoughty.com/2018/01/install-hugo-0.53-on-raspberry-pi-3-b-armv71/armhf/</link>
      <pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://ldoughty.com/2018/01/install-hugo-0.53-on-raspberry-pi-3-b-armv71/armhf/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Short Summary:&lt;/strong&gt; This article will show you how you can install Hugo on a raspberry ARMv71/armhf) architecture &amp;ndash; which is what the more recent Raspberry Pi&amp;rsquo;s are reporting at in modern OS&amp;rsquo;s &amp;ndash; despite the fact Hugo&amp;rsquo;s project doesn&amp;rsquo;t publish the armhf package on their GitHub page.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>