You can change the cache name, description, tags, or cache behavior, but not the S3 location for the cache.
Updating a run cache using the console
From the console, follow these steps to update a run cache.
-
Open the HealthOmics console https://console.aws.amazon.com/omics/
. In the left navigation pane, choose Run caches.
-
From the Run caches table, choose the run cache to update, then choose Edit.
-
In the Run cache details panel, you can update the run cache name, description, and cache behavior fields.
(Optional) Associate one or more new tags with the run cache, or remove existing tags.
-
Choose Save run cache.
Updating a run cache using the CLI
Use the update-run-cache CLI command to update a run cache.
aws omics update-run-cache \
--name "workflow 123 run cache" \
--id "workflow id" \
--description "my run cache" \
--cache-behavior "CACHE_ALWAYS"
If the update is successful, you receive a response with no data fields.