Difference between revisions of "Aws organizations"

From wikieduonline
Jump to navigation Jump to search
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
* https://docs.aws.amazon.com/cli/latest/reference/organizations/index.html
+
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/index.html
  
 
==Commands==
 
==Commands==
===create===
+
=== [[Accounts]] ===
*<code>[[accept-handshake]]</code>
+
* <code>[[aws organizations create-account|create-account]]</code>
*<code>[[attach-policy]]</code>
+
* <code>[[aws organizations create-account|lists-accounts]]</code>
*<code>[[cancel-handshake]]</code>
+
* <code>[[aws organizations close-account|close-account]]</code>
*<code>[[aws organizations create-account|create-account]]</code>
 
*<code>[[create-gov-cloud-account]]</code>
 
*<code>[[create-organization]]</code>
 
*<code>[[create-organizational-unit]]</code>
 
*<code>[[create-policy]]</code>
 
*<code>[[decline-handshake]]</code>
 
  
===delete organitzations===
+
=== Create ===
*<code>delete-organization</code>
+
* <code>[[create-organization]]</code>
*<code>delete-organizational-unit</code>
+
* <code>[[create-organizational-unit]]</code>
*<code>delete-policy</code>
+
* <code>[[create-gov-cloud-account]]</code>
*<code>deregister-delegated-administrator</code>
+
* <code>[[create-policy]]</code>
*<code>describe-account</code>
 
  
===describe===
+
=== Policies ===
 +
* <code>[[create-policy]]</code>
 +
* <code>[[attach-policy]]</code>
 +
* <code>[[detach-policy]]</code>
  
*<code>describe-create-account-status</code>
+
=== Handshake ===
*<code>describe-effective-policy</code>
+
* <code>[[accept-handshake]]</code>
*<code>describe-handshake</code>
+
* <code>[[cancel-handshake]]</code>
*<code>describe-organization</code>
+
* <code>[[decline-handshake]]</code>
*<code>describe-organizational-unit</code>
+
 
*<code>describe-policy</code>
+
=== Delete organitzations ===
*<code>detach-policy</code>
+
* <code>[[delete-organization]]</code>
 +
* <code>[[delete-organizational-unit]]</code>
 +
* <code>[[delete-policy]]</code>
 +
* <code>[[deregister-delegated-administrator]]</code>
 +
 
 +
=== Describe ===
 +
 
 +
* <code>[[describe-create-account-status]]</code>
 +
* <code>[[describe-effective-policy]]</code>
 +
* <code>[[describe-handshake]]</code>
 +
* <code>[[describe-organization]]</code>
 +
* <code>[[describe-organizational-unit]]</code>
 +
* <code>[[describe-policy]]</code>
 +
* <code>[[describe-account]]</code>
  
 
=== Enable/Disable ===
 
=== Enable/Disable ===
* <code>disable-aws-service-access</code>
+
* <code>[[disable-aws-service-access]]</code>
* <code>disable-policy-type</code>
+
* <code>[[disable-policy-type]]</code>
 
* <code>[[enable-all-features]]</code>
 
* <code>[[enable-all-features]]</code>
* <code>enable-aws-service-access</code>
+
* <code>[[enable-aws-service-access]]</code>
* <code>enable-policy-type</code>
+
* <code>[[enable-policy-type]]</code>
* <code>invite-account-to-organization</code>
+
* <code>[[invite-account-to-organization]]</code>
* <code>leave-organization</code>
+
* <code>[[leave-organization]]</code>
  
 
===list===
 
===list===
*<code>[[aws organizations list-accounts]]</code>
+
*<code>[[aws organizations list-accounts|list-accounts]]</code>
*<code>list-accounts-for-parent</code>
+
*<code>[[list-accounts-for-parent]]</code>
*<code>list-aws-serviceaccess-for-organization</code>
+
*<code>[[list-aws-serviceaccess-for-organization]]</code>
*<code>list-children</code>
+
*<code>[[list-children]]</code>
*<code>list-create-account-status</code>
+
*<code>[[list-create-account-status]]</code>
 
*<code>[[list-delegated-administrators]]</code>
 
*<code>[[list-delegated-administrators]]</code>
*<code>list-delegated-services-for-account</code>
+
*<code>[[list-delegated-services-for-account]]</code>
*<code>list-handshakes-for-account</code>
+
*<code>[[list-handshakes-for-account]]</code>
*<code>list-handshakes-for-organization</code>
+
*<code>[[list-handshakes-for-organization]]</code>
*<code>list-organizational-units-for-parent</code>
+
*<code>[[list-organizational-units-for-parent]]</code>
 
*<code>[[aws organizations list-parents|list-parents]]</code>
 
*<code>[[aws organizations list-parents|list-parents]]</code>
*<code>list-policies</code>
+
*<code>[[list-policies]]</code>
*<code>list-policies-for-target</code>
+
*<code>[[list-policies-for-target]]</code>
 
*<code>[[list-roots]]</code>
 
*<code>[[list-roots]]</code>
*<code>list-tags-for-resource</code>
+
*<code>[[list-tags-for-resource]]</code>
*<code>list-targets-for-policy</code>
+
*<code>[[list-targets-for-policy]]</code>
  
 
===tag===
 
===tag===
*<code>tag-resource</code>
+
*<code>[[tag-resource]]</code>
*<code>untag-resource</code>
+
*<code>[[untag-resource]]</code>
  
===update===
+
=== Update ===
*<code>update-organizational-unit</code>
+
*<code>[[update-organizational-unit]]</code>
*<code>update-policy</code>
+
*<code>[[update-policy]]</code>
  
 
===move/remove===
 
===move/remove===
*<code>move-account</code>
+
* <code>[[move-account]]</code>
*<code>register-delegated-administrator</code>
+
* <code>[[register-delegated-administrator]]</code>
*<code>remove-account-from-organization</code>
+
* <code>[[remove-account-from-organization]]</code>
  
 
== See also ==
 
== See also ==
* {{aws organizations}}
+
* {{AWS accounts}}
* {{AWS Governance}}
 
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 15:53, 20 February 2024

Commands[edit]

Accounts[edit]

Create[edit]

Policies[edit]

Handshake[edit]

Delete organitzations[edit]

Describe[edit]

Enable/Disable[edit]

list[edit]

tag[edit]

Update[edit]

move/remove[edit]

See also[edit]

Advertising: