Data Discovery is currently in Private Preview and is not available for General Availability (GA). It should not be used in production environments, as features and functionality may change before the final GA release.
Uploading the Images
After the package is extracted, the images provided in the package must be uploaded to an image repository.
The images folder contains the following .tar files:
classification_servicepresidio_classification_providerroberta_classification_provider
The images can be uploaded to an image repository such as ECR so that they are available for the deployment. With ECR, the images must be loaded locally to the system using the docker load command.
For example, to upload the classification service image, run the following command.
docker load -i <classification_service_image_name>.tar
After the loading is completed, the images are now ready to be uploaded to an image repository such as ECR. For more information about uploading images to ECR, refer to Pushing Docker images to Amazon ECR.