et304383

Results 73 comments of et304383

@Junkern I agree. Maintaining this list going forward will be challenging as more bugs are introduced in newer versions of go, etc. I think the custom build command was a...

While we always have the work-around to assume temporary credentials and export, I feel this isn't the most useful for day to day. It's also dangerous if switching between accounts...

https://github.com/vancluever/aws-runas is a much better solution to setting temp creds as it prompts for the mfa automatically as needed.

This is a rabbit hole. The environment variables are the preferred way to configure any of the AWS SDKs. Imagine you use the Python SDK for your Flask app. Would...

I see the same behaviour too. I dunno if you manage the Chrome Extension too but it doesn't do it there. In Chrome, the download just starts in the background...

Would like support for this too. It's AWS best practice to run multiple accounts and centralize CloudTrail logs into a single bucket in a logging account. It would be incredibly...

@qoovsxp I got around the current limitations by putting S3 events on the CloudTrail bucket, sending them to Lambda, then restructuring them to look like the SNS log delivery messages...

@mgarrell777 to be fair, these grammatical changes are outside the scope of what I hope to accomplish with this PR.

+1 on adding an example configuration file to the readme.

I have managed to work around this slightly by declaring a single variable in my stack config file that contains all the environment config values: ``` sceptre_user_data: environment_config: {{ environment_config...