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
provision S3 buckets and credentials for temp space to hold 1) the incoming content to run through speech-to-text generation, and 2) the generated transcript/caption files.
#6
Ultimately we'll want these defined and provisioned via Terraform, but it's fine to do initial experimentation by manually creating things in AWS web console or using one off aws CLI commands. Whatever feels like the most comfortable path forward is fine (i.e. it's also fine to do it the hard way and try to use Terraform the whole time). See the guidelines at the top of #1
we want this for stage to start, at least. we can add prod and QA as we move close to productionizing.
we probably want to assume we'll use AWS via Cardinal Cloud (see ops) for this.
but as an experiment, try doing this in GCP (same cardinal cloud caveat!), and connecting with the Ruby AWS SDK gem. The gem should work with any S3 compatible service (we use it with IBM for preservation, and we expect to use it with GCP when we migrate our IBM archived content to GCP next year sometime).
The text was updated successfully, but these errors were encountered:
jmartin-sul
changed the title
provision S3 buckets and credentials for temp space to hold 1) the incoming content to be transcribed/captioned, and 2) the generated transcript/caption files.
provision S3 buckets and credentials for temp space to hold 1) the incoming content to run through speech-to-text generation, and 2) the generated transcript/caption files.
Sep 13, 2024
Ultimately we'll want these defined and provisioned via Terraform, but it's fine to do initial experimentation by manually creating things in AWS web console or using one off
aws
CLI commands. Whatever feels like the most comfortable path forward is fine (i.e. it's also fine to do it the hard way and try to use Terraform the whole time). See the guidelines at the top of #1The text was updated successfully, but these errors were encountered: