Skip to content

Instantly share code, notes, and snippets.

View rowanu's full-sized avatar

rowan rowanu

View GitHub Profile
@rowanu
rowanu / potentially-expensive-actions.json
Last active October 4, 2023 12:37 — forked from iann0036/gist:b473bbb3097c5f4c656ed3d07b4d2222
SCP to deny potentially expensive and/or long-running AWS IAM actions
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PotentiallyExpensiveActions",
"Effect": "Deny",
"Action": [
"acm-pca:CreateCertificateAuthority",
"aws-marketplace:AcceptAgreementApprovalRequest",
"aws-marketplace:Subscribe",