From 8e89a195f59f184fca97e28bb098aa8bbcb917e4 Mon Sep 17 00:00:00 2001 From: Tim Orr <6775737+easttimor@users.noreply.github.com> Date: Wed, 12 May 2021 08:47:24 -0400 Subject: [PATCH] adds ssm modify-document-permissions oops https://www.scmagazine.com/home/security-news/cloud-security/aws-configuration-issues-lead-to-exposure-of-5-million-records/ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 81cec59..efabf22 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,12 @@ Actions: Actions: - rds [modify-db-cluster-snapshot-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/modify-db-cluster-snapshot-attribute.html) +## Systems Manager +SSM Document owners can share ([Docs](https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-how-to-share.html)) Documents publicly ('all') or privately (specified account numbers). + +Actions: +- ssm [modify-document-permission](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ssm/modify-document-permission.html) + # Resources that can be made public through network access ## API Gateway