Introducing AWS Organizations

So far we have been working out of a single AWS account that we use for development, testing as well as for production purposes, but this isn't the case with many organizations who end up with multiple AWS accounts for a variety of purposes such as multiple environments, compliance issues, and so on. Each account gets governed and managed in its own way with no centralized ownership or control.

AWS Organizations is a simple service that allows you to consolidate and manage multiple such AWS accounts all under one roof. It enables you to group AWS accounts into one or more collective organizations that you can create and manage as a whole.

Here's a quick look at some of AWS Organizations key concepts and terminologies:


To know more about the HIPAA compliance and how it works along with AWS visit this URL to know more https://aws.amazon.com/compliance/hipaa-compliance/.

An important point to remember here is that SCPs only work when you have enabled the All features feature set while creating your organization.

With this basic information in hand, let us look at how you can get started with AWS Organizations using a few simple steps.