Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Oct 2, 2024
1 parent 3ce3497 commit 85f16e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions framework/aws-kms/aws-kms-hierarchical-keyring.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ then the settings on the storm tracking cache need to be rational with respect t
For example, a TTL that is less than the storm tracking grace period will result poor caching behavior.
This is because all entries would be immediately within the grace period.

For most purposes, the TTL should be much much greater than the grace period.

If the cache to initialize is a [Storm Tracking Cryptographic Materials Cache](../storm-tracking-cryptographic-materials-cache.md#overview)
then the [Grace Period](../storm-tracking-cryptographic-materials-cache.md#grace-period) MUST be less than the [cache limit TTL](#cache-limit-ttl).

Expand Down
4 changes: 1 addition & 3 deletions framework/storm-tracking-cryptographic-materials-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,11 @@ Here are examples of ambiguous or inconsistent settings:

Therefore

- The [Grace Period](#grace-period) MUST be less than or equal to the ttlSeconds.
- The [Grace Interval](#grace-interval) MUST be less than or equal to the [Grace Period](#grace-period).
- The [Inflight TTL](#inflight-ttl) MUST be less than or equal to the [Grace Period](#grace-period).
- The [Grace Interval](#grace-interval) MUST be less than or equal to the [Inflight TTL](#inflight-ttl).

In actual use, the ttlSeconds should be much much larger than the [Grace Period](#grace-period),
and the [Grace Period](#grace-period) should be several times larger than the [Grace Interval](#grace-interval).
For most purposes, the [Grace Period](#grace-period) should be several times larger than the [Grace Interval](#grace-interval).

## Behaviors

Expand Down

0 comments on commit 85f16e2

Please sign in to comment.