Shortdark Software Development

Tagged with "S3"

4 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…

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…

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…