|
7 | 7 |
|
8 | 8 | AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native. |
9 | 9 |
|
10 | | -<p>AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts |
11 | | -into an <i>organization</i> and centrally manage your accounts and their |
12 | | -resources.</p> |
13 | | -<p>This guide provides descriptions of the Organizations operations. For more information about |
14 | | -using this service, see the <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html">AWS Organizations User Guide</a>.</p> |
| 10 | +<p>Organizations is a web service that enables you to consolidate your multiple |
| 11 | +Amazon Web Services accounts into an <i>organization</i> and centrally manage your |
| 12 | +accounts and their resources.</p> |
| 13 | +<p>This guide provides descriptions of the Organizations operations. For more |
| 14 | +information about using this service, see the <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html">Organizations User Guide</a>.</p> |
15 | 15 | <p> |
16 | | -<b>Support and feedback for AWS Organizations</b> |
| 16 | +<b>Support and feedback for Organizations</b> |
17 | 17 | </p> |
18 | 18 | < p>We welcome your feedback. Send your comments to < a href= "mailto:[email protected]"> [email protected]</ a> or post your feedback and questions in |
19 | | -the <a href="http://forums.aws.amazon.com/forum.jspa?forumID=219">AWS Organizations support forum</a>. For |
20 | | -more information about the AWS support forums, see <a href="http://forums.aws.amazon.com/help.jspa">Forums Help</a>.</p> |
| 19 | +the <a href="http://forums.aws.amazon.com/forum.jspa?forumID=219">Organizations support forum</a>. For |
| 20 | +more information about the Amazon Web Services support forums, see <a href="http://forums.aws.amazon.com/help.jspa">Forums Help</a>.</p> |
21 | 21 | <p> |
22 | | -<b>Endpoint to call When using the AWS CLI or the AWS |
| 22 | +<b>Endpoint to call When using the CLI or the Amazon Web Services |
23 | 23 | SDK</b> |
24 | 24 | </p> |
25 | | -<p>For the current release of Organizations, specify the <code>us-east-1</code> region for all |
26 | | -AWS API and AWS CLI calls made from the commercial AWS Regions outside of China. If |
27 | | -calling from one of the AWS Regions in China, then specify |
28 | | -<code>cn-northwest-1</code>. You can do this in the AWS CLI by using these parameters and |
29 | | -commands:</p> |
| 25 | +<p>For the current release of Organizations, specify the <code>us-east-1</code> region |
| 26 | +for all Amazon Web Services API and CLI calls made from the commercial Amazon Web Services Regions outside of |
| 27 | +China. If calling from one of the Amazon Web Services Regions in China, then specify |
| 28 | +<code>cn-northwest-1</code>. You can do this in the CLI by using these parameters |
| 29 | +and commands:</p> |
30 | 30 | <ul> |
31 | 31 | <li> |
32 | 32 | <p>Use the following parameter with each command to specify both the endpoint and |
33 | 33 | its region:</p> |
34 | 34 | <p> |
35 | 35 | <code>--endpoint-url https://organizations.us-east-1.amazonaws.com</code> |
36 | | -<i>(from commercial AWS Regions outside of China)</i> |
| 36 | +<i>(from commercial Amazon Web Services Regions outside of China)</i> |
37 | 37 | </p> |
38 | 38 | <p>or</p> |
39 | 39 | <p> |
40 | 40 | <code>--endpoint-url |
41 | 41 | https://organizations.cn-northwest-1.amazonaws.com.cn</code> |
42 | | -<i>(from AWS Regions in China)</i> |
| 42 | +<i>(from Amazon Web Services Regions in China)</i> |
43 | 43 | </p> |
44 | 44 | </li> |
45 | 45 | <li> |
46 | 46 | <p>Use the default endpoint, but configure your default region with this |
47 | 47 | command:</p> |
48 | 48 | <p> |
49 | 49 | <code>aws configure set default.region us-east-1</code> |
50 | | -<i>(from commercial AWS Regions outside of China)</i> |
| 50 | +<i>(from commercial Amazon Web Services Regions outside of China)</i> |
51 | 51 | </p> |
52 | 52 | <p>or</p> |
53 | 53 | <p> |
54 | 54 | <code>aws configure set default.region cn-northwest-1</code> |
55 | | -<i>(from AWS Regions in China)</i> |
| 55 | +<i>(from Amazon Web Services Regions in China)</i> |
56 | 56 | </p> |
57 | 57 | </li> |
58 | 58 | <li> |
59 | 59 | <p>Use the following parameter with each command to specify the endpoint:</p> |
60 | 60 | <p> |
61 | 61 | <code>--region us-east-1</code> |
62 | | -<i>(from commercial AWS Regions outside of China)</i> |
| 62 | +<i>(from commercial Amazon Web Services Regions outside of China)</i> |
63 | 63 | </p> |
64 | 64 | <p>or</p> |
65 | 65 | <p> |
66 | 66 | <code>--region cn-northwest-1</code> |
67 | | -<i>(from AWS Regions in China)</i> |
| 67 | +<i>(from Amazon Web Services Regions in China)</i> |
68 | 68 | </p> |
69 | 69 | </li> |
70 | 70 | </ul> |
71 | 71 | <p> |
72 | 72 | <b>Recording API Requests</b> |
73 | 73 | </p> |
74 | | -<p>AWS Organizations supports AWS CloudTrail, a service that records AWS API calls for your AWS |
75 | | -account and delivers log files to an Amazon S3 bucket. By using information collected by |
76 | | -AWS CloudTrail, you can determine which requests the Organizations service received, who made the request |
77 | | -and when, and so on. For more about AWS Organizations and its support for AWS CloudTrail, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration">Logging |
78 | | -AWS Organizations Events with AWS CloudTrail</a> in the <i>AWS Organizations User Guide</i>. |
79 | | -To learn more about AWS CloudTrail, including how to turn it on and find your log files, see the |
80 | | -<a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">AWS CloudTrail User Guide</a>.</p> |
| 74 | +<p>Organizations supports CloudTrail, a service that records Amazon Web Services API calls for your |
| 75 | +Amazon Web Services account and delivers log files to an Amazon S3 bucket. By using information collected |
| 76 | +by CloudTrail, you can determine which requests the Organizations service received, who made the |
| 77 | +request and when, and so on. For more about Organizations and its support for CloudTrail, see |
| 78 | +<a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration">Logging |
| 79 | +Organizations Events with CloudTrail</a> in the <i>Organizations User Guide</i>. |
| 80 | +To learn more about CloudTrail, including how to turn it on and find your log files, see the |
| 81 | +<a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">CloudTrail User Guide</a>.</p> |
81 | 82 |
|
82 | 83 | ## Installing |
83 | 84 |
|
|
0 commit comments