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

Prevent unwanted cancellation of AWS Marketplace product subscription #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ajarawat1992
Copy link

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": [
"*"
]
}

@ajarawat1992 ajarawat1992 changed the title AWS-Marketplace-Unsubscribe AWS Marketplace Unsubscribe SCP Apr 8, 2021
@ajarawat1992 ajarawat1992 changed the title AWS Marketplace Unsubscribe SCP Prevent unwanted cancellation of AWS Marketplace product subscription Jul 26, 2021
Updated Prerequisite
@0xjjoyy
Copy link
Contributor

0xjjoyy commented Aug 17, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants