Error uploading .vhdx file to S3 bucket - upload gets stuck at 82% consistently.

0

During a recent AWS BLUAGE L3 workshop task involving file transfers within the AppStream 2.0 environment, I encountered difficulty due to the apparent fullness of the D drive.

Following workshop guidelines, I had previously increased the size of the D drive to 5GB and confirmed this since I took some screenshots of this step for the restitution session. Upon further investigation, I discovered that the .vhdx file stored in the S3 bucket was limited to a maximum size of 1GB. Consequently, I adjusted again the .vhdx file's capacity to 5GB, intending to replace the current file in the S3 bucket.

I deleted the current file and proceeded to upload the new modified one, however, the upload process consistently gets stuck at 82%.

I tried uploading back the original file since I did a backup before deleting it from the bucket, but this upload gets stuck at 82% as well.

Any guidance or support you can provide to help me overcome this and resume the workshop would be greatly appreciated.

1개 답변
1

I assume you are trying to upload the vhdx file through the S3 Console. If so, you may be running into S3 Console timeout due to your connection speed or file size. Instead, use S3 CLI to perform the upload. The command you need is below.

aws s3 cp test.txt s3://mybucket/test2.txt - see CLI reference

You can also view a previous answer provided here.

profile pictureAWS
전문가
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠