Encrypting Your EBS Volumes | Scribe

    Encrypting Your EBS Volumes

    • Hafeez Baig |
    • 15 steps |
    • 48 seconds
    information ordinal icon

    Refer to the following guide to learn how to use IAM in the cloud\ <https://scribehow.com/shared/Creating_an_IAM_User_and_User_Group_in_AWS_Management_Console__hWNiiXlcRJKFqYZZEJD-cg>

    1

    Sign in to **AWS Management Console** as an **IAM User** **Pre-requisite** - Ensure you have selected the AWS region closest to your location\ For this guide, we will be using us-east-2 (Ohio) as a preferred choice

    2

    Type **EC2** in the search bar and click on **EC2** to view the EC2 Dashboard

    information ordinal icon

    **What is EC2 in AWS?** Amazon Elastic Compute Cloud (Amazon EC2) is a web service provided by Amazon Web Services (AWS) that allows users to rent virtual servers, known as instances, on which they can run their own applications. EC2 provides resizable compute capacity in the cloud, making it easy to scale computing resources up or down based on demand.

    3

    To view the Encrypted option for EBS Volume while creating an Instance, click on **Instances** from the left bar to view the EC2 instances

    4

    Click on the **Launch instances** button from the top right of the page to Launch an Instance

    5

    Launch an Instance wizard will open, scroll to the **Configure storage** section and click on the **Advanced** link

    6

    **EBS Volumes** section will open, click on the **Volume 1** section

    7

    Click on the Encrypted dropdown and select the option **Encrypted**, here you can view the Encrypted option for EBS Volume

    information ordinal icon

    When creating an EC2 instance and attaching an EBS volume, the "**Encrypted**" option allows you to specify whether the volume should be encrypted or not. If selected, the data on the EBS volume will be encrypted at rest using AWS Key Management Service (KMS) encryption keys.

    8

    To view the EBS Encrypted option while copying the snapshot, click on the **Snapshots** option from the left bar

    9

    **Snapshots** wizard will open , select the snapshot with the size **8 GiB**

    10

    Click on the **Actions** dropdown button and select the option **Copy snapshots**

    11

    **Copy snapshot** wizard will open, scroll to the **Encryption** section and checkbox **Encrypt this snapshot.** Here you can view the Encryption for Snapshot

    information ordinal icon

    When copying an EBS snapshot, the "**Encrypted**" option allows you to specify whether the copied snapshot should be encrypted or not. If selected, the copied snapshot will be encrypted using the same encryption key as the original snapshot, or you can choose a different encryption key. This ensures that the data in the copied snapshot remains secure even if the original snapshot was encrypted.

    12

    To view the EBS Encrypted option while copying the AMI, click on the **AMIs** from the left bar

    13

    **Amazon Machine Images(AMIs)** wizard will open, select the **MyCustomizedAMI**

    14

    On the top right corner click on the **Copy AMI** option

    15

    **Copy AMI** wizard will open, under the **Destination Region** section tick the checkbox **Encrypt EBS snapshots of AMI copy.** Here you can Encrypt the AMI copy

    information ordinal icon

    When copying an Amazon Machine Image (AMI) in AWS, the "Encrypted" option allows you to specify whether the copied AMI should be encrypted or not. If selected, the copied AMI will be encrypted using the same encryption key as the original AMI, or you can choose a different encryption key.