技術(tech) Cost Reduction Strategies for Datadog and AWS Integration: Two Overlooked Points 2025-03-31 gogogonkun Salaryman Gonkun's Blog Introduction Learn how to reduce AWS costs that occur alongside your …
技術(tech) Web Performance Tuning by Experts - Hands-on Environment Setup 2025-03-31 gogogonkun Salaryman Gonkun's Blog This article introduces the steps I took to set up an environment for …
技術(tech) How to Change the Default Shell to bash When Connecting to EC2 Instances with Session Manager 2025-03-31 gogogonkun Salaryman Gonkun's Blog Background When connecting to EC2 instances using Session Manager, I …
技術(tech) Log Configuration and Command Setup for Web Performance Tuning 2025-03-31 gogogonkun Salaryman Gonkun's Blog After reading "Web Performance Tuning by Experts," I've comp …
技術(tech) AWS Lambda Python: How to Fix 'Unable to import module 'lambda_function': No module named 'regex._regex'' Error 2025-03-31 gogogonkun Salaryman Gonkun's Blog While writing Python code for Lambda, I needed to use external modules …
技術(tech) Useful Commands for Monitoring and Aggregating Metrics and Logs During Load Testing 2025-03-31 gogogonkun Salaryman Gonkun's Blog While working through "Web Performance Tuning by Experts," I …
技術(tech) [CircleCI] Passing Environment Variables as Secrets During Image Building with Orb (aws-ecr) 2025-03-31 gogogonkun Salaryman Gonkun's Blog Sometimes you want to clone a private GitHub repository inside your Do …
技術(tech) GitHub Actions - No Need for AWS Secret Keys! Building an OIDC Configuration with Terraform to Securely Use IAM Roles 2025-03-31 gogogonkun Salaryman Gonkun's Blog Introduction When accessing AWS resources from GitHub Actions, the eas …
技術(tech) Optimizing AWS ECS Task Definition Environment Variables and Secrets Management with Terraform 2025-03-31 gogogonkun Salaryman Gonkun's Blog Introduction Are you managing multiple environments and services in AW …
技術(tech) Implementing Terraform CI/CD with GitHub Actions 2025-01-20 gogogonkun Salaryman Gonkun's Blog Introduction When managing infrastructure with Terraform, setting up a …