Private image is not encrypted

0

We have So many alerts for Private image is not encrypted. Please help me to understand can we do encryption for Private images ?

1 Answer
0

Hey there!

What is generating the alert that notifies you that you have private images not encrypted, and in what context is it using the word image?

There are a few different things that could be called an "image" in AWS, the first that come to mind are an AWS Elastic Container Registry (AWS ECR) image (so that's a container image) or an Amazon Machine Image (AMI) (that's an image of an EC2 instance).

If your error is to do with AMI images, then you can ensure that the image is encrypted at rest by using an encrypted EBS volume (docs here), alternatively if your error is to do with AWS ECR then your images are already encrypted at rest by default, however you can use custom KMS keys for the encryption.

I hope that helps - if you can provide any more information about where your alerts are coming from or what they are alerting about then please let me know

AWS
Tom
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions