Skip to content

Commit 299e7c9

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

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
@@ -25,7 +25,7 @@ Use managed services where available and appropriate. The aim is to reduce opera
2525
* TO DO: close discussion about whether containers are still preferable in some use-cases
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.
28-
* Where possible, outsource the management (including renewal) of certificates (e.g. via (AWS Certificate Manager)[https://aws.amazon.com/certificate-manager/])
28+
* Where possible, outsource the management (including renewal) of certificates (e.g. via [AWS Certificate Manager](https://aws.amazon.com/certificate-manager/))
2929
* Where that isn't possible, still prefer outsourcing the management of alerting for certificate expiry
3030

3131
## Cloud native vs cloud agnostic

0 commit comments

Comments
 (0)