-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
90 additions
and
78 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 17 additions & 17 deletions
34
docs/technology/aws.md → docs/technology/infrastructure/aws.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Amazon Web Services | ||
|
||
[Amazon Web Services](https://aws.amazon.com/) is the preferred Public Cloud platform for The National Archives and SHOULD be used. Providers such as Azure and Google GCP SHOULD NOT be used. | ||
|
||
In line with the [Government Cloud First policy](https://www.gov.uk/guidance/government-cloud-first-policy), serverless and/or managed service solutions are preferred and SHOULD be used. Server based services MAY be used but are NOT RECOMMENDED. Examples of serverless/managed services are API Gateway, DynamoDB, Lambda, S3, SNS, SQS, RDS, etc. | ||
|
||
Infrastructure within AWS MUST be managed via an IaC solution; [Terraform](terraform.md) is preferred. Where possible, modules SHOULD be shared and reused. Examples of existing Terraform module repositories include: | ||
|
||
- [da-terraform-modules](https://github.com/nationalarchives/da-terraform-modules) | ||
|
||
When developing services in the Public Cloud, best practices from the supplier MUST be followed. | ||
|
||
## Logging in to AWS | ||
|
||
Access to AWS SHOULD be via [IAM Identity Center](https://nationalarchivesuk.awsapps.com/start#/) for all staff members. To manage who can access accounts through IAM Identity Center, see [these guides](https://national-archives.atlassian.net/l/cp/1cCe2cVy) on Confluence. | ||
|
||
IAM Users SHOULD NOT be used to access the AWS Console or AWS API/SDK. | ||
# Amazon Web Services | ||
|
||
[Amazon Web Services](https://aws.amazon.com/) is the preferred Public Cloud platform for The National Archives and SHOULD be used. Providers such as Azure and Google GCP SHOULD NOT be used. | ||
|
||
In line with the [Government Cloud First policy](https://www.gov.uk/guidance/government-cloud-first-policy), serverless and/or managed service solutions are preferred and SHOULD be used. Server based services MAY be used but are NOT RECOMMENDED. Examples of serverless/managed services are API Gateway, DynamoDB, Lambda, S3, SNS, SQS, RDS, etc. | ||
|
||
Infrastructure within AWS MUST be managed via an IaC solution; [Terraform](terraform.md) is preferred. Where possible, modules SHOULD be shared and reused. Examples of existing Terraform module repositories include: | ||
|
||
- [da-terraform-modules](https://github.com/nationalarchives/da-terraform-modules) | ||
|
||
When developing services in the Public Cloud, best practices from the supplier MUST be followed. | ||
|
||
## Logging in to AWS | ||
|
||
Access to AWS SHOULD be via [IAM Identity Center](https://nationalarchivesuk.awsapps.com/start#/) for all staff members. To manage who can access accounts through IAM Identity Center, see [these guides](https://national-archives.atlassian.net/l/cp/1cCe2cVy) on Confluence. | ||
|
||
IAM Users SHOULD NOT be used to access the AWS Console or AWS API/SDK. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Security | ||
|
||
## Services | ||
|
||
- CSP | ||
- Environment variables | ||
|
||
## Infrastructure |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters