zoph-io / aws-security-survival-kit

Bare minimum AWS Security Alerting and Configuration
https://bio.link/zoph
GNU General Public License v3.0
449 stars 39 forks source link

Ideas for later #14

Closed z0ph closed 7 months ago

z0ph commented 11 months ago
z0ph commented 10 months ago

https://aws.amazon.com/blogs/aws/new-block-public-sharing-of-amazon-ebs-snapshots/

z0ph commented 10 months ago

https://aws.amazon.com/blogs/aws/new-block-public-sharing-of-amazon-ebs-snapshots/

Done.

christophelimpalair commented 7 months ago

What do you think of adding an "update" option to the list of ideas to more easily implement updates to the ASSK after pulling them locally:

make update

That runs:

aws cloudformation update-stack ...
z0ph commented 7 months ago

Its already the case with deploy if there is existing stack with the same name, it will try to generate the changeset and update the existing stack without creating a brand new one.

Do you see a different behaviour?

christophelimpalair commented 7 months ago

Hey no you're right, this is probably unneeded since the command can do both. I was thinking more in terms of making it beginner friendly since there are no mentions of "how to update" in the readme, and it might stump someone who's knew to CloudFormation, but that could be solved with an update to the readme instead of adding another command and probably overkill...so ignore me :)

christophelimpalair commented 7 months ago

I haven't gone through this list yet but this looks like it has some good actions we may want to include. Posting here so we can sift through at some point: https://github.com/4n6ir/expediate

z0ph commented 7 months ago

I haven't gone through this list yet but this looks like it has some good actions we may want to include. Posting here so we can sift through at some point: https://github.com/4n6ir/expediate

Sounds awesome, thanks for sharing Christophe!

z0ph commented 7 months ago

Closed I've create an issue for each one, easier to follow.