You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Currently, PreparedDatasets are consumed from a single region (eu-west-1) and it generates cross region data transfer costs when provision a BatchReplayer in a different region.
We need to make the S3 Location of the PreparedDataset dynamic so it can point to a local S3 Location if it exists. Datasets can be replicated with Amazon S3 Cross Region Replication.
Currently,
PreparedDatasetsare consumed from a single region (eu-west-1) and it generates cross region data transfer costs when provision aBatchReplayerin a different region.We need to make the S3 Location of the
PreparedDatasetdynamic so it can point to a local S3 Location if it exists. Datasets can be replicated with Amazon S3 Cross Region Replication.