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
2 days ago4 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


How to Check Detailed Error Information When Moving S3 Objects
If you encounter an error while moving objects in the S3 console and are unsure of the details, you may be able to find more information...

Emily
Jun 10, 20251 min read


Why Do the Object Counts in S3 Buckets Differ Between the S3 Console and AWS CLI?
When checking the object count in an S3 bucket with versioning enabled, you may notice a discrepancy between the number of objects...

Emily
Jun 3, 20252 min read


Restoring a Specific Version in S3 Versioning
Setting up versioning in Amazon S3 is a crucial step for managing your data effectively. It allows you to preserve, retrieve, and restore...

Emily
May 30, 20252 min read


How to Resolve the "Part number must be an integer between 1 and 10000, inclusive" Error When Changing Storage Class for Large Files in S3
When attempting to change the storage class of large files in Amazon S3 via the AWS Management Console, you may encounter the error...

Emily
May 27, 20252 min read


AWS re:Invent 2024 Report: Build Enterprise Apps in Minutes with AWS App Studio
In today’s fast-paced business environment, organizations are under increasing pressure to deliver innovative applications quickly while...

Emily
May 3, 20256 min read


Optimize your AWS Marketplace listings for better conversions (PEX216)
Introduction As a vendor on AWS Marketplace, boosting customer engagement and streamlining the buyer journey is key. With millions of...

Emily
Apr 15, 20253 min read


AWS re:Invent 2024 Report: Best Practices and New Tools for Cost Reporting and Estimation (COP218)
Mastering AWS Cloud Financial Management: Key Strategies and Tools for Optimized Cloud Spending Effective cloud cost management has...

Emily
Feb 2, 20255 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


Setting up Google Cloud DNS for a GoDaddy domain
Setting up a domain name is an essential step in establishing an online presence. GoDaddy is a popular domain registrar, while Google...

Emily
Nov 24, 20233 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