I've been writing my Fly logs to S3 in newline-delimited JSON format using the recipe described in Writing Fly logs to S3. …
I was trying to run Athena queries against compressed JSON log files stored in an S3 bucket. …
I found a useful pattern today for automating more complex AWS processes as pastable command line snippets, using Boto3. …
Textract is the AWS OCR API. It's very good - I've fed it hand-written notes from the 1890s and it read them better than I could. …
I noticed that a lot of my boto3 code in s3-credentials looked like this: …
Amazon S3 buckets that are configured to work as public websites can support CORS, allowing assets such as JavaScript modules to be loaded by JavaScript running on other domains. …
I ran into problems with my AWS Lightsail instance: it exceeded the CPU burst quota for too long and was suspended, and I couldn't figure out how to un-suspend it. …
The EC2 pricing page shows cost per hour, which is pretty much useless. I want cost per month. The following JavaScript, pasted into the browser developer console, modifies the page to show cost-per-month instead. …