Shortdark Software Development

Tagged with "AWS"

8 items

Using Amazon Certificate Manager (ACM) with EC2 and ELB/ALB 14 April, 2023

Why connect an EC2 Instance to ACM and ALB? The standard compute instance on AWS is called EC2 (Elastic Compute Cloud). EC2 instances are a…

Setting up an AWS S3 Static Website with CloudFlare 16 February, 2022

This is a quick guide to setting up a static website on AWS S3. Not only are we securing the bucket with our bucket policy and bucket…

About Shortdark 01 January, 2021

I am a web developer living in Sheffield, UK who has mainly been developing websites in PHP. My Career Timeline 1999 Taught myself HTML, CSS…

Wordpress Vs Static Websites 30 December, 2020

I watched a lecture from "Clean Coding" author, Robert C. Martin (Uncle Bob), recently. He was talking about making a website with his son…

Setting up AWS Elastic Beanstalk with Laravel to update with GIT 08 December, 2019

Disclaimer for 2021 and Beyond In case anyone should read this article and get the wrong idea here is my disclaimer for 2021 and beyond…

Interacting with S3 using PHP 09 February, 2019

Trying to connect to use AWS S3 for the first time can be confusing. Here is a quick guide to roughly what has to happen. Basic Steps to Set…

Apache to Nginx 27 January, 2019

I had a PHP website that was the last man standing on some shared hosting that was slow that didn't have SSH access. I decided that since I…

Trying AWS Lightsail 13 January, 2019

AWS Lightsail is the closest thing AWS has to shared hosting. It is their quick, easy and inexpensive off-the-shelf hosting that has SSH…