This Lab walks you through the steps on how to upload a file to an S3 bucket using multipart uploading.
Duration: 01:00:00 Hrs
AWS Region: US East (N. Virginia).
Log in to the AWS Management Console.
Create an S3 bucket
Create an EC2 instance
SSH into the EC2 instance
Create a directory
Copy a file from S3 to EC2
Split the file into many parts
Initiate Multipart upload
Upload the individual parts
Combine individual parts to a single file
View the file in the S3 bucket