From 17064ec6f0b6b1bec0dd4c86899d22951d76029a Mon Sep 17 00:00:00 2001 From: amanda reed Date: Thu, 30 Mar 2023 16:41:16 +0000 Subject: [PATCH] Remediation context for google.deprecatedImages --- en/google/compute/deprecated-images.md | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 en/google/compute/deprecated-images.md diff --git a/en/google/compute/deprecated-images.md b/en/google/compute/deprecated-images.md new file mode 100644 index 000000000..6f3834cdb --- /dev/null +++ b/en/google/compute/deprecated-images.md @@ -0,0 +1,28 @@ +[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) + +# GOOGLE / Compute / Deprecated Images + +## Quick Info + +| | | +|-|-| +| **Plugin Title** | Deprecated Images | +| **Cloud** | GOOGLE | +| **Category** | Compute | +| **Description** | Ensure that Compute instances are not created from deprecated images. | +| **More Info** | Deprecated Compute Disk Images should not be used to create VM instances. | +| **GOOGLE Link** | https://cloud.google.com/compute/docs/images/image-management-best-practices | +| **Recommended Action** | Ensure that no compute instances are created from deprecated images. | + +## Detailed Remediation Steps +1. To deprecate an existing image, log into the Google Cloud Platform Console. +2. Scroll down the left navigation panel and choose "Compute Engine" to select the "Images" option. +3. For the image you want to deprecate, click ⋮ ⋮ ⋮ Actions. +4. Select Deprecate. +5. For state, select either Deprecated or Obsolete. +6. Specify a replacement image. +7. Click Deprecate Image. + +## Optional +1. Delete the deprecated image by checking the box to the left of the image you want to delete. +2. Click Delete at the top of the page. Your image is now deleted. \ No newline at end of file