Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remediation context for google.deprecatedImages #91

Merged
merged 1 commit into from
Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions en/google/compute/deprecated-images.md
Original file line number Diff line number Diff line change
@@ -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.