Skip to content

Commit da7c6b7

Browse files
authored
C172726: Converting plain-text link to MD syntax
There are some languages that, based on linguistic grounds, changed the position of the links in comparison to their source content and placed them at the beginning of the string. This prevents their correct rendering on live pages. Kindly consider using MD hyperlink syntax structure \[..\]\(…\)
1 parent d5d7dcb commit da7c6b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cost-management-billing/cloudyn/connect-aws-account.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The first step is to get the unique connection passphrase from the Cloudyn porta
3636

3737
### Add AWS read-only role-based access
3838

39-
1. Sign in to the AWS console at https://console.aws.amazon.com/iam/home and select **Roles**.
39+
1. Sign in to the AWS console at [https://console.aws.amazon.com/iam/home](https://console.aws.amazon.com/iam/home) and select **Roles**.
4040
2. Click **Create Role** and then select **Another AWS account**.
4141
3. In the **Account ID** box, paste `432263259397`. This Account ID is the Cloudyn data collector account assigned by AWS to the Cloudyn service. Use the exact Account ID shown.
4242
4. Next to **Options**, select **Require external ID**. Paste your unique value that copied previously from the **External ID** field in Cloudyn. Then click **Next: Permissions**.
@@ -71,7 +71,7 @@ The following sections walk you through creating a read-only user to provide acc
7171

7272
### Add AWS read-only user-based access
7373

74-
1. Sign in to the AWS console at https://console.aws.amazon.com/iam/home and select **Users**.
74+
1. Sign in to the AWS console at [https://console.aws.amazon.com/iam/home](https://console.aws.amazon.com/iam/home) and select **Users**.
7575
2. Click **Add User**.
7676
3. In the **User name** field, type a user name.
7777
4. For **Access type**, select **Programmatic access** and click **Next: Permissions**.
@@ -102,7 +102,7 @@ Cloudyn starts collecting the data and populating reports. Next, [enable detaile
102102

103103
Use the following steps to get your AWS Role ARN. You use the Role ARN to grant read permissions to a billing bucket.
104104

105-
1. Sign in to the AWS console at https://console.aws.amazon.com and select **Services**.
105+
1. Sign in to the AWS console at [https://console.aws.amazon.com](https://console.aws.amazon.com) and select **Services**.
106106
2. In the Service Search box type *IAM*, and select that option.
107107
3. Select **Roles** from the left-hand menu.
108108
4. In the list of Roles, select the role that you created for Cloudyn access.
@@ -112,7 +112,7 @@ Use the following steps to get your AWS Role ARN. You use the Role ARN to grant
112112

113113
You create an S3 bucket to store detailed billing information.
114114

115-
1. Sign in to the AWS console at https://console.aws.amazon.com and select **Services**.
115+
1. Sign in to the AWS console at [https://console.aws.amazon.com](https://console.aws.amazon.com) and select **Services**.
116116
2. In the Service Search box type *S3*, and select **S3**.
117117
3. On the Amazon S3 page, click **Create bucket**.
118118
4. In the Create bucket wizard, choose a Bucket name and Region and then click **Next**.

0 commit comments

Comments
 (0)