-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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): extend BastionHostLinux to support CloudFormationInit #17507
feat(ec2): extend BastionHostLinux to support CloudFormationInit #17507
Conversation
Title does not follow the guidelines of Conventional Commits. Please adjust title before merge. |
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.
Looks good. Please add a test verifying the behavior
Pull request has been modified.
4712621
to
fb14b89
Compare
Thank you @njlynch |
c9b91c5
to
3a68d47
Compare
3a68d47
to
74cb051
Compare
@njlynch the formatting is fixed, test is added, and rebased with master. Let me know if there is anything else I can do to get this merged. Thanks. |
572df19
to
f06d4f6
Compare
4325955
to
320bc0f
Compare
320bc0f
to
05ef576
Compare
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.
Looks great! Apologies for the delay.
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
FYI - For future reference, don't worry about updating from |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you @njlynch!!! |
…#17507) Implements aws#17161 Extends the `BastionHostLinux` constructor to accept optional `CloudFormationInit` and `ApplyCloudFormationInitOptions` arguments to be passed to the underlying instance. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@njlynch What's the process to get this PR (already merged to |
We typically automatically merge forward daily; we put a temporary hold on the automation ahead of the v2 launch, but it's back on track now. This change is included in #17824, which will go out with the next v2 release. |
…#17507) Implements aws#17161 Extends the `BastionHostLinux` constructor to accept optional `CloudFormationInit` and `ApplyCloudFormationInitOptions` arguments to be passed to the underlying instance. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Implements #17161
Extends the
BastionHostLinux
constructor to accept optionalCloudFormationInit
andApplyCloudFormationInitOptions
arguments to be passed to the underlying instance.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license