Whether on AWS or Azure, DevOps done right helps you move fast and innovate. But what if DevOps were more accessible? What if you could make big architectural changes in seconds and prototype rapidly, with just one line of code?
AWS IAM automation with Klotho to help you implement security best practices via Infrastructure-as-Code, and abstracting the complexity of writing least privilege IAM policies away from your developers.
A roadmap for achieving and maintaining the 12 certificates that AWS currently offers. It’s a long and demanding road, but that doesn’t have to discourage you.
Learn the difference between Amazon Aurora Serverless v1 and v2.
The AWS SQS is the first service AWS offered to the public. It is a stable, robust, fast, and scalable service widely used in asynchronous systems. In this tutorial I will show with examples the AWC CLI commands to manipulate with SQS.
How to configure and connect in the AWS Client VPN using the OpenVPN client
Here’s how I resolved the “AccessControlListNotSupported” error in Amazon S3
Simple walkthrough of creating and using layers on Lambda function.
A guide on dumping and restoring databases with mysqldump in an RDS instance in AWS.
What you need to know to successfully pass your certification.
A proof of concept to see if we can run Spark on AWS Lambda.
AWS S3: Generating Logs in S3 Bucket
A Great AWS Resource for designers
AWS Lambda is very popular nowadays. It is easy to develop and deploy without any hassle with providing and maintaining infrastructure. But sometimes it is difficult to test and debug your Lambda code locally on a PC. Here I will show you how to configure your PC to be able to test and debug AWS Lambda.
Use an IAM role to assume another IAM role
How to deploy a TypeScript step function composed of 3 lambdas.
Since I started using AWS CloudFormation 4 years ago, I have seen many people using the Fn::Join command to merge information such as static text and variables in their CloudFormation templates. While this works, it can get messy and difficult to understand when things get complicated. Fn::Sub helps simplify our template definitions.
All the generic AWS CLI Commands you need to know — MacOS Specific
Explore the easiest way to bind EC2 IP with your Domain Name to host your content.
CI/CD Cloud Image Build on Github to AWS Registry
A walkthrough of how to use S3 as image storage for a NodeJS/Express application.
A step-by-step example demonstrating how to deploy a static single page website to AWS S3
Building a Terraform module that builds a bare-bones EC2 application server, qualifies for the AWS free-tier, and auto-assigns the ID of a registered AMI.
This tutorial explains how to create the resources on the Localstack initialization.
4 hacks to help construct workflows
Bypassing the File System and Using Streams
Set it and forget it
All the S3 CLI high-level commands you need to know — MacOS Specific