How to Encrypt an S3 Bucket in AWS

preview_player
Показать описание
In this video, I’m walk you through how to encrypt an S3 bucket in AWS. To do this right and recursively encrypt the bucket you will need to use the AWS CLI.

Resources:

Command to recursively encrypt the bucket:
aws s3 cp s3://{bucket name}/ s3://{bucket name}/ --recursive
Рекомендации по теме
Комментарии
Автор

👏👏 Thank you! Helpful short vid that is straight to the point. Only thing I noticed was it was difficult to read your CLI command because the font was small. In future videos, can you zoom-in to help us copy-pasters?

austinsparkman
Автор

Hey all - I hope you enjoyed this video!

ITAuditGuy