aws-samples / aws-iam-permissions-guardrails

AWS IAM Permissions Guardrails https://aws-samples.github.io/aws-iam-permissions-guardrails/
https://aws-samples.github.io/aws-iam-permissions-guardrails/
Apache License 2.0
122 stars 42 forks source link

Prevent unwanted cancellation of AWS Marketplace product subscription #28

Open ajarawat1992 opened 3 years ago

ajarawat1992 commented 3 years ago

Issue number: 27

Description: AWS Marketplace is a digital catalog with thousands of software listings from independent software vendors that make it easy to find, test, buy, and deploy software that runs on AWS. Unauthorized modifications to your subscription could affect your workloads in AWS accounts.

Branch name: master

File/folder affected : guardrails/aws-marketplace/AWS-Marketplace-Unsubscribe.json

Changes proposed: { "Sid": "DenyUnsubscribeAWSMarketPlace", "Effect": "Deny", "Action": [ "aws-marketplace:Unsubscribe" ], "Resource": [ "*" ] }

0xjjoyy commented 3 years ago

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