2 Answers
- Newest
- Most votes
- Most comments
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.
0
I have followed these steps to increase the size of S3 VHD
answered a month ago
Relevant content
- asked 4 months ago
- Accepted Answerasked 9 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago