Skip to content

Commit 1752e21

Browse files
authored
Merge pull request #130 from co-cddo/fix/bops-deploy-time
fix: update BOPS deployment time to 10-15 minutes
2 parents f66564a + 16db894 commit 1752e21

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

src/_data/scenarios.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,14 +1426,12 @@ scenarios:
14261426
capabilities:
14271427
- "CAPABILITY_IAM"
14281428
- "CAPABILITY_NAMED_IAM"
1429-
deploymentTime: "25 to 35 minutes"
1429+
deploymentTime: "10 to 15 minutes"
14301430
deploymentPhases:
1431-
- "Creating VPC and networking (~30 seconds)"
1432-
- "Creating Aurora PostgreSQL Serverless database (~600 seconds)"
1433-
- "Creating ElastiCache Redis (~480 seconds)"
1434-
- "Creating ECS Fargate services (~120 seconds)"
1435-
- "Running database seed task (~600 seconds)"
1436-
- "Creating CloudFront distribution (~600 seconds)"
1431+
- "Creating VPC, networking, and security groups (~30 seconds)"
1432+
- "Creating Aurora PostgreSQL and ElastiCache in parallel (~5 minutes)"
1433+
- "Creating ECS Fargate services and CloudFront (~3 minutes)"
1434+
- "Running database migrations and seed (~2 minutes)"
14371435
outputs:
14381436
- name: "BOPSUrl"
14391437
description: "BOPS back-office URL (HTTPS)"

src/walkthroughs/bops-planning/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ scenarioId: bops-planning
6565

6666
<p class="govuk-body">
6767
<a href="/scenarios/bops-planning/" class="govuk-link">Deploy the BOPS scenario</a> if you haven't already.
68-
Deployment takes 25 to 35 minutes.
68+
Deployment takes 10 to 15 minutes.
6969
</p>
7070

7171
<div class="govuk-!-margin-top-4">

0 commit comments

Comments
 (0)