python/example_code/organizations/README.md
Shows how to use the AWS SDK for Python (Boto3) to work with AWS Organizations.
<!--custom.overview.start--> <!--custom.overview.end-->Organizations consolidates multiple AWS accounts into an organization that you create and centrally manage.
For prerequisites, see the README in the python folder.
Install the packages required by these examples by running the following in a virtual environment:
python -m pip install -r requirements.txt
Code excerpts that show you how to call individual service functions.
<!--custom.examples.start--> <!--custom.examples.end-->Run this example at a command prompt with the following command.
python organizations_policies.py [--target TARGET]
The example optionally attaches and detaches the demo policy to an AWS Organizations
resource, such as a root organization or account. If you want to include this in the
demo, replace TARGET in the command with the ID of the resource.
⚠ Running tests might result in charges to your AWS account.
To find instructions for running these tests, see the README
in the python folder.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0