Andrei Neculau
Andrei Neculau
in the Route53 UI, the table with record sets shows columns with separators that CANNOT be moved
example: S3 event notifications were introduced in Nov 2014 https://aws.amazon.com/blogs/aws/s3-event-notification/ only to be superseded in Jan 2016 by CloudWatch events https://aws.amazon.com/blogs/aws/new-cloudwatch-events-track-and-respond-to-changes-to-your-aws-resources/ Why not slap me if I use `AWS::S3::Bucket -...
Executing a cloudformation change-set would result in "Internal Failure" next to the stack itself (not a resource). Very clear error message, no doubt. Upon trial-and-error investigation, I figured it's a...
or else everyone implements their own always-out-of-date constants such as https://github.com/tobiipro/aws-util-firecloud/blob/master/src/r53.js or https://github.com/tobiipro/aws-util-firecloud/blob/master/src/regions.js
Given that we are all grown ups and agree that the best way to secure AWS access is via Roles with permissions, and Users with *one permission* (i.e. to assume...
one api gateway was about to be end-of-life but we wanted a gradual deprecation, so we removed one resource at a time. removing all resources was fine, until we wanted...
http://theburningmonk.com/2017/06/aws-x-ray-and-lambda-the-good-the-bad-and-the-ugly/
update your Lambda resource in a stack template by adding a new key `Environment.Variables`, and you'll see that warm lambda instances are left running, basically still ignoring the new environment...
imagine you have a diff in a cloudformation stack template similar to ```diff - "RouteGroup": { + "ApiRouteGroup": { "Properties": { "HostedZoneName": "example.com.", "RecordSets": [ { "Name": "foo.example.com", "ResourceRecords": [...