Consider a typical EC2-based application fronted by a load balancer with a number of EC2 instances in an auto-scaling group behind it. … Read The Full News
Automate EC2 AMI Builds Triggered by Code Pushed to AWS CodeCommit Repositories
EC2 Image Builder is an AWS service that provides “image pipelines”. Image pipelines are a way to trigger builds of your AMI … Read The Full News
Let Infrastructure Provisioners Create EC2 Instances Without Giving Away SSH Key Pair Access
Unless you’re a startup or a small business, it’s very likely that the people who create your AWS infrastructure are not the … Read The Full News
Automate EC2 Replacement at Scale with AWS CLI
Consider a scenario: You have hundreds of EC2 instances which need to be upgraded. Although routine patches & updates can be automated … Read The Full News
Enforce Resource Tagging in AWS Using IAM Policy Conditions
Tags are very important in a shared cloud environment. They serve many purposes. They let us attribute costs to the right departments. … Read The Full News
Monitor & Alert for Failed Authentication Attempts to Your AWS Account
We live in the information age. In a world where knowledge is power, your data is the most precious commodity. This makes … Read The Full News
A Serverless Solution to Keeping Git Repositories Synchronized
Synchronizing Git repositories is a fairly common requirement. This article describes how we built a solution to replicate an AWS CodeCommit repo … Read The Full News
Automate File Processing with S3 Event Notifications
Consider a scenario where you need to perform some kind of automated processing on files that arrive at a particular location as … Read The Full News
Use git-remote-codecommit to Clone AWS CodeCommit Repositories without Creating IAM Users
Up until March 2020, the only way to connect to AWS CodeCommit repositories was to create an IAM user, generate Git credentials … Read The Full News