Skip to content

Commit 4cfa96c

Browse files
authored
DEV-2439: Update all docs.cloudposse links (#1096)
1 parent 32d120d commit 4cfa96c

File tree

7 files changed

+21
-38
lines changed

7 files changed

+21
-38
lines changed

modules/account/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ account.
66

77
> [!NOTE]
88
>
9-
> Part of a
10-
> [cold start](https://docs.cloudposse.com/reference-architecture/how-to-guides/implementation/enterprise/implement-aws-cold-start)
11-
> so it has to be initially run with `SuperAdmin` role.
9+
> Part of a [cold start](https://docs.cloudposse.com/layers/accounts/prepare-aws-organization/) so it has to be
10+
> initially run with `SuperAdmin` role.
1211
1312
In addition, it enables
1413
[AWS IAM Access Analyzer](https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html), which helps
@@ -182,7 +181,7 @@ SuperAdmin) credentials you have saved in 1Password.
182181
> to expedite the quota increase requests, which could take several days on a basic support plan. Without it, AWS
183182
> support will claim that since we’re not currently utilizing any of the resources, so they do not want to approve the
184183
> requests. AWS support is not aware of your other organization. If AWS still gives you problems, please escalate to
185-
> your AWS TAM. See [AWS](https://docs.cloudposse.com/reference-architecture/reference/aws).
184+
> your AWS TAM.
186185

187186
1. From the region list, select "US East (N. Virginia) us-east-1".
188187

@@ -319,7 +318,7 @@ configuration in the `gbl-root` stack.
319318
> In the rare case where you will need to be enabling non-default AWS Regions, temporarily comment out the
320319
> `DenyRootAccountAccess` service control policy setting in `gbl-root.yaml`. You will restore it later, after enabling
321320
> the optional Regions. See related:
322-
> [Decide on Opting Into Non-default Regions](https://docs.cloudposse.com/reference-architecture/design-decisions/cold-start/decide-on-opting-into-non-default-regions)
321+
> [Decide on Opting Into Non-default Regions](https://docs.cloudposse.com/layers/network/design-decisions/decide-on-opting-into-non-default-regions/)
323322
324323
> [!TIP]
325324
>

modules/aws-backup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ No resources.
335335

336336
## Related How-to Guides
337337

338-
- [How to Enable Cross-Region Backups in AWS-Backup](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-enable-cross-region-backups-in-aws-backup)
338+
- [How to Enable Cross-Region Backups in AWS-Backup](https://docs.cloudposse.com/layers/data/tutorials/how-to-enable-cross-region-backups-in-aws-backup/)

modules/datadog-monitor/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,7 @@ No resources.
259259
260260
## Related How-to Guides
261261
262-
- [How to Onboard a New Service with Datadog and OpsGenie](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-onboard-a-new-service-with-datadog-and-opsgenie)
263-
- [How to Sign Up for Datadog?](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-sign-up-for-datadog)
264-
- [How to use Datadog Metrics for Horizontal Pod Autoscaling (HPA)](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-use-datadog-metrics-for-horizontal-pod-autoscaling-hpa)
265-
- [How to Implement SRE with Datadog](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-sre-with-datadog)
262+
- [How to Monitor Everything with Datadog](https://docs.cloudposse.com/layers/monitoring/datadog/)
266263
267264
## Component Dependencies
268265

modules/ecr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ components:
134134

135135
## Related
136136

137-
- [Decide How to distribute Docker Images](https://docs.cloudposse.com/reference-architecture/design-decisions/foundational-platform/decide-how-to-distribute-docker-images)
137+
- [Decide How to distribute Docker Images](https://docs.cloudposse.com/layers/software-delivery/design-decisions/decide-how-to-distribute-docker-images/)
138138

139-
- [Decide on ECR Strategy](https://docs.cloudposse.com/reference-architecture/design-decisions/foundational-platform/decide-on-ecr-strategy)
139+
- [Decide on ECR Strategy](https://docs.cloudposse.com/layers/project/design-decisions/decide-on-ecr-strategy/)
140140

141141
## References
142142

modules/eks/cluster/README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ profiles.
1818

1919
Here's an example snippet for how to use this component.
2020

21-
This example expects the [Cloud Posse Reference Architecture](https://docs.cloudposse.com/reference-architecture/)
22-
Identity and Network designs deployed for mapping users to EKS service roles and granting access in a private network.
23-
In addition, this example has the GitHub OIDC integration added and makes use of Karpenter to dynamically scale cluster
24-
nodes.
21+
This example expects the [Cloud Posse Reference Architecture](https://docs.cloudposse.com/) Identity and Network designs
22+
deployed for mapping users to EKS service roles and granting access in a private network. In addition, this example has
23+
the GitHub OIDC integration added and makes use of Karpenter to dynamically scale cluster nodes.
2524

26-
For more on these requirements, see
27-
[Identity Reference Architecture](https://docs.cloudposse.com/reference-architecture/quickstart/iam-identity/),
28-
[Network Reference Architecture](https://docs.cloudposse.com/reference-architecture/scaffolding/setup/network/), the
29-
[GitHub OIDC component](https://docs.cloudposse.com/components/catalog/aws/github-oidc-provider/), and the
30-
[Karpenter component](https://docs.cloudposse.com/components/catalog/aws/eks/karpenter/).
25+
For more on these requirements, see [Identity Reference Architecture](https://docs.cloudposse.com/layers/identity/),
26+
[Network Reference Architecture](https://docs.cloudposse.com/layers/network/), the
27+
[GitHub OIDC component](https://docs.cloudposse.com/components/library/aws/github-oidc-provider/), and the
28+
[Karpenter component](https://docs.cloudposse.com/components/library/aws/eks/karpenter/).
3129

3230
### Mixin pattern for Kubernetes version
3331

@@ -400,7 +398,7 @@ addons:
400398
> functional during deployment of the cluster.
401399

402400
For more information on upgrading EKS Addons, see
403-
["How to Upgrade EKS Cluster Addons"](https://docs.cloudposse.com/reference-architecture/how-to-guides/upgrades/how-to-upgrade-eks-cluster-addons/)
401+
["How to Upgrade EKS Cluster Addons"](https://docs.cloudposse.com/learn/maintenance/upgrades/how-to-upgrade-eks-cluster-addons/)
404402

405403
### Adding and Configuring a new EKS Addon
406404

@@ -630,13 +628,7 @@ If the new addon requires an EKS IAM Role for Kubernetes Service Account, perfor
630628

631629
## Related How-to Guides
632630

633-
- [How to Load Test in AWS](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-load-test-in-aws)
634-
- [How to Tune EKS with AWS Managed Node Groups](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-tune-eks-with-aws-managed-node-groups)
635-
- [How to Keep Everything Up to Date](https://docs.cloudposse.com/reference-architecture/how-to-guides/upgrades/how-to-keep-everything-up-to-date)
636-
- [How to Tune SpotInst Parameters for EKS](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-tune-spotinst-parameters-for-eks)
637-
- [How to Upgrade EKS Cluster Addons](https://docs.cloudposse.com/reference-architecture/how-to-guides/upgrades/how-to-upgrade-eks-cluster-addons)
638-
- [How to Upgrade EKS](https://docs.cloudposse.com/reference-architecture/how-to-guides/upgrades/how-to-upgrade-eks)
639-
- [EBS CSI Migration FAQ](https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi-migration-faq.html)
631+
- [EKS Foundational Platform](https://docs.cloudposse.com/layers/eks/)
640632

641633
## References
642634

modules/eks/external-secrets-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ components:
194194

195195
## References
196196

197-
- [Secrets Management Strategy](https://docs.cloudposse.com/reference-architecture/design-decisions/cold-start/decide-on-secrets-management-strategy-for-terraform/)
197+
- [Secrets Management Strategy](https://docs.cloudposse.com/layers/project/design-decisions/decide-on-secrets-management-strategy-for-terraform)
198198
- https://external-secrets.io/v0.5.9/
199199
- https://external-secrets.io/v0.5.9/provider-aws-parameter-store/

modules/opsgenie-team/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -387,14 +387,9 @@ Track the issue: https://github.com/opsgenie/terraform-provider-opsgenie/issues/
387387

388388
## Related How-to Guides
389389

390-
- [How to Add Users to a Team in OpsGenie](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-add-users-to-a-team-in-opsgenie)
391-
- [How to Pass Tags Along to Datadog](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-pass-tags-along-to-datadog)
392-
- [How to Onboard a New Service with Datadog and OpsGenie](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-onboard-a-new-service-with-datadog-and-opsgenie)
393-
- [How to Create Escalation Rules in OpsGenie](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-create-escalation-rules-in-opsgenie)
394-
- [How to Setup Rotations in OpsGenie](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-setup-rotations-in-opsgenie)
395-
- [How to Create New Teams in OpsGenie](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-create-new-teams-in-opsgenie)
396-
- [How to Sign Up for OpsGenie?](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie/how-to-sign-up-for-opsgenie/)
397-
- [How to Implement Incident Management with OpsGenie](https://docs.cloudposse.com/reference-architecture/how-to-guides/tutorials/how-to-implement-incident-management-with-opsgenie)
390+
[See OpsGenie in the Reference Architecture](https://docs.cloudposse.com/layers/alerting/opsgenie/)
391+
392+
<CategoryList path="/layers/alerting/opsgenie/" />
398393

399394
## References
400395

0 commit comments

Comments
 (0)