You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS recently rolled out support of server side encryption of SQS message payloads. It would be helpful for this queue attribute to be supported for organizations where compliance requirements dictate it (encryption in flight, encryption at rest, etc).
Note the deviation from the S3 SSE attribute behavior; SQS only supports KMS, therefore server_side_encryption may be a bool versus defining which encryption scheme to use.
The text was updated successfully, but these errors were encountered:
AWS recently rolled out support of server side encryption of SQS message payloads. It would be helpful for this queue attribute to be supported for organizations where compliance requirements dictate it (encryption in flight, encryption at rest, etc).
Support of this queue attribute could follow the S3 server side encryption and KMS key id syntax.
Example SQS queue resource:
Note the deviation from the S3 SSE attribute behavior; SQS only supports KMS, therefore
server_side_encryption
may be a bool versus defining which encryption scheme to use.The text was updated successfully, but these errors were encountered: