I want to pass data to and from an AWS batch instance. The current workflow requires an s3 bucket as support, it requires to take care of s3 data upload and disposal and to create an existing bucket just for this data exchange.
Is it possible to create a temporary s3 bucket or common workspace with automatic object/bucket disposal? Are there other techniques that can be used for simple data exchange between local code and an AWS Batch instance?