- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-17-2020 02:45 PM - last edited on 09-02-2020 10:58 AM by CHopson
Hi,
I would like to leverage auto remediation capabilities on Prisma Cloud to enable standard encryption on S3 bucket (AES256), anyone is doing something like this?
Thx,
-Carlos
04-24-2020 08:30 AM
Hi,
Please try the following cli and see if that accomplishes what you are looking for:
aws s3api put-bucket-encryption --bucket ${resourceName} --server-side-encryption-configuration '{"Rules": [{"ApplyServerSideEncryptionByDefault": {"SSEAlgorithm":"AES256"}}]}'
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!