Skip to content
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

fix(core): Remove encryption on lifecycle SNS Topic #163

Merged
merged 1 commit into from
Oct 9, 2020

Conversation

ddneilson
Copy link
Contributor

Fixes: #162

The problem is that something changed in the KMS service that the AutoScalingGroup now needs some additional permissions to be able to publish lifecycle events to a KMS-encrypted SNS Topic. RFDK is not applying whatever those permissions are, and so a deployment will fail.

Solution: Remove encryption from the SNS Topic. An earlier security review concluded that this encryption is not necessary since there is no sensitive information in this SNS Topic -- it is purely Lifecycle Event control messages.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@jusiskin jusiskin added the contribution/core This is a PR that came from AWS. label Oct 9, 2020
@ddneilson ddneilson merged commit 5b663ca into aws:mainline Oct 9, 2020
@horsmand horsmand mentioned this pull request Oct 13, 2020
@ddneilson ddneilson deleted the fix_staticipserver branch March 17, 2021 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot create StaticPrivateIpServer
3 participants