General

AWS SAM Demystified

AWS Serverless Application Model explained

Are you intrigued by the concept of serverless computing and the wonders it can bring to your applications? Well, get ready for a mind-blowing adventure into the world of AWS Serverless Application Model (SAM)! In this article, we’ll take you on a journey to demystify AWS SAM and explore its key features.

Buckle up and prepare to unleash the magic of serverless development!

Image

Well-Architected Update 2023

Updates to the Well-Architected Framework

AWS recently released a new set of changes to the AWS Well-Architected Framework. This is a rare event and since the inception of Well-Architected in 2012 has only happened 8 times in the 11 years since the framework’s inception.

Image

Marketplace - New Private offers console

AWS Marketplace updates to private offers

On January 20th 2023, AWS announced a significant improvement to the AWS Marketplace Console, making the seller and customer experience smoother and more appealing.

Back to Basics - Amazon ECS

What is Amazon ECS and how can it benefit me and my customers?

This blog post is based on a presentation I gave at the Brisbane AWS User group and by the end of this blog, I hope you’ll have a better understanding of Amazon ECS and the benefits it presents to you and your customers.

Image

Creating an S3 bucket

Creating an AWS S3 bucket and how it's changed over the years

Hi, My name’s Alan and I’m a self proclaimed AWS evangelist and today I’m going to talk about Amazon S3. For a newbie in the AWS world, this could be daunting. So let’s start from the start. How do we create an S3 bucket?

Image

VIDEO CONTENT - Creating an S3 Bucket in AWS: Console, CloudFormation and Terraform

AWS S3 Bucket Creation: Learn how to create an Amazon S3 bucket using the AWS Console, CloudFormation and Terraform with security best practices explained.

This video shows how to create an Amazon S3 bucket in 3 different ways - AWS Console, CloudFormation and Terraform. It also covers security best practices like blocking public access and using least privilege.

Video

AWS Item Writing

AWS Item Writing

Over the last 12 months I have been working on a volunteer project which allows me to give back to the AWS Certification community. For my efforts over the last 12 months Amazon Web Services Training and Certification awarded me with the “Subject Matter Expert - Associate” badge.

Working with AWS Regions in Python

Something quick to help with multi region scripts

It’s been a whilst since I posted so thought I’d share a snippet I threw together whilst writing a Python script.

In this post I’ll show you how you can acheive an action in Python using the boto3 library on multiple regions.