Skip to content

Commit

Permalink
Update docs to include AWS region
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Dec 9, 2024
1 parent 55e1e7f commit f160648
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy_status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CI Checks

on:
push:
branches:
- main

jobs:
deployoment_status:
runs_on: ubuntu-latest
environment: production

1 change: 1 addition & 0 deletions doc/console-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ documentation](/doc/hosting.md#getting-an-account) for instructions for obtainin
Once you have access, you can access a console by following these steps:

- sign in to AWS with your `digital-paas-production-account` account
- select the correct AWS region, 'London (eu-west-2)'
- assume the role for the appropriate environment, see [hosting
documentation](/doc/hosting.md#assuming-roles)

Expand Down
4 changes: 4 additions & 0 deletions doc/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Once you get an account you will have:

Once signed in you will need to assume a role for each environment, see below.

## Region

All services are in the 'London (eu-west-2)' region.

## Services

A brief overview of the AWS services used:
Expand Down

0 comments on commit f160648

Please sign in to comment.