Skip to content
Snippets Groups Projects
Commit c60bcac7 authored by Jared Balkman's avatar Jared Balkman
Browse files

Merge branch 'JARED.BALKMAN-master-patch-18969' into 'master'

Fixed a couple anchor links and Informatica kb link; removed out-of-memory section

See merge request !50
parents 6450fc36 d365d681
No related branches found
No related tags found
1 merge request!50Fixed a couple anchor links and Informatica kb link; removed out-of-memory section
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
# Secure Agents # Secure Agents
A Secure Agent is a Java program that runs integration tasks and enables secure communication across the firewall between our organization and A Secure Agent is a Java program that runs integration tasks and enables secure communication across the firewall between our organization and
IICS. More details can be found [here](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/runtime-environments/runtime-environments/secure-agents.html). IICS. More details can be found [here](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/runtime-environments/secure-agents.html).
## Costs ## Costs
Secure Agents are licensed at a per-Secure-Agent rate. Secure Agents are licensed at a per-Secure-Agent rate.
Secure Agents are installed at one Secure Agent per VM/host, or one Secure Agent per Docker Container. Secure Agents are installed at one Secure Agent per VM/host, or one Secure Agent per Docker Container.
For more information on the cost of a Secure Agent license, [please see this documentation on pricing](../pricing.md). For more information on the cost of a Secure Agent license, [please see this documentation on pricing](../master/docs/pricing.md).
## Responsibilities ## Responsibilities
...@@ -28,7 +28,7 @@ The Secure Agent program is upgraded automatically by Informatica, but you are r ...@@ -28,7 +28,7 @@ The Secure Agent program is upgraded automatically by Informatica, but you are r
The DoIT Integration Platform team has experience managing secure agents. The DoIT Integration Platform team has experience managing secure agents.
We run our secure agent in a Docker container on Linux, hosted by Amazon Web Services (AWS). We run our secure agent in a Docker container on Linux, hosted by Amazon Web Services (AWS).
[Instructions on setting up and running a Secure Agent in a similar manner are available here](../training/docker-secure-agent.md) if you want to build and try it yourself. [Instructions on setting up and running a Secure Agent in a similar manner are available here](../master/docs/training/docker-secure-agent.md) if you want to build and try it yourself.
We use AWS Elastic Container Service (ECS) to manage the secure agent deployment environment. We use AWS Elastic Container Service (ECS) to manage the secure agent deployment environment.
By allowing ECS to run the Secure Agent container, we can make sure that the Secure Agent is always running because ECS would bring up a new instance if the current instance crashed. By allowing ECS to run the Secure Agent container, we can make sure that the Secure Agent is always running because ECS would bring up a new instance if the current instance crashed.
...@@ -54,10 +54,6 @@ If one Secure Agent were to crash, the other would be able to handle requests wh ...@@ -54,10 +54,6 @@ If one Secure Agent were to crash, the other would be able to handle requests wh
For more information on Secure Agents with Cloud Application Integration, please [see this documentation from Informatica](https://kb.informatica.com/faq/7/pages/19/514162.aspx). For more information on Secure Agents with Cloud Application Integration, please [see this documentation from Informatica](https://kb.informatica.com/faq/7/pages/19/514162.aspx).
## Managing Out-of-Memory Errors
If running in to errors relating to memory, refer to this [Informatica Knowledge Base Article](https://knowledge.informatica.com/s/article/336913?language=en_US).
## Secure Agents For Training Purposes ## Secure Agents For Training Purposes
There are multiple options if you are looking for a Secure Agent for training and learning purposes. There are multiple options if you are looking for a Secure Agent for training and learning purposes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment