I am trying to deploy aws MRE. I am doing it on cloud9 environment. This is their github page
https://github.com/awslabs/aws-media-replay-engine?tab=readme-ov-file
Everthing goes well till I execute
./build-and-deploy.sh --enable-ssm-high-throughput --version $VERSION --region $REGION --profile default
This give me an error saying
[Error at /aws-mre-dataplane/GSI_CR_Provider/waiter-state-machine/Resource] AwsSolutions-SF1: The Step Function does not log "ALL" events to CloudWatch Logs. Logging "ALL" events to CloudWatch logs help operators troubleshoot and audit systems.
[Error at /aws-mre-dataplane/GSI_CR_Provider/waiter-state-machine/Resource] AwsSolutions-SF2: The Step Function does not have X-Ray tracing enabled. X-Ray provides an end-to-end view of how an application is performing. This helps operators to discover performance issues, detect permission problems, and track requests made to and from other AWS services.
I tried changing my step-fucntion’s configurations and activated cloudwatch logs and x-ray. But still I get this issue. Also the problem is when this command is run, step-functions are created on the fly and they do not have cloudwatch and x-ray “ON” by default.
How do I go about this whole problem and deploy MRE.