Skip to content

Commit

Permalink
Merge pull request #5251 from ministryofjustice/ifs-resources
Browse files Browse the repository at this point in the history
increase cpu and memory resources
  • Loading branch information
roncitrus authored Mar 6, 2024
2 parents 8d57b97 + ee42a39 commit bdb922a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions terraform/environments/cdpt-ifs/bastion_linux.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ module "bastion_linux" {

# s3 - used for logs and user ssh public keys
bucket_name = "bastion"
bucket_versioning = true
bucket_force_destroy = true

# public keys
public_key_data = local.public_key_data.keys[local.environment]
# logs
Expand Down
4 changes: 2 additions & 2 deletions terraform/environments/cdpt-ifs/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ resource "aws_ecs_task_definition" "ifs_task_definition" {
{
name = "${local.application_name}-container"
image = "${local.ecr_url}:${local.application_data.accounts[local.environment].environment_name}"
cpu = 1024
memory = 1024
cpu = 2048
memory = 2048
essential = true
portMappings = [
{
Expand Down

0 comments on commit bdb922a

Please sign in to comment.