Skip to content
Snippets Groups Projects
Commit 573a63f5 authored by Nuwan Rajika Kumarasiri's avatar Nuwan Rajika Kumarasiri
Browse files

Rename container hostname to be `ei.secureagent.doit.wisc.edu` across `test`...

Rename container hostname to be `ei.secureagent.doit.wisc.edu` across `test` and `prod` environments - WISCALERTS-27

This change was made to reduce the amount of changes that need to make when migrating artifacts from `test` to `prod` IICS.
parent 101187b2
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,8 @@ Secure Agent containers are deployed in following tiers in interop/AWS account.
| environment| tier |runtime name(default) in IICS |
| -----------|-------------|-------------------------|
| test | us-east-1(N. Virginia)|test.ei.secureagent.doit.wisc.edu |
| prod | us-east-2(Ohio)|prod.ei.secureagent.doit.wisc.edu|
| test | us-east-1(N. Virginia)|ei.secureagent.doit.wisc.edu |
| prod | us-east-2(Ohio)|ei.secureagent.doit.wisc.edu|
### Architecture Diagram
[diagram]: #architecture-diagram
......@@ -219,7 +219,6 @@ vpc_tags={"Name":"prod-tier","tier":"prod"}
private_subnets_filter={"Name":"prod-private-*"}
security_group={"Name":"internal","tier":"prod"}
container_name="iics-secure-agent-prod"
container_hostname="prod.ei.secureagent.doit.wisc.edu"
ecs_iam_role="iics-secure-agent-iam-role-prod"
ecs_execution_role="iics-secure-agent-ecs-execution-role-prod"
ecs_cluster_tags={"Name":"iics-agent-cluster","tier":"prod"}
......
......@@ -54,7 +54,7 @@ variable "container_network_mode" {
}
variable "container_hostname" {
default = "test.ei.secureagent.doit.wisc.edu"
default = "ei.secureagent.doit.wisc.edu"
}
variable "container_memory" {
......
......@@ -16,8 +16,8 @@ following IP addresses.
| environment| IP address |runtime name in IICS |
| -----------|-------------|-------------------------|
| test | 3.230.240.5|test.ei.secureagent.doit.wisc.edu |
| prod | 3.19.12.147|prod.ei.secureagent.doit.wisc.edu|
| test | 3.230.240.5|ei.secureagent.doit.wisc.edu |
| prod | 3.19.12.147|ei.secureagent.doit.wisc.edu|
## Where To Get Support ?
[support]: #where-to-get-support-
......
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