You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* mdxv3 compatibility
* chore: update versions of things
* chore: fix the caption plugin for v3
* chore: checkin the new caption file
* bump from 3.0.0 to 3.5.2
* fix: card imports
* chore: fix the root
* chore: fix broken links
* chore: revert accident to stay up to date
* chore: hash updates
* chore: regenerate discussions
Copy file name to clipboardExpand all lines: _docs-sources/guides/build-it-yourself/achieve-compliance/deployment-walkthrough/create-the-root-account.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The first step is to create your root account. This account will be the parent of all of your other AWS accounts and the central place where you manage billing. You create this initial account manually, via a web browser:
4
4
5
-
- Go to <https://aws.amazon.com>.
5
+
- Go to [https://aws.amazon.com](https://aws.amazon.com).
6
6
- Click Create an AWS Account.
7
7
- Go through the sign up flow, entering contact and billing details as requested.
8
8
- You will be asked to enter an email address and password to use as the credentials for the root user of this root account.
Copy file name to clipboardExpand all lines: _docs-sources/guides/stay-up-to-date/cis/cis-1.5.0/deployment-walkthrough/step-4-verify-the-code-changes.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ The output of the diff will contain messages similar to these:
29
29
Terraform will perform the following actions:
30
30
31
31
# module.rds.module.rds_alarms.aws_cloudwatch_metric_alarm.rds_disk_space_available[0] will be updated in-place
Copy file name to clipboardExpand all lines: _docs-sources/guides/stay-up-to-date/terraform/how-to-dry-your-reference-architecture/deployment-walkthrough/refactoring-common-configurations-for-a-component.md
+15-8
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,13 @@ The rest of this guide will cover how to identify and extract the common configu
4
4
in your Reference Architecture. These steps can be used to refactor any component that is deployed in multiple
5
5
accounts or environments in your Reference Architecture.
6
6
7
-
-[Step 1: Identify the component](#step-identify-the-component)
8
-
-[Step 2: Identify common configurations](#step-identify-common-configurations)
9
-
-[Step 3: Extract common configurations](#step-extract-common-configurations)
0 commit comments