Effortlessly Export AWS Health Organizational View to CSV with This CLI Tool馃挕 The tools discussed in this article leverage the AWS Health API, which requires a Business or higher-level AWS Support plan. Introduction For all AWS Organizations administrators worldwide, how do you handle the events notified by AWS Health? I ...May 16, 2024路6 min read路294
Creating AWS resources for GitHub audit log streaming with CloudFormation.Mar 17, 2023路4 min read路418
How to restore EC2 instance with multiple ENIs attached from AWS BackupGoal of this post Backup EC2 instances with multiple ENIs attached with AWS Backup Restore EC2 instances with multiple ENIs attached, when restored from a recovery point How? Run the StartRestoreJob API, e.g., from the AWS CLI or SDK Restore jo...Jan 12, 2023路3 min read路466
How to use AWS Parameters and Secrets Lambda ExtensionWhat is AWS Parameters and Secrets Lambda Extension? https://aws.amazon.com/jp/about-aws/whats-new/2022/10/aws-parameters-secrets-lambda-extension/ This extension can be used to retrieve parameters from the AWS Systems Manager Parameter Store and sec...Oct 19, 2022路3 min read路4.7K
Backup AWS Support case history to your WikiWhy do you need a backup? AWS Support case histories are retained for up to 12 months. https://aws.amazon.com/premiumsupport/faqs/ Q: How long is case history retained?Case history information is available for 12 months after creation. Therefore, ...Sep 27, 2022路5 min read路161
Migrating CloudFront OAI to OAC using CloudFormationGoals of this post Describes the CloudFormation template modifications required to migrate CloudFront's Origin access identity (OAI) to Origin Access Control (OAC). OAC is a new access control method for setting S3 buckets as origins in CloudFront. h...Sep 21, 2022路3 min read路1.9K
Get daily billing amounts by account with Cost Explorer APIGoal of this article Use Cost Explorer API to get the daily billing amount for each account and output the following data in CSV. Account IdAccount Name2022/4/12022/4/22022/4/3...2022/4/30 000000000000account-000042.79271652840.12471652743.123...Jun 26, 2022路4 min read路2.8K
Configure actions-runner-controller with proxy in private EKS clusterGoals of this post Run actions-runner-controller on Private EKS cluster Communication with GitHub API is through on-premises proxy server This post is validated with the following configuration. Amazon EKS: Kubernetes 1.22 actions-runner-controlle...Jun 12, 2022路5 min read路2.3K