Creating an AWS account

1. AWS account

If you already have an AWS account, you can skip this step.

Please follow an official tutorial from AWS on creating an account: Create an AWS account.

ℹī¸
INFO When you create an AWS account, AWS requires you to use a credit card. You are not charged when you create an account. AWS charges you when you use your cloud resources. When selecting a support level when creating an account, select the free version.

2. Protecting your AWS account

When you create an AWS account, you create a root user. The root user has full access to the AWS account and should not be used. When we set up the AWS organisation later in this tutorial, you will no longer need the root user for access as we will be creating a separate user to access the accounts.

For now, protect your account (root user) by doing at least these 2 things:

You can also follow other best practices here.

Great, now let's create an AWS organisation.