Adam Cousins
Adam Cousins
Please validate the code is to standard as I'm only a newbie at ansible coding. In particular is there a better way to do this: https://github.com/lesovsky/ansible-postgresql-sr-on-el6/pull/5/files#diff-2444ad0870f91f17ca6c2a5e96b26823 My main driver for...
@michaelb990 Can you confirm the event 'ReplicateImage' is the implementation for this issue? In addition is this event generated upon the final layer of the image or can be triggered...
After further investigate on my above messages it seems the 'ReplicateImage' event doesnt contain any information about the destination image id (even though would be the same). I would like...
@michaelb990 Was this feature just released with the recent changes to replication options? I didnt see it in the blog or whats new entry
@swatigem13 One way to achieve this is to use filters with pattern matching. This will require you would either name all resources specifically (ie. IAM Roles Name is dont-delete-me-please, where...
Im running this in codebuild with the following snippet to setup the codebuild credentials file with a CLI profile BuildSpec snippet below ``` pre_build: commands: - export AWS_NukeProfileName="aws-nuke-example" - echo...
@BalmanRawat ~~You could extend the duration on the role upto 12 hours~~ ~~https://aws.amazon.com/about-aws/whats-new/2018/03/longer-role-sessions/~~ ~~Not ideal but a solution for now.~~
@BalmanRawat I just hit this issue. What was your work around?
> @BalmanRawat > You could extend the duration on the role upto 12 hours > https://aws.amazon.com/about-aws/whats-new/2018/03/longer-role-sessions/ > Not ideal but a solution for now. This is not possible as AWS...
Any updates on this issue? Im still seeing this discrepency on the latest version when I define the below in my stack config .yaml file. protect: true ##This works successfully...