Example of Uploading an MX-ONE VHDX Image to AWS
The following steps shows an example of uploading an MX-ONE VHDX image using the AWS CLI aws s3 cp <source file.vhdx> s3://<S3 bucket name>/<dest_file.vhdx>.
This process only needs to be done once per deployment.
Example:
aws s3 cp MX-ONE_7.5.sp0.hf0.rc30.vhdx s3://mxone-rnd/MX-ONE_7.5.sp0.hf0.rc30.vhdx
upload: ./MX-ONE_7.5.sp0.hf0.rc30.vhdx to s3://mxone-rnd/MX-ONE_7.5.sp0.hf0.rc30.vhdx
List files in S3 bucket.
aws s3 ls s3://mxone-rnd
2022-12-02 09:37:40 12754878464 MX-ONE_7.5.sp0.hf0.rc30.vhdx
2022-11-29 13:58:08 5346182144 Virtual_Appliance-MX-ONE_7.5.sp0.hf0.rc30-disk1.vmdk
Now the image is uploaded in AWS S3 bucket.
↑