Tom McLaughlin

Results 27 comments of Tom McLaughlin

- replacing ec2-register - http://docs.aws.amazon.com/cli/latest/reference/ec2/register-image.html

The kickstart shouldn't be run twice. Did you use 'timestamp=' on a successive run? ex. rake packer:register[awshvm] os=Debian-7.8-x86_64.json timestamp=20150313092805 (I have Debian support in a private fork at work and...

Passing timestamp on the command line will use the kickstarted virtual box artifact as a base. Should be in the docs. If not it's mentioned in this slide deck. http://www.slideshare.net/mobile/hubspotdev/suitcase-41369069...

I'm struggling with this change and not sure what to do. I want to be able to pull this repo down anywhere and have my settings. I want people in...

As long as someone reviews my PRs before merge I'd be happy to even do the pypi work. I think I'm reaching the feature end that I need for work.

I don't want any more functionality than there is currently in _aws-sdk-mock_. I'm a TS/JS newbie but have used _moto_ in Python projects. One issue I do see is _aws-sdk-mock_...

Ran into this issue as well. We use --name on our deploys to support feature branch deployments without requiring the addition of an environment to the toml file. When we...