Skip to content

Commit

Permalink
Added RCP examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Dec 17, 2024
1 parent 2288d59 commit 65f98fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Organizations/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Notes


## SCP
## RCP (Resource Control Policy)

- [aws-samples/resource-control-policy-examples](https://github.com/aws-samples/resource-control-policy-examples)
- https://github.com/aws-samples/data-perimeter-policy-examples/blob/main/resource_control_policies/identity_perimeter_rcp.json

## SCP

- [Prevent Expensive AWS API Actions with SCPs](https://hackingthe.cloud/aws/general-knowledge/block-expensive-actions-with-scps/), July 30, 2024
- Example: Denies access to AWS based on the requested Region https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny-requested-region.html
- [matthewdfuller/safer-scps](https://github.com/matthewdfuller/safer-scps) - Safer SCPs: Real-Time SCP Error Monitor
- [matthewdfuller/safer-scps](https://github.com/matthewdfuller/safer-scps) - Safer SCPs: Real-Time SCP Error Monitor
2 changes: 2 additions & 0 deletions Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- [Options for granular control on TLS cipher suites](#options-for-granular-control-on-tls-cipher-suites)
- [Firewall Manager, WAF, Shield](./WAF-FirewallManager-Shield/README.md)
- [IAM](./IAM/)
- [RCP](./Organizations/)
- [SCP](./Organizations/)
- [Instance Metadata Service (IMDS)](./Security/aws_metadata/)
- [GuardDuty](./GuardDuty/)
- [Security Hub](./SecurityHub/)
Expand Down

0 comments on commit 65f98fe

Please sign in to comment.