Capturing Detailed Amazon SES Email Logs in CloudWatch Logs I'll explore the available SES event destinations and provide three practical options to capture and store detailed SES event logs in CloudWatch Logs.
List EC2 instances making calls to the Instance Metadata Service using IMDSv1 A script that scans all EC2 instances in an AWS Account across all regions for their use of the IMDSv1 protocol within the past 15 months, based on two CloudWatch metrics: MetadataNoToken and MetadataNoTokenRejected.
Dynamically use the latest AMI in a Launch Template using Public Parameter Store values AWS allows specifying AWS Systems Manager parameters in EC2 launch templates for dynamic AMI selection. This post leverages public parameters for easier AMI management. The correct format specification in launch templates is crucial, as errors may occur with improper AMI references.
Associating a Route 53 Private Hosted zone across AWS accounts This blog post explains how to associate Amazon Route 53 private hosted zones with VPCs, detailing processes for same-account and cross-account VPC associations, including necessary AWS CLI commands and best practices.
Run AWS CLI commands with IAM Identity Center federated user credentials This article explains how to authenticate users with AWS IAM Identity Center credentials to run AWS CLI commands.