In this article, we’ll build a highly available IRIS configuration using Kubernetes Deployments with distributed persistent storage instead of the “traditional” IRIS mirror pair. This deployment would be able to tolerate infrastructure-related failures, such as node, storage and Availability Zone failures. The described approach greatly reduces the complexity of the deployment at the expense of slightly extended RTO.

23 16
8 3.8K
Article
· Jan 18, 2019 2m read
Free IRIS Community Edition in AWS

Good News!! You can use now the Free InterSystems IRIS Community Edition in the AWS Cloud

Hello,

It's very common that people new in InterSystems IRIS want to start to work in a personal project in a full free environment. If you are one of this, Good News!! You can use now the Free InterSystems IRIS Community Edition in the AWS Cloud.

7 15
4 1.6K

Hey Community,

Please join the next InterSystems online programming competition:

🏆 InterSystems FHIR Accelerator Programming Contest 🏆

Submit an application that uses InterSystems FHIR-as-a-service on AWS or helps to develop solutions using InterSystems IRIS FHIR Accelerator.

    Duration: May 10 - June 06, 2021

    Total prize: $8,750

    👉 Landing page 👈

    6 15
    1 2.8K
    Article
    · Aug 4, 2021 3m read
    IRIS Mirror in the cloud (AWS)

    I have been working on redesigning a Health Connect production which runs on a mirrored instance of Healthshare 2019. We were told to take advantage of containers. We got to work on IRIS 2020.1 and split the database part from the Interoperability part. We had the IRIS mirror running on EC2 instances and used containers to run IRIS interoperability application. Eventually we decided to run the data tier in containers as well.

    12 14
    2 847
    Question
    · Mar 20, 2017
    AWS API calls

    This question is about calling AWS REST APIs. Based on:

    http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html

    AWS requires REST clients to call their APIs using Signature Version 4 which in case you don't know what I am talking about is a pain in the neck. Here comes the question:

    Has anybody, by any chance implemented the v4 signing alg. in COS? If yes, would she or he have the kind heart to share?

    Thanks,

    Chris

    0 13
    1 1.5K

    Nowadays, most applications are deployed on public cloud services. It brings many advantages including savings in human and material resources, the ability to grow quickly and cheaply, greater availability, reliability, elastic scalability, and options to improve the protection of digital assets. One of the most popular options is AWS. It allows us to deploy our applications usings virtual machines (EC2 service), Docker containers (ECS service), or Kubernetes (EKS service).

    6 11
    3 1.1K

    We have a requirement to write to an AWS S3 bucket from Cache.

    We haven't upgrade to IRIS yet, but are looking at doing so in the future. This requirement cannot wait for the upgrade to happen, unfortunately.

    Will appreciate if any one can share any example code, that enables cache to write to an AWS S3 bucket?

    0 8
    1 825

    Hey Community,

    We're excited to announce that Community webinars are back!

    Let us invite you all to @Ron Sweeney's webinar on Scaling InterSystems FHIR Server on Amazon Web Services with ECP.

    Join this webinar to make a technical deep dive, see a demonstration, and benchmark horizontal scaling InterSystems FHIR Server on Amazon Web Services with Enterprise Cache Protocol (ECP).

    Date & Time: Thursday, August 18, 8 AM ET | 2:00 PM CEST
    👨‍🏫 Speaker: @Ron Sweeney, Full Stack Architect at Integration Required

    https://www.youtube.com/embed/DBGvt0jd4yI
    [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

    3 8
    0 756

    Hello Developers!

    Have you ever had to convert HL7v2 messages to FHIR (Fast Healthcare Interoperability Resources) and found the process complicated and confusing? InterSystems is rolling out a new cloud based SaaS offering called InterSystems FHIR Transformation Service, which makes the process easy. We are excited to announce an Early Access Preview Program for our new offering, and we would love to have you kick the tires and let us know what you think! All you need is a free AWS account, with an S3 bucket to drop in your HL7v2 messages, and another S3 bucket to get your FHIR output.

    25 5
    0 843
    Article
    · Nov 4, 2022 9m read
    VIP in AWS

    If you're running IRIS in a mirrored configuration for HA in AWS, the question of providing a Mirror VIP (Virtual IP) becomes relevant. Virtual IP offers a way for downstream systems to interact with IRIS using one IP address. Even when a failover happens, downstream systems can reconnect to the same IP address and continue working.

    12 5
    4 3K

    Hi guys

    Im trying to use an API running in AWS API Gateway.
    This API is over https and i am using the SSL/TLS config of Caché.

    set httpRequest = ##class(%Net.HttpRequest).%New()
    set httpRequest.Server = server
    set httpRequest.Https=1
    set httpRequest.SSLConfiguration = "SSLPadraoAdapcon"
    
    do httpRequest.SetHeader("Content-Type","application/json")
    do httpRequest.EntityBody.Write(json)
    do httpRequest.Post("/dev/router")

    But im getting this error:

    0 5
    0 1.3K

    Hey folks,

    I am new to IRIS and cloud platforms. I've done the InterSystems IRIS Experience on the learning site and read a lot of the online documentation. What I am unable to figure out is which type of package or option you will use on the cloud provider.

    AWS for example, has AWS EC2, Elastic Beanstalk and some other products geared towards Docker containers.
    Azure has Kubernetes and some other options.

    0 5
    0 615
    Question
    · Sep 22, 2020
    VSCode and CSP - what did I miss?

    Hi -

    I'm trying to get my VS Code instance that is connected to an AWS IRIS instance to edit/save/compile .csp files, but it's failing to work and I'm not sure why. The ".csp" is associated with the objectscript-csp code, and the server is connected, but things just don't act like they are enabled.

    Should this work? and if so, what might I have missed in configuring things?

    0 5
    0 916

    Introduction

    As the health interoperability landscape expands to include data exchange across on-premise as well as hosted solutions, we are seeing an increased need to integrate with services such as cloud storage. One of the most prolifically used and well supported tools is the NoSQL database DynamoDB (Dynamo), provided by Amazon Web Services (AWS).

    9 4
    0 313

    For Global Summit 2016, I set out to showcase a Reference Architecture I had been working on for a National Provider Directory solution with State Level Instances and a National Instance all running HealthShare Provider Directory and all running on AWS Infrastructure.

    In short, I wanted to highlight:

    • The implementation of Amazon Web Services to provision the infrastructure, including the auto-creation of the state level instances through Cloud Formation.
    • The use of the HSPD Broadcast functionality to Notify Upstream Systems Changes in Master Provider Data.
    • The implementation of a transformation of the standard Broadcast Object to HL7 MFN for interoperability.
    • The principals of Master Data Management applied to the Provider Directory.

    5 4
    0 1.8K

    I am just curious if someone has used this service to send Alert emails through AWS / Ensemble

    I have verified 2 email ids - One to send. One to receive

    Have also configured an access key for the email smtp server and added the credential to ensemble

    but I get this error

    ERROR #6033: Error response to SMTP MAIL FROM: 530 Authentication required.

    email-smtp.us-east-1.amazonaws.com

    25

    So my first opinion is the authentication is not happening via the credentials settings. It needs to be passed in a different way

    0 4
    0 1K

    The Amazon Web Services (AWS) Cloud provides a broad set of infrastructure services, such as compute resources, storage options, and networking that are delivered as a utility: on-demand, available in seconds, with pay-as-you-go pricing. New services can be provisioned quickly, without upfront capital expense. This allows enterprises, start-ups, small and medium-sized businesses, and customers in the public sector to access the building blocks they need to respond quickly to changing business requirements.

    Updated: 10-Jan, 2023

    19 3
    12 6.7K

    Hey Developers,

    We decided to extend the registration period for the InterSystems FHIR Accelerator Programming Contest and voting will start only on Thursday, June 3! The voting period will last until Sunday, June 6.

    So, don't forget to support the best solutions built using the InterSystems IRIS FHIR Accelerator Service (FHIRaaS) on AWS.

    ➡️ Vote here from June 3rd to June 6th!

    How to vote and what's new?

    2 3
    0 301

    As an IT and cloud team manager with 18 years of experience with InterSystems technologies, I recently led our team in the transformation of our traditional on-premises ERP system to a cloud-based solution. We embarked on deploying InterSystems IRIS within a Kubernetes environment on AWS EKS, aiming to achieve a scalable, performant, and secure system. Central to this endeavor was the utilization of the AWS Application Load Balancer (ALB) as our ingress controller.

    20 3
    9 530

    Introduction

    In today's rapidly evolving threat landscape, organizations deploying mission-critical applications must implement robust security architectures that protect sensitive data while maintaining high availability and performance. This is especially crucial for enterprises utilizing advanced database management systems like InterSystems IRIS, which often powers applications handling highly sensitive healthcare, financial, or personal data.

    9 3
    1 90
    Question
    · Jun 30, 2020
    Iris & Buckets

    Hi, someone have connected Iris to a Bucket ? like aws, huawei, etc.

    I try to use private Bucket as storage for files, and Iris as database & API interface to manage this files, but al SDKs are in another languages, no one have founded on COS.

    I have tested some examples, but with bad results

    0 3
    0 459

    Hey developers,

    The registration period for the FHIR Accelerator programming contest is in full swing! We invite all FHIR developers to build new or test existing applications using the InterSystems IRIS FHIR Accelerator Service (FHIRaaS) on AWS.

    And now you have a great opportunity to get FREE access to the FHIRaaS on AWS! So, to take the first step in mastering the FHIRaaS, you need to register on our FHIR Portal using this link:

    👉🏼 https://portal.trial.isccloud.io/account/signup

    2 2
    0 709