Skip to content

Commit bc53703

Browse files
committed
fix(aws): improve Bedrock check remediation
1 parent a3f68b5 commit bc53703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prowler/providers/aws/services/bedrock/bedrock_model_invocation_job_output_encrypted_with_cmk/bedrock_model_invocation_job_output_encrypted_with_cmk.metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"Remediation": {
2323
"Code": {
24-
"CLI": "",
24+
"CLI": "aws bedrock create-model-invocation-job --job-name <JOB_NAME> --role-arn <ROLE_ARN> --model-id <MODEL_ID> --input-data-config 's3InputDataConfig={s3InputFormat=JSONL,s3Uri=<S3_INPUT_URI>}' --output-data-config 's3OutputDataConfig={s3Uri=<S3_OUTPUT_URI>,s3EncryptionKeyId=<KMS_KEY_ID>}'",
2525
"NativeIaC": "",
26-
"Other": "Configure the Bedrock model invocation job output S3 configuration to use a customer-managed AWS KMS key.",
26+
"Other": "Configure the Bedrock model invocation job output S3 configuration to use a customer-managed AWS KMS key. The s3EncryptionKeyId setting cannot be updated on an existing model invocation job, so existing jobs must be recreated with the customer-managed KMS key configured.",
2727
"Terraform": ""
2828
},
2929
"Recommendation": {

0 commit comments

Comments
 (0)