Andrei Neculau
Andrei Neculau
see ~https://stackoverflow.com/questions/9067993/upload-to-s3-with-curl-using-pre-signed-url-getting-403~ https://stackoverflow.com/a/43419319/465684
* https://news.ycombinator.com/item?id=14601809 * https://thehftguy.com/2016/06/15/gce-vs-aws-in-2016-why-you-should-never-use-amazon/ * https://news.ycombinator.com/item?id=12939856 * http://blog.neptune.io/dos-and-donts-of-dynamodb-autoscaling/ * https://dblooman.com
`arn:aws:s3:::some-bucket:foo/*` was accepted as a valid resource today (typo `:foo` should have been `/foo`)
athena (hive) expects partitions to be part of the indexing path in a key-value pattern (year=YYYY/month=MM/day=DD/hour=HH), but firehose cannot be configured to do that. given that, automatic partitioning needs to...
for unknown reasons, s3-firehose prefixes the dumps with a YYYY/MM/DD/HH prefix and cannot be configured to do otherwise
Firehose can be configured to dump onto an S3 bucket raw or compressed records. When choosing compression, Firehose will write instead to an object like "foo.gz" (as opposed to the...
Kinesis Firehose (S3) declares BufferingHints, CompressionFormat, Prefix as optional http://docs.aws.amazon.com/firehose/latest/APIReference/API_S3DestinationConfiguration.html but CloudFormation will fail when they are undefined (thus they are required).
Services -> History shows 6 most recent services... I bet most users use more than 6 every week, and that all users have a considerable screen real estate.
several services do not offer the possibility to delete items in "item-view", only in "list-view" despite having no multi-selection i.e. you can only delete one by one example: IAM Roles,...