Andrei Neculau

Results 172 issues of Andrei Neculau

in the Route53 UI, the table with record sets shows columns with separators that CANNOT be moved

bug
aws:console
aws:route53

bug
aws:lambda
aws:cloudformation
aws:cloudtrail

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 -...

enhancement
aws:cloudformation

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...

bug
aws:cloudformation

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

enhancement

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...

bug
aws:sdk
aws:cli

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...

bug
aws:cloudformation
aws:apigateway

http://theburningmonk.com/2017/06/aws-x-ray-and-lambda-the-good-the-bad-and-the-ugly/

bug
aws:xray

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...

bug
aws:lambda
aws:cloudformation

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": [...

bug
aws:cloudformation
aws:route53