Pulumi AWS Test
If you are familiar with Infrastructure as code (think Terraform() this will sound familiar to you. I wanted to a
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
If you are familiar with Infrastructure as code (think Terraform() this will sound familiar to you. I wanted to a
Read MoreEverytime I want to do a CLI query I spend a little time on syntax so recording this just for
Read MoreI wanted an easier way to test and manipulate a notification using an AWS SNS subscription. Mostly I do a
Read MoreAWS VPN to Azure VM with Libreswan NOTE: As of this article AWS Site to Site VPN gateway can generate
Read MoreExample of tar straight to object storage and untar back. $ tar -cP /ARCHIVE/temp/ | gzip | aws s3 cp –
Read MoreI was trying to schedule a once a week snapshot of a EBS volume and getting “Parameter ScheduleExpression is not
Read MoreIf you had issues when trying to create a DynamoDB table using On-Demand mode you probably need to upgrade boto3.
Read MoreI recently wanted to take a quick look at the File Gateway. It is described as “Store files as objects
Read MoreAWS Lambda is a server less computing platform. You can execute your code without provisioning or managing servers. Tested an
Read MoreI recently migrated a LAMP server from Amazon Linux to an Amazon Linux 2 image. Several reasons for why I
Read More