Skip to content

Commit 3aa7bc8

Browse files
authored
Update outsource-bottom-up.md
1 parent 299e7c9 commit 3aa7bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/outsource-bottom-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use managed services where available and appropriate. The aim is to reduce opera
2626
* For data persistence prefer (where there are no other differentiating factors) pay per request options (e.g. Amazon DynamoDB, S3) to pay per time choices (e.g. Amazon Aurora or RDS).
2727
* In general, prefer solutions which do not involve managing VMs if possible, and ideally where there is no explicit configuration of a network (e.g. subnets, internet gateways, NAT gateways) — compare AWS Lambda which needs no network with AWS Fargate which does.
2828
* Where possible, outsource the management (including renewal) of certificates (e.g. via [AWS Certificate Manager](https://aws.amazon.com/certificate-manager/))
29-
* Where that isn't possible, still prefer outsourcing the management of alerting for certificate expiry
29+
* Where that isn't possible, still prefer outsourcing the management of alerting for certificate expiry (see [observability](../practices/observability.md))
3030

3131
## Cloud native vs cloud agnostic
3232

0 commit comments

Comments
 (0)