By default, user-defined tags on an AWS ECS Service are not propagated to its Tasks, which can impact cost allocation. This can be fixed by setting the propagate_tags parameter.
When using DuckDB with AWS SSO, credential errors can occur when accessing S3. A shell function that wraps duckdb with aws configure export-credentials provides a seamless workaround.
Use a combination of AWS CLI commands like get-shard-iterator and get-records to fetch raw, Base64-encoded data from a Kinesis Data Stream for debugging.
When Amazon Data Firehose uses a Lambda for transformation, high data volume can exceed the AWS Lambda concurrent execution limit, causing processing delays. The most effective solution is to increase Firehose’s buffer size to reduce the number of Lambda invocations.
Legacy CloudFront Standard Logs (a.k.a access logs) are based on W3C Extended Log File format. These logs can be parsed into JSON format using a Python script.