CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git
Home > How to > Create Organization in AWS

Create Organization in AWS

Learn the concepts, implementation details, and practical steps with a clean developer-focused walkthrough.

Yuba Raj Kalathoki
By Yuba Raj Kalathoki
Last updated: July 1, 2026 ยท 2 min read ยท 0 Comments
Share: in X
aws logo

AWS Organization is one of the services in AWS cloud which lets users create different accounts per environment and helps to manage consolidated billings. You can click here to learn more about it.

You can create an Organization in AWS with the following steps.

  1. Login to your AWS management console with root user.
  2. Click on Services and search AWS Organizations and click on it.
  3. Click the Create Organization button. After clicking Create Organization button, your organization will be created and the user currently logged in will be the root management account 
  4. Now, go to the Policies tab and click on Service control policies and enable it. FullAWSAccess policy will be created by default.
  5. Go back to the Accounts tab.
  6. Click the Add account button and if you already have an account then  you can click on Invite account.  We will be creating the new account so you can click on Create account.
  7. In the Account details:
    1. Account name: Staging
    2. Email address associated with the account: email that will be the administrator of this account.
    3. IAM rone name: OrganizationAccountAccessRole (This will be the default and you can leave as it is)
    4. Tags: This can be optional. You can add tags if you want 
    5. Click on the Create button.

This is done creating an account with AWS Organization Service. You may need to verify your email to confirm it. Check your email. You are likely to receive an Email.

You can check my next post to know how to access organization account in AWS by using Switch Roles option.

Good Luck.

Related Posts:

  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Write User Stories and Acceptance Criteria: A…
  • Create an IAM user in AWS
  • MySQL Commands for Developers
  • Setting Up an EC2 Instance with Amazon CloudFront…
  • Create Cluster In MongoDB Atlas
Tags:awsdevops
Was this article helpful?
โ† Previous ArticleCompile and Run Java Program
Next Article โ†’Access Organization account in AWS

Leave a Comment Cancel reply

You must be logged in to post a comment.

Recent Posts

  • How to implement Passwordless Authentication in Spring Boot: A Step-by-Step Guide
  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Fix SSH Agent Forwarding on macOS: The Ultimate Guide for Developers
  • How to Read AWS Secrets Manager in Spring Boot (Step-by-Step)
  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
CoderSathi

Your go-to resource for Java, Spring Boot, Microservices, AWS, and modern development tutorials.

Linkedin

Quick Links

  • About
  • Contact

Popular Topics

  • Java
  • Spring Boot
  • AWS
  • DevOps
  • MongoDB
  • Linux
  • Git
  • How to
ยฉ 2026 CoderSathi. All rights reserved. Privacy Policy ยท Sitemap