@藤田真也 , we do not have any examples for sending data to AWS, unfortunately.
My recommendation is to start step by step and make sure you can do the following:
install the latest SDK on your VOXL2 (https://docs.modalai.com/voxl-suite/) configure voxl-camera-server for your camera set up (https://docs.modalai.com/voxl2-camera-configs/) make sure you can see the camera images using voxl-portal (https://docs.modalai.com/voxl-portal/#voxl-portal) set up voxl-mpa-to-ros or voxl-mpa-to-ros2 based on your needs stream camera data via ROS to a different machine (local network or in the cloud). Please note that bandwidth requirement for uncompressed images will be high, so you might want to choose ROS to compress the images into jpegs before sending. after you become familiar with the standard work flow on VOXL, it should be straightforward for you send data to AWS (assuming you have experience with AWS).Alex