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

Patch 379 #400

Merged
merged 32 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a8e9ef9
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
a573172
Update step2.png
shuklaalok87 Nov 27, 2021
a6d6b20
Update step3.png
shuklaalok87 Nov 27, 2021
9fbbaa9
Update step4.png
shuklaalok87 Nov 27, 2021
6d101e4
Update step5.png
shuklaalok87 Nov 27, 2021
ff9d8e8
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
5dbea13
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
0ef7253
Update step7.png
shuklaalok87 Nov 27, 2021
3cf11d1
Merge branch 'patch-379' of https://github.com/shuklaalok87/security-…
shuklaalok87 Nov 27, 2021
4089bd1
Update step8.png
shuklaalok87 Nov 27, 2021
58827d0
Update step9.png
shuklaalok87 Nov 27, 2021
43dda72
Update step10.png
shuklaalok87 Nov 27, 2021
a1c41fd
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
4599fd6
Update step11.png
shuklaalok87 Nov 27, 2021
9d35c96
Merge branch 'patch-379' of https://github.com/shuklaalok87/security-…
shuklaalok87 Nov 27, 2021
9893550
Update step12.png
shuklaalok87 Nov 27, 2021
c3259f3
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
c4e4113
Update step13.png
shuklaalok87 Nov 27, 2021
171b923
Merge branch 'patch-379' of https://github.com/shuklaalok87/security-…
shuklaalok87 Nov 27, 2021
7e759dd
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
e9a43cc
Update step14.png
shuklaalok87 Nov 27, 2021
6de6bd1
Merge branch 'patch-379' of https://github.com/shuklaalok87/security-…
shuklaalok87 Nov 27, 2021
649d420
Update step15.png
shuklaalok87 Nov 27, 2021
81c6de3
Update step16.png
shuklaalok87 Nov 27, 2021
640e7a9
Update step17.png
shuklaalok87 Nov 27, 2021
9bcdf97
Update step18.png
shuklaalok87 Nov 27, 2021
7e10a89
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
d31a767
Update step19.png
shuklaalok87 Nov 27, 2021
fc2dcf9
Merge branch 'patch-379' of https://github.com/shuklaalok87/security-…
shuklaalok87 Nov 27, 2021
06343a1
Update step20.png
shuklaalok87 Nov 27, 2021
d73e708
Update ebs-encryption-enabled.md
shuklaalok87 Nov 27, 2021
c94d970
Apply suggestions from code review
alphadev4 Nov 4, 2022
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
16 changes: 8 additions & 8 deletions en/aws/ec2/ebs-encryption-enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
| **Recommended Action** | Enable encryption for EBS volumes. |

## Detailed Remediation Steps
1. Log into the AWS Management Console.
1. Log in to the AWS Management Console.
2. Select the "Services" option and search for EC2. </br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step2.png"/>
3. Scroll down the left navigation panel and choose "Volumes". </br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step3.png"/>
4. Select the "Volume" that needs to be verified and click on its name from the "Name" column.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step4.png"/>
5. Scroll down the page and under "Description" check for "Encrypted". If the "Encrypted" option is showing "Not Encrypted" then the selected the "EBS Volume" is not encrypted.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step5.png"/>
6. Repeat the steps number 2 - 5 to check other "EBS Snapshot" in the AWS region.</br>
5. Scroll down the page and under "Details" check for "Encryption". If the "Encryption" option is showing "Not Encrypted" then the selected EBS Volume is not encrypted.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step5.png"/>
6. Repeat the steps number 2 - 5 to check other EBS Volumes in the AWS region.</br>
7. Select the unencrypted "EBS Volume" that needs to be encrypted and click on the "Actions" button at the top panel and click on the "Create Snapshot" option.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step7.png"/>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
8. Provide the description of the new snapshot in the "Create Snapshot" dialog box and click on the "Create Snapshot" button.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step8.png"/>
9. Scroll down the left navigation panel and choose "Snapshots".</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step9.png"/>
10. Select the new "EBS Snapshot" created and click on the "Actions" button at the top panel and click on the "Copy" option.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step10.png"/>
11. In the "Copy Snapshot" dialog box select the box "Encrypt this snapshot" next to "Encryption" and choose the "Master key" from the dropdown menu.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step11.png"/>
12. Click on the "Copy" button to copy the selected "EBS Snapshot". </br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step12.png"/>
13. Select the new EBS snapshot and click on the "Actions" button at the top panel and click on the "Create Volume" option.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step13.png"/>
10. Select the new "EBS Snapshot" created and click on the "Actions" button at the top panel and click on the "Copy snapshot" option.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step10.png"/>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
11. In the "Copy Snapshot" dialog box select the box "Encrypt this snapshot" next to "Encryption" and choose the "KMS key" from the dropdown menu.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step11.png"/>
12. Click on the "Copy snapshot" button to copy the selected "EBS Snapshot". </br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step12.png"/>
13. Select the new EBS snapshot and click on the "Actions" button at the top panel and click on the "Create Volume from snapshot" option.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step13.png"/>
14. In the "Create Volume" dialog box verify the "Encryption" option is enabled.</br><img src="/resources/aws/ec2/ebs-encryption-enabled/step14.png"/>
15. Click on the "Create Volume" button to create the new "EBS Encrypted Volume".</br><img src="/resources/aws/ec2/ebs-encryption-enabled/step15.png"/>
16. Scroll down the left navigation panel and click on the "Volumes".</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step16.png"/>
17. Select the volume that is not encrypted and click on the "Action" button at the top and click on the "Detach Volume".</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step17.png"/>
18. In the "Detach Volume" dialog box click on the "Yes,Detach" button. </br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step18.png"/>
18. In the "Detach Volume" dialog box click on the "Detach" button. </br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step18.png"/>
19. Select the newly encrypted EBS volume and click on the "Action" button at the top and click on the "Attach Volume".</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step19.png"/>
20. In the "Attach Volume" dialog box select the EC2 instance and device name for the attachment.</br> <img src="/resources/aws/ec2/ebs-encryption-enabled/step20.png"/>
21. Repeat steps number 7 - 20 to ensure "EBS Volume" encryption is enabled.</br>
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/aws/ec2/ebs-encryption-enabled/step9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.