100 Days Cloud Issue with Lab 49 AWS

Hi KodeKloud Team,
I am facing issue with the lab 49 of 100 days of cloud for aws.
When i submit my task. The file in the s3 bucket is getting removed and task is getting failed. Before submitting, i can see file is present in the s3 bucket.

Please help me on this.

Thanks

Same issue, after finalizing the configuration and verifying that the file is successfully uploaded to the S3 bucket under
xfusion-priv-vpc/boot/boots.log, the submission is made. During the automated test execution, the uploaded file is removed from the bucket, leading to a test failure. The cron jobs continue to run correctly, but the object deletion prevents the test from passing.

@yash06 Hi
As a workaround, you can increase the S3 upload frequency by running the cron job every minute, for example:

*/1 * * * * aws s3 cp /tmp/boots.log s3://nautilus-s3-logs-21234/nautilus-priv-vpc/boot/boots.log

Seems in the test scenario, the object is deleted from the S3 bucket and the system waits for some time before proceeding. During this waiting period, the cron job must upload a new version of the file so that the object is recreated in S3 before the next validation step.