-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters