webMethods Integration Agent on AWS container service

Today I entered the Amazon ECS space and combined it with some new features of webMethods 10.0. In this post I’ll discuss:

  • Creating a webMethods Integration Agent docker image
  • Uploading the image to the Amazon EC2 Container Registry (ECR)
  • Running a basic Amazon EC2 Container Service (ECS) service with the webMethods Integration agent 

Prerequisites

SoftwareAG documentation recommends to create a docker image from a fully installed and configured IS. It’s not (yet) possible to take a base image, add some config files and build/run it.

So you’ll need to install and configure a webMethods IS 10.0 (linux) first. You’ll also need to install docker on the same machine.

Creating the Integration Agent docker image

SSH to your newly installed/configured webMethods Integration Server machine. We’ll use the is_container.sh script to build the Integration Agent Image. It’s a bash script to easily create Dockerfiles and build images.

Note: With the 10.0 innovation release SoftwareAG introduced the webMethods Integration Agent. Which is a light-weight version of the Integration server. Hence the “createLeanDockerFile” parameter below.

The script created a Dockerfile called “IS_Agent_Dockerfile” in your <SAG installation directory>. Build the Dockerfile using the is_container.sh script.

Tip: Go and grab a coffee cause this can take a while …

Once finished, this should have created a docker image called “is_agent:100”. To test the image, simply execute the ‘docker run’ command below. This will boot up the webMethods Integration agent in a container.

Uploading the image to the Amazon EC2 Container Registry

Note: Next section requires an Amazon AWS account. Following web ui operations can also be done via the AWS cli or ECS cli

In the Amazon AWS console, go to EC2 Container Service. Select ‘Repositories’ on the right and a create a new one.

The next screen will provide an aws login command. Run it on a machine were the aws cli is installed. This will return a docker login command to login to your newly created ECR repository. Execute this command on the machine where you have build the Integration Agent image.

Give the is_agent image a new tag (which includes the repository URI) and push the image to the ECR repository.

Note: replace “11111111111.dkr.ecr.eu-central-1.amazonaws.com/integration-agent-demo-repo” with your repository URI (see Amazon ECS web ui).

Configure and run a basic ECS service

I’ll assume that you have already a ACS Cluster running. See Amazon ECS documentation for more info. First create a new Task definition:

Go to your ECS cluster and create a new service:

Add our IS_Agent container to your service as shown below:

Start the service and you’ll have the Integration agent up and running.

What’s next?

Now that we have the basics, I’ll get into scaling the integration agent by deploying multiple instances on Amazon ECS. I’ll try to keep you posted.

Don’t hesitate to reach out on Twitter or LinkedIn.
Greetings, Samuel

blogger

blogger

Curious to know more about this topic?

Working at i8c

i8c is a system integrator that strives for an informal atmosphere between its employees, who have an average age of approx 30 years old. We invest a lot of effort in the professional development of each individual, through a direct connection between the consultants and the management (no multiple layers of middle management). We are based in Kontich, near Antwerp, but our customers are mainly located in the triangle Ghent-Antwerp-Brussels and belong to the top 500 companies in Belgium (Securex, Electrabel, UCB, etc…).

Quality Assurance

i8c is committed to delivering quality services and providing customer satisfaction. That’s why we invested in the introduction of a Quality Management System, which resulted in our ISO9001:2000 certification. This guarantees that we will meet your expectations, as a reliable, efficient and mature partner for your SOA & integration projects.

i8c - ISO9001-2015

Also worth reading

Integrating with TIBCO CLOUD

Our experts Glenn, Jason, Jurgen, and Kevin dedicated an i8c FastTrack Day to examining the TIBCO iPaaS offering. Check out their Research & Development day report to learn what they uncovered. 👇  TIBCO CLOUD™ The TIBCO Cloud™ Integration enterprise integration platform-as-a-service (iPaaS) provides self-service integration

Read More »

Meet our Integration Specialist – Alexandra

Alexandra worked in tech for 15 years before joining i8c. With lots of experience in API management and Java development, we’re thrilled to add yet another expert to our i8c community! It’s pretty clear why we want to work with Alexandra, so let’s take a

Read More »