top of page

Search


No More 2am Investigations: A Hands-On Look at AWS DevOps Agent
AWS DevOps Agent was announced by AWS at re:Invent 2025, and became generally available in March 2026. I will introduce AWS DevOps Agent and walk you through how it works, following the hands-on test provided by AWS. What is AWS DevOps Agent? AWS DevOps Agent is an AI-powered, always-available agent that spans release management and production operations, from reviewing release readiness and release testing to investigating and preventing operational issues across AWS, multic

Emily
Jul 304 min read


How to Find the DB Instance ID from an RDS Resource ID
Problem Overview If you only know an RDS Resource ID, it is hard to find the DB instance on the Management Console because if you search for a DB instance using the RDS Resource ID in the search bar, the target DB instance doesn't show up in the results. You can check the Resource ID at the "Configuration" tab on the Management Console, however when there are a large number of DB instances, checking them one by one is very tedious. How to Address This Issue You can use the..

Emily
Jun 121 min read


Leveraging AWS CloudFront for Efficient PDF Distribution from S3 Buckets
Deploying PDFs on Amazon S3 using CloudFront can optimize the delivery of your documents, ensuring they are served quickly and securely...

Emily
Dec 28, 20244 min read


Building effective IAM policies #AWSreInvent #SEC305
Our team actively participated in the Builders' Session focused on crafting an IAM (Identity and Access Management) policy. This report...

Emily
Apr 6, 20243 min read


AWS CLI Command Complete
Welcome to this quick tutorial on setting up AWS CLI command completion for your shell environment. AWS CLI command completion is a handy...

Emily
Nov 1, 20232 min read
bottom of page