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
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 \[..\]\(…\)
Copy file name to clipboardExpand all lines: articles/cost-management-billing/cloudyn/connect-aws-account.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The first step is to get the unique connection passphrase from the Cloudyn porta
36
36
37
37
### Add AWS read-only role-based access
38
38
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**.
40
40
2. Click **Create Role** and then select **Another AWS account**.
41
41
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.
42
42
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
71
71
72
72
### Add AWS read-only user-based access
73
73
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**.
75
75
2. Click **Add User**.
76
76
3. In the **User name** field, type a user name.
77
77
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
102
102
103
103
Use the following steps to get your AWS Role ARN. You use the Role ARN to grant read permissions to a billing bucket.
104
104
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**.
106
106
2. In the Service Search box type *IAM*, and select that option.
107
107
3. Select **Roles** from the left-hand menu.
108
108
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
112
112
113
113
You create an S3 bucket to store detailed billing information.
114
114
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**.
116
116
2. In the Service Search box type *S3*, and select **S3**.
117
117
3. On the Amazon S3 page, click **Create bucket**.
118
118
4. In the Create bucket wizard, choose a Bucket name and Region and then click **Next**.
0 commit comments