Aws use default cache
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
SSM Parameters are checked per pod spin-up, which can be rate limited when sudden workload spikes cause huge pod number increases.
What is the new/expected behavior?
The SSM parameters are cached locally instead.
Have you added/updated Unit Tests and Integration Tests?
Any other useful information
Also adds a minor change to back-off-and-retry uploading to S3 buckets when S3 is too heavily hit.