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.
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.
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.