Publicado el Deja un comentario

AWS Site-to-Site VPN extends AWS Secrets Manager integration in additional AWS Regions

AWS Site-to-Site VPN is extending three new capabilities, including AWS Secrets Manager integration, for enhanced security and ease of configuration in AWS GovCloud (US) Regions and AWS Europe (Milan) Region.

  • AWS Secrets Manager Integration: With the AWS Secrets Manager integration, when customers store their pre-shared keys (PSKs) in Secrets Manager, VPN connection API responses will redact the PSK and instead display the Secrets Manager ARN (Amazon Resource Name), providing enhanced security.
  • New API to track VPN algorithms: You can now easily track the currently negotiated internet key exchange (IKE) version, Diffie-Hellman (DH) groups, encryption algorithms, and integrity algorithms using the “GetActiveVpnTunnelStatus” API. This new API eliminates the need for you to enable Site-to-Site VPN logs to get this information, saving time and reducing operational overhead.
  • Recommended Configuration: “GetVpnConnectionDeviceSampleConfiguration” API now includes “recommended” parameter to help you use the best-practices security configuration – IKE version 2, DH group 20, SHA-384 integrity algorithm, and AES-GCM-256 encryption algorithm – on your customer gateway devices, reducing configuration time and potential errors.

There is no additional charge for using these capabilities. To learn more and get started, visit the AWS Site-to-Site VPN documentation.

 

​AWS Site-to-Site VPN is extending three new capabilities, including AWS Secrets Manager integration, for enhanced security and ease of configuration in AWS GovCloud (US) Regions and AWS Europe (Milan) Region.

AWS Secrets Manager Integration: With the AWS Secrets Manager integration, when customers store their pre-shared keys (PSKs) in Secrets Manager, VPN connection API responses will redact the PSK and instead display the Secrets Manager ARN (Amazon Resource Name), providing enhanced security.
New API to track VPN algorithms: You can now easily track the currently negotiated internet key exchange (IKE) version, Diffie-Hellman (DH) groups, encryption algorithms, and integrity algorithms using the “GetActiveVpnTunnelStatus” API. This new API eliminates the need for you to enable Site-to-Site VPN logs to get this information, saving time and reducing operational overhead.
Recommended Configuration: “GetVpnConnectionDeviceSampleConfiguration” API now includes “recommended” parameter to help you use the best-practices security configuration – IKE version 2, DH group 20, SHA-384 integrity algorithm, and AES-GCM-256 encryption algorithm – on your customer gateway devices, reducing configuration time and potential errors.

There is no additional charge for using these capabilities. To learn more and get started, visit the AWS Site-to-Site VPN documentation.  

Publicado el Deja un comentario

New features for AWS Neuron 2.24 include PyTorch 2.7 and inference enhancements

Today, AWS announces the general availability of Neuron 2.24, delivering new features and performance improvements for customers building and deploying deep learning models on AWS Inferentia and Trainium-based instances. Neuron 2.24 introduces support for PyTorch 2.7, enhanced inference capabilities, and expanded compatibility with popular machine learning frameworks. These updates help developers and data scientists accelerate model training and inference, improve efficiency, and simplify the deployment of large language models and other AI workloads.

With Neuron 2.24, customers can take advantage of advanced inference features such as prefix caching for faster Time-To-First-Token (TTFT), disaggregated inference to reduce prefill-decode interference, and context parallelism for improved performance on long sequences. The release also brings support for Qwen 2.5 text models and improved integration with Hugging Face Optimum Neuron and PyTorch-based NxD Core backend.

Neuron 2.24 is available in all AWS Regions where Inferentia and Trainium instances are offered.

To learn more and for a full list of new features and enhancements, see:

 

​Today, AWS announces the general availability of Neuron 2.24, delivering new features and performance improvements for customers building and deploying deep learning models on AWS Inferentia and Trainium-based instances. Neuron 2.24 introduces support for PyTorch 2.7, enhanced inference capabilities, and expanded compatibility with popular machine learning frameworks. These updates help developers and data scientists accelerate model training and inference, improve efficiency, and simplify the deployment of large language models and other AI workloads. With Neuron 2.24, customers can take advantage of advanced inference features such as prefix caching for faster Time-To-First-Token (TTFT), disaggregated inference to reduce prefill-decode interference, and context parallelism for improved performance on long sequences. The release also brings support for Qwen 2.5 text models and improved integration with Hugging Face Optimum Neuron and PyTorch-based NxD Core backend. Neuron 2.24 is available in all AWS Regions where Inferentia and Trainium instances are offered. To learn more and for a full list of new features and enhancements, see:

AWS Neuron 2.24 release notes
Trn2 Instances
Trn1 Instances
Inf2 Instances  

Publicado el Deja un comentario

Amazon Q Business launches the ability to customize responses

Amazon Q Business, the generative AI-powered assistant for finding information, gaining insight, and taking action at work, today introduced response customization for Q Business applications. This new capability enables organizations to tailor how their Q Business applications generate and format responses to user queries, ensuring consistent communication for all users.

With response customization, customers can provide instructions for identity, tone, and output style when configuring Q Business applications. This customizes the chat persona and its communication formality, along with response length and detail to match their specific needs. This feature includes built-in guardrails to ensure that response settings align with existing admin controls.

Response customization is available in all AWS Regions where Amazon Q Business is offered. To learn more about this feature, visit the Amazon Q Business User Guide and Amazon Q Business API Reference documentation.
 

 

​Amazon Q Business, the generative AI-powered assistant for finding information, gaining insight, and taking action at work, today introduced response customization for Q Business applications. This new capability enables organizations to tailor how their Q Business applications generate and format responses to user queries, ensuring consistent communication for all users. With response customization, customers can provide instructions for identity, tone, and output style when configuring Q Business applications. This customizes the chat persona and its communication formality, along with response length and detail to match their specific needs. This feature includes built-in guardrails to ensure that response settings align with existing admin controls. Response customization is available in all AWS Regions where Amazon Q Business is offered. To learn more about this feature, visit the Amazon Q Business User Guide and Amazon Q Business API Reference documentation.    

Publicado el Deja un comentario

Amazon Keyspaces (for Apache Cassandra) now supports Change Data Capture (CDC) Streams

Amazon Keyspaces (for Apache Cassandra) now supports Change Data Capture (CDC) streams, enabling you to capture row-level changes in your tables in near-real time. CDC streams in Amazon Keyspaces automatically capture insert, update, and delete operations as change events, delivering them in order with automatic deduplication. With CDC streams, you can build event-driven applications and implement use cases such as data analytics, text search, ML training/inference, and continuous data backups for archival.

Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra–compatible database service. Amazon Keyspaces is serverless, so you pay for only the resources that you use and you can build applications that serve thousands of requests per second with virtually unlimited throughput and storage.

CDC streams retain data for up to 24 hours and can scale automatically to match your workload, without requiring any infrastructure management. Additionally, enabling CDC streams will have no impact on your table capacity for compute or storage operations. To consume the CDC stream records, you can use either the Keyspaces Data Streams API or leverage the Kinesis Client Library, a java library that makes it easy to consume and process stream records.

CDC streams are available today in all AWS Commercial and AWS GovCloud (US) Regions where Amazon Keyspaces is available, and you pay only for the change events captured and delivered through your streams. To learn more, visit the Amazon Keyspaces CDC documentation.

 

​Amazon Keyspaces (for Apache Cassandra) now supports Change Data Capture (CDC) streams, enabling you to capture row-level changes in your tables in near-real time. CDC streams in Amazon Keyspaces automatically capture insert, update, and delete operations as change events, delivering them in order with automatic deduplication. With CDC streams, you can build event-driven applications and implement use cases such as data analytics, text search, ML training/inference, and continuous data backups for archival. Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra–compatible database service. Amazon Keyspaces is serverless, so you pay for only the resources that you use and you can build applications that serve thousands of requests per second with virtually unlimited throughput and storage. CDC streams retain data for up to 24 hours and can scale automatically to match your workload, without requiring any infrastructure management. Additionally, enabling CDC streams will have no impact on your table capacity for compute or storage operations. To consume the CDC stream records, you can use either the Keyspaces Data Streams API or leverage the Kinesis Client Library, a java library that makes it easy to consume and process stream records. CDC streams are available today in all AWS Commercial and AWS GovCloud (US) Regions where Amazon Keyspaces is available, and you pay only for the change events captured and delivered through your streams. To learn more, visit the Amazon Keyspaces CDC documentation.  

Publicado el Deja un comentario

Amazon Connect now supports custom work labels for agent schedules

Amazon Connect now supports custom work labels for agent schedules, making it easier for you to identify the type of work an agent is scheduled for. With this launch, you can create work activities with custom labels and assign them to agent schedules by day of the week. For example, you can assign “Order processing” as the work activity for Monday, “Returns management” for Tuesday, and “Work” (existing default activity) for rest of the week. Thus simplifying the experience for managers as they can now easily identify who is scheduled for which type of work. This launch also improves the experience for agents as they now have visibility into how their time is allocated.

This feature is available in all AWS Regions where Amazon Connect agent scheduling is available. To learn more about Amazon Connect agent scheduling, click here.
 

 

​Amazon Connect now supports custom work labels for agent schedules, making it easier for you to identify the type of work an agent is scheduled for. With this launch, you can create work activities with custom labels and assign them to agent schedules by day of the week. For example, you can assign “Order processing” as the work activity for Monday, “Returns management” for Tuesday, and “Work” (existing default activity) for rest of the week. Thus simplifying the experience for managers as they can now easily identify who is scheduled for which type of work. This launch also improves the experience for agents as they now have visibility into how their time is allocated. This feature is available in all AWS Regions where Amazon Connect agent scheduling is available. To learn more about Amazon Connect agent scheduling, click here.    

Publicado el Deja un comentario

Amazon Nova Canvas adds virtual try-on and style options for image generation

Today, we are releasing two capabilities in Amazon Nova Canvas: virtual try-on and style options. These features enhance AI-powered image generation, enabling more engaging and customized visual content.

With virtual try-on integrated into Amazon Nova Canvas, you can now create immersive shopping experiences by visualizing products in context. Whether it’s seeing clothing naturally draped on a shopper or furniture intelligently placed in a living space, the process is simple – you just need to upload two images: one showing the person or space, and another showing the product. Amazon Nova Canvas then creates realistic visualizations while preserving important details, making it easier for customers to make confident purchasing decisions.

With style options integrated into Amazon Nova Canvas, users can specify different artistic styles that will consistently produce an image using that style, without having to specifying it in each text prompt. There are 8 supported styles including 3D animated family film, design sketch, flat vector illustration, graphic novel illustration, maximalism, midcentury retro, photorealism, and soft digital painting.

Virtual try-on and style options are available in Amazon Nova Canvas in the US East (N. Virginia), Asia Pacific (Tokyo), and Europe (Ireland). Current users of Amazon Nova Canvas can immediately use these capabilities without migrating to a new model.

To learn more about Amazon Nova creative models, see the Amazon Nova creative models page and learn about Amazon Nova Canvas responsible use of AI. To get started with Amazon Nova on Amazon Bedrock, visit the Amazon Bedrock console.

 

​Today, we are releasing two capabilities in Amazon Nova Canvas: virtual try-on and style options. These features enhance AI-powered image generation, enabling more engaging and customized visual content. With virtual try-on integrated into Amazon Nova Canvas, you can now create immersive shopping experiences by visualizing products in context. Whether it’s seeing clothing naturally draped on a shopper or furniture intelligently placed in a living space, the process is simple – you just need to upload two images: one showing the person or space, and another showing the product. Amazon Nova Canvas then creates realistic visualizations while preserving important details, making it easier for customers to make confident purchasing decisions. With style options integrated into Amazon Nova Canvas, users can specify different artistic styles that will consistently produce an image using that style, without having to specifying it in each text prompt. There are 8 supported styles including 3D animated family film, design sketch, flat vector illustration, graphic novel illustration, maximalism, midcentury retro, photorealism, and soft digital painting. Virtual try-on and style options are available in Amazon Nova Canvas in the US East (N. Virginia), Asia Pacific (Tokyo), and Europe (Ireland). Current users of Amazon Nova Canvas can immediately use these capabilities without migrating to a new model. To learn more about Amazon Nova creative models, see the Amazon Nova creative models page and learn about Amazon Nova Canvas responsible use of AI. To get started with Amazon Nova on Amazon Bedrock, visit the Amazon Bedrock console.  

Publicado el Deja un comentario

Amazon Keyspaces (for Apache Cassandra) now supports Change Data Capture (CDC) Streams

Amazon Keyspaces (for Apache Cassandra) now supports Change Data Capture (CDC) streams, enabling you to capture row-level changes in your tables in near-real time. CDC streams in Amazon Keyspaces automatically capture insert, update, and delete operations as change events, delivering them in order with automatic deduplication. With CDC streams, you can build event-driven applications and implement use cases such as data analytics, text search, ML training/inference, and continuous data backups for archival.

Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra–compatible database service. Amazon Keyspaces is serverless, so you pay for only the resources that you use and you can build applications that serve thousands of requests per second with virtually unlimited throughput and storage.

CDC streams retain data for up to 24 hours and can scale automatically to match your workload, without requiring any infrastructure management. Additionally, enabling CDC streams will have no impact on your table capacity for compute or storage operations. To consume the CDC stream records, you can use either the Keyspaces Data Streams API or leverage the Kinesis Client Library, a java library that makes it easy to consume and process stream records.

CDC streams are available today in all AWS Commercial and AWS GovCloud (US) Regions where Amazon Keyspaces is available, and you pay only for the change events captured and delivered through your streams. To learn more, visit the Amazon Keyspaces CDC documentation.
 

 

​Amazon Keyspaces (for Apache Cassandra) now supports Change Data Capture (CDC) streams, enabling you to capture row-level changes in your tables in near-real time. CDC streams in Amazon Keyspaces automatically capture insert, update, and delete operations as change events, delivering them in order with automatic deduplication. With CDC streams, you can build event-driven applications and implement use cases such as data analytics, text search, ML training/inference, and continuous data backups for archival. Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra–compatible database service. Amazon Keyspaces is serverless, so you pay for only the resources that you use and you can build applications that serve thousands of requests per second with virtually unlimited throughput and storage. CDC streams retain data for up to 24 hours and can scale automatically to match your workload, without requiring any infrastructure management. Additionally, enabling CDC streams will have no impact on your table capacity for compute or storage operations. To consume the CDC stream records, you can use either the Keyspaces Data Streams API or leverage the Kinesis Client Library, a java library that makes it easy to consume and process stream records. CDC streams are available today in all AWS Commercial and AWS GovCloud (US) Regions where Amazon Keyspaces is available, and you pay only for the change events captured and delivered through your streams. To learn more, visit the Amazon Keyspaces CDC documentation.    

Publicado el Deja un comentario

Amazon QuickSight supports 2B row SPICE dataset

Amazon QuickSight Enterprise Edition customers can now load up to 2 billion rows of data into Super-fast Parallel In-memory Calculation Engine (SPICE) datasets. This improvement doubles previous capacity of 1 billion rows without slowing ingestion speed or query performance, enabling customers to explore business data over longer time periods or more categories to discover new business insights. Learn more.

The new SPICE dataset size limitation is now available in Amazon QuickSight Enterprise Editions in all QuickSight regions – US East (N. Virginia and Ohio), US West (Oregon), Canada, Sau Paulo, Europe (Frankfurt, Ireland and London), Asia Pacific (Mumbai, Seoul, Singapore, Sydney and Tokyo), and AWS GovCloud (US-West).
 

 

​Amazon QuickSight Enterprise Edition customers can now load up to 2 billion rows of data into Super-fast Parallel In-memory Calculation Engine (SPICE) datasets. This improvement doubles previous capacity of 1 billion rows without slowing ingestion speed or query performance, enabling customers to explore business data over longer time periods or more categories to discover new business insights. Learn more. The new SPICE dataset size limitation is now available in Amazon QuickSight Enterprise Editions in all QuickSight regions – US East (N. Virginia and Ohio), US West (Oregon), Canada, Sau Paulo, Europe (Frankfurt, Ireland and London), Asia Pacific (Mumbai, Seoul, Singapore, Sydney and Tokyo), and AWS GovCloud (US-West).    

Publicado el Deja un comentario

Adopción de la IA y la nube adaptativa para impulsar la transformación digital en la minería

julio 2, 2025

Adopción de la IA y la nube adaptativa para impulsar la transformación digital en la minería

Un gráfico en una pantalla

Por: Joseph Starwood, líder mundial de la industria minera, Microsoft.

A medida que la demanda mundial de minerales y metales no hace más que intensificarse, las empresas mineras recurren a soluciones impulsadas por IA para mejorar la precisión de la exploración, automatizar los equipos, predecir las necesidades de mantenimiento, ayudar a aumentar la seguridad y optimizar el uso de la energía. Se espera que el cumplimiento de los objetivos de cero emisiones netas requiera alrededor de 700 mil nuevos trabajadores en la industria de extracción de minerales críticos para 2030, lo que supone un aumento del 88% con respecto a los niveles de 2022.1 Esta es un área en la que entra en juego la IA: el 82% de los líderes dicen que confían en que utilizarán la mano de obra digital para ampliar la capacidad de la fuerza laboral en los próximos 12 a 18 meses.2

Exploren Microsoft para energía y recursos

A medida que la industria minera experimenta su transformación digital y de inteligencia artificial, Microsoft mantiene su compromiso de ofrecer soluciones innovadoras y seguras. Desde la adopción de la IA y los agentes hasta la optimización de los procesos empresariales y el desbloqueo de la eficiencia, para pasar por el traslado de los sistemas heredados a la nube, nos dedicamos a trabajar juntos hacia un futuro de la minería potente y sostenible.

Transformación de la IA para un futuro más resiliente de la minería

Como hemos visto en la industria de la energía y los recursos, el sector minero se enfrenta a una presión cada vez mayor para apoyar la transición energética mundial, con la IA que emerge como una solución destacada. Dado que se espera que la demanda de minerales críticos se cuadruplique para 20403, la IA puede ayudar a las empresas mineras a localizar y extraer recursos de manera más eficiente, con estudios que muestran reducciones potenciales del 20% al 30% en el tiempo y el costo del descubrimiento de minerales.4

Desde la exploración en las primeras etapas hasta el procesamiento y la logística posteriores, la IA tiene el potencial de integrarse en toda la cadena de valor de la minería. En las operaciones upstream, puede mejorar el mapeo de la prospectividad mineral, la estimación de recursos y la planificación de la producción. Aguas abajo, puede optimizar la mezcla, la recuperación y el procesamiento de minerales. Incluso las corrientes secundarias, como la logística de la cadena de suministro, han comenzado a ver ganancias, a medida que las eficiencias impulsadas por la IA se extienden a todas las operaciones. Y en la exploración, la IA desbloquea información de vastos conjuntos de datos geocientíficos, tanto heredados como en tiempo real, lo que permite una toma de decisiones más rápida y precisa.

Las posibilidades de los casos de uso de la IA en el sector minero son abundantes, y hay formas de que las organizaciones que se embarcan en su recorrido de transformación digital comiencen hoy mismo, como con la productividad de la fuerza laboral. La adopción de la IA en este contexto es un paso poderoso hacia el futuro del trabajo, y Ma’aden, una empresa minera de Arabia Saudí, es un buen ejemplo de ello. Ma’aden ha usado Microsoft 365 Copilot, Microsoft Copilot Studio y Microsoft Azure OpenAI Service para ayudar a los empleados a ser más productivos en las tareas diarias, como obtener respuestas rápidas sobre las políticas, resumir el contenido y redactar presentaciones, correos electrónicos y actas de reuniones. Ma’aden experimentó una mejora en la productividad, ya que los usuarios de Copilot ahorraron hasta 2.200 horas al mes.

Además de la productividad de la fuerza laboral, las soluciones de IA de Microsoft también permiten la transformación operativa, como se ve en el enfoque de Sandvik para la optimización de equipos. Sandvik creó una solución de servicio basada en la nube que utiliza datos e inteligencia artificial para generar información sobre el estado de sus máquinas y respaldar la optimización del funcionamiento de los equipos. Con la tecnología de Microsoft Azure Cloud y sus servicios de análisis e inteligencia artificial, la solución utiliza datos para producir información procesable sobre el rendimiento y el estado de los equipos, lo que ayuda a impulsar la transformación en todo su negocio.

Liberar el potencial: llevar la nube a las operaciones mineras

A medida que la industria minera avanza en los objetivos de eficiencia, seguridad y sostenibilidad, la nube adaptativa se ha convertido en una pieza fundamental de este recorrido. El enfoque de nube adaptativa de Microsoft utiliza tecnologías nativas de la nube y de IA en entornos híbridos, multinube, periféricos e Internet de las cosas (IoT, por sus siglas en inglés). Al habilitar la tecnología operativa (OT, por sus siglas en inglés) en la nube, las organizaciones mineras pueden desbloquear información en tiempo real, optimizar las operaciones y mejorar la resiliencia. Esta unión de la nube y la OT permite una toma de decisiones más inteligente y un mantenimiento predictivo, y sienta las bases para la innovación y la escalabilidad.

Boliden ofrece un ejemplo convincente de cómo la infraestructura en la nube puede modernizar las operaciones mineras a escala. La empresa minera sueca necesitaba automatizar y centralizar la recopilación de datos, aumentar la visibilidad de todos los procesos y agregar nuevas formas de analizar la información. Boliden monitorea el sitio de Garpenberg con una red de 500 cámaras que brindan a los equipos de administración supervisión de las minas, pozos y operaciones, lo que ayuda a controlar la productividad y la seguridad. La compañía ahora utiliza una combinación de Microsoft Azure IoT Edge y Microsoft Azure IoT Hub para conectar las cámaras con otros sistemas Boliden y el resto de su red IoT, que consta de miles de sensores por encima y por debajo del suelo, junto con otros dispositivos. Al trabajar con una infraestructura en la nube flexible y con todas las funciones, la empresa ahora puede brindar más productividad y seguridad a todos sus sitios.

Emirates Global Aluminium (EGA) también ejemplifica cómo la infraestructura de nube adaptable puede superar las limitaciones de los entornos locales tradicionales para respaldar operaciones escalables e inteligentes. EGA implementó un entorno híbrido que conectaba los servicios de nube privada a través de centros de datos locales. La implementación de un entorno híbrido ayudó a optimizar la latencia, respaldar soluciones avanzadas de IA y automatización, ofrecer ahorros comerciales sostenidos mediante la aplicación de inteligencia en el entorno y optimizar el procesamiento de cantidades masivas de lecturas en tiempo real de sensores, maquinaria y líneas de producción.

Más información sobre las soluciones de energía y recursos con Microsoft

Sin importar cómo sea la transformación digital de su organización, Microsoft se compromete a ayudar a impulsar el progreso en la industria minera y a trabajar para hacer crecer negocios sostenibles, seguros e impulsados por IA. Microsoft siempre se ha basado en la confianza y en un sólido conjunto de aplicaciones de seguridad, y se compromete a dar prioridad a la seguridad en el diseño, la creación y el funcionamiento de nuestros productos y servicios. Para profundizar en la ciberseguridad en la era de la IA generativa y construir una base para la transformación impulsada por la IA en la minería, lean nuestro último libro electrónico.

1 Seguimiento de las tendencias 2025 | Deloitte Estados Unidos, Deloitte 2025

2 2025: El año en que nace la empresa Frontier, Microsoft, abril de 2025

3 La transición energética necesitará minerales y metales críticos. Así es como se puede minar de manera responsable, Foro Económico Mundial, junio de 2024

4 Ahora es el momento de invertir en tecnologías mineras sostenibles. He aquí por qué, Foro Económico Mundial, septiembre de 2024

The post Adopción de la IA y la nube adaptativa para impulsar la transformación digital en la minería appeared first on Source LATAM.

 

​The post Adopción de la IA y la nube adaptativa para impulsar la transformación digital en la minería appeared first on Source LATAM.  

Publicado el Deja un comentario

AWS HealthImaging now supports DICOMweb BulkData

AWS HealthImaging announces support for DICOM BulkData to ensure consistent, low latency metadata retrievals. With this launch, DICOM metadata retrieved via DICOMweb WADO-RS actions will have large data elements substituted with BulkDataURIs.

Medical imaging workflows demand low latency, and retrieving DICOM metadata is often a first step. Large DICOM data elements, such as private attributes and ICC profiles, can increase the size of metadata payloads, potentially slowing down retrieval and processing. With this launch, HealthImaging automatically replaces DICOM data elements over 1 MB in size with in-line BulkDataURIs, in accordance with the DICOMweb standard. Now users can retrieve compact DICOM metadata payloads with low latency, with flexibility to download large data elements through a standards-conformant API.

AWS HealthImaging is generally available in the following AWS Regions: US East (N. Virginia), US West (Oregon), Asia Pacific (Sydney), and Europe (Ireland).

AWS HealthImaging is a HIPAA-eligible service that empowers healthcare providers, life sciences researchers, and their software partners to store, analyze, and share medical images at petabyte scale. To learn more, see the AWS HealthImaging Developer Guide.
 

 

​AWS HealthImaging announces support for DICOM BulkData to ensure consistent, low latency metadata retrievals. With this launch, DICOM metadata retrieved via DICOMweb WADO-RS actions will have large data elements substituted with BulkDataURIs. Medical imaging workflows demand low latency, and retrieving DICOM metadata is often a first step. Large DICOM data elements, such as private attributes and ICC profiles, can increase the size of metadata payloads, potentially slowing down retrieval and processing. With this launch, HealthImaging automatically replaces DICOM data elements over 1 MB in size with in-line BulkDataURIs, in accordance with the DICOMweb standard. Now users can retrieve compact DICOM metadata payloads with low latency, with flexibility to download large data elements through a standards-conformant API. AWS HealthImaging is generally available in the following AWS Regions: US East (N. Virginia), US West (Oregon), Asia Pacific (Sydney), and Europe (Ireland). AWS HealthImaging is a HIPAA-eligible service that empowers healthcare providers, life sciences researchers, and their software partners to store, analyze, and share medical images at petabyte scale. To learn more, see the AWS HealthImaging Developer Guide.