Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
Informatica Secure Agent
Commits
17b983ba
Commit
17b983ba
authored
4 years ago
by
Chelsea Gille
Browse files
Options
Downloads
Patches
Plain Diff
Increase EC2 resources to 8 vCPU to allow more concurrent IICS processes
parent
6686ee78
No related branches found
Branches containing commit
No related tags found
1 merge request
!40
INPLATFORM-462: Increase EC2 resources to 8 vCPU to allow more concurrent IICS processes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
terraform/variables.tf
+2
-2
2 additions, 2 deletions
terraform/variables.tf
with
2 additions
and
2 deletions
terraform/variables.tf
+
2
−
2
View file @
17b983ba
...
...
@@ -58,7 +58,7 @@ variable "container_hostname" {
}
variable
"container_memory"
{
default
=
15360
# 1
5
GiB
default
=
31744
#
3
1GiB
}
variable
"instance_ebs_size"
{
...
...
@@ -69,7 +69,7 @@ variable "instance_ebs_size" {
# supported instance types for launch configuration. See `container_memory` above for
# configuring memory for container process.
variable
"instance_type"
{
default
=
"t2.xlarge"
#
4
vCPU,
16
GB
default
=
"t2.
2
xlarge"
#
8
vCPU,
32
GB
}
variable
"container_app_port"
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment