-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ec2/asg): CloudFormation-init support #8788
Closed
Closed
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
42f2b68
feat(ec2/asg): CloudFormation-Init support
rix0rrr bda2e34
Starting to lay down parts of the API
rix0rrr 9028fe8
Some more spitballin'
rix0rrr cd906a4
InitCommand v0.1
njlynch 0a8d20e
End-of-day check-in. Slightly more structure; users, groups, and sources
njlynch bc1b710
Merge remote-tracking branch 'origin/master' into huijbers/cfn-init
rix0rrr 61ef425
I changed things!
rix0rrr bed1c4d
Packages implemented and some cleanup
njlynch dc129d7
Add consumption of CfnInit object
rix0rrr 6f6486e
InitFile v0.1 done
njlynch e8e8aaf
Services v0.1 implementation and making eslint happy
njlynch 9ac3037
Refactor signal/update handling in AutoScalingGroup and add Cfn-Init
rix0rrr e6c643f
Merge branch 'huijbers/cfn-init' of github.com:awslabs/aws-cdk into h…
rix0rrr 0feefb9
Update ASG README, add fingerprinting
rix0rrr 1f4f1cf
Lots of tests, some minor fixes/updates
njlynch c9a8b3f
Make everything build
rix0rrr 73cb600
Merge branch 'huijbers/cfn-init' of github.com:awslabs/aws-cdk into h…
rix0rrr 2615fad
Remove accidental changes
rix0rrr b41c2ba
Add tests on ASG changes
rix0rrr 09f5020
More tests
njlynch 5a57332
Add restart handles
rix0rrr 0bdc67c
Make it possible for commands to register themselves into more than 1…
rix0rrr 44c919d
Add integral test on restart handles
rix0rrr d3e1d53
Add cfn-init test to Instance
rix0rrr 6f7a2f3
Add integ test
rix0rrr 33843f4
Add log printing and forced instance replacement
rix0rrr 80d0caf
Add 'ignoreFailures' option
rix0rrr 1d5ccc6
Init assets implementation and more linter fixes. Still some FIXMEs/T…
njlynch e4059bd
Add README, rename to 'serviceRestartHandle' everywhere
rix0rrr a739a38
Tmp commit. Almost there??
njlynch 5689799
Important bug fix
njlynch 5c30482
Combined render() and bind() into one call to satisfy auth requirements
njlynch 95fa96f
Minor build fixes
njlynch 84a48cd
Tweaks
rix0rrr 13bc709
Merge branch 'huijbers/cfn-init' of github.com:awslabs/aws-cdk into h…
rix0rrr c217f3d
Also perform bucket.grantRead for fromS3Object()
rix0rrr c53f435
Simplify element implementations w.r.t. bind(),
rix0rrr eeaafc3
Initial list of tests to write
rix0rrr c913976
Two new proposed tests
rix0rrr d0c0b57
Add common test setup
rix0rrr 78ce0bd
Moar tests
rix0rrr a8ee450
Add a bunch of tests
rix0rrr 0b89be7
Windows-specific bug fixes
njlynch f512f80
Update ASG test
rix0rrr 5178411
Merge branch 'huijbers/cfn-init' of github.com:awslabs/aws-cdk into h…
rix0rrr 2680f7d
Fix linter errors
rix0rrr eba62d0
Merge remote-tracking branch 'origin/master' into huijbers/cfn-init
rix0rrr c151796
Windows test
rix0rrr efa358f
Rewrite nodeunit -> jest test
rix0rrr 1edda87
Minor clean-up
njlynch 110798c
Merge remote-tracking branch 'origin/master' into huijbers/cfn-init
rix0rrr 3bb9ba4
Expected integ test update after merge
njlynch 4966d40
Merge remote-tracking branch 'origin/master' into cfn-init
njlynch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A direct link to the appropriate section would be nice :)