From 9b56a2e3574c4aa2b28a5ae9178bd6b28517944e Mon Sep 17 00:00:00 2001 From: kyyalama2 <82236989+kyyalama2@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:02:54 -0500 Subject: [PATCH] Include stopping an instance into the scrubbing scenario, in addition to instance termination (#736) --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index d372ad6c7..445a852ff 100644 --- a/FAQs.md +++ b/FAQs.md @@ -350,7 +350,7 @@ The `fpga-load-local-image` call will initiate the loading of the AFI, however a **Q: What will happen to the FPGA state after my instance stops/terminates/crashes?** -The AWS infrastructure scrubs FPGA state on termination of an F1 instance and any reuse of the FPGA hardware. Scrubbing includes both FPGA internal state and the contents of DRAM attached to the FPGA. Additionally, users can call the `fpga-clear-local-image` command from the FPGA Image Management tools to force a clear of FPGA and DRAM contents while the instance is running. +The AWS infrastructure scrubs FPGA state on stopping/termination of an F1 instance and any reuse of the FPGA hardware. Scrubbing includes both FPGA internal state and the contents of DRAM attached to the FPGA. Additionally, users can call the `fpga-clear-local-image` command from the FPGA Image Management tools to force a clear of FPGA and DRAM contents while the instance is running.