AWS Management Console Archívum - Road to AWS https://roadtoaws.com/tag/aws-management-console-en/ This is my cloud journey Tue, 07 May 2024 09:56:51 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.1 https://roadtoaws.com/wp-content/uploads/2021/03/cropped-avatar-32x32.png AWS Management Console Archívum - Road to AWS https://roadtoaws.com/tag/aws-management-console-en/ 32 32 First things to set on a newly created AWS account https://roadtoaws.com/2021/03/16/first-things-to-set-on-a-newly-created-aws-account/ https://roadtoaws.com/2021/03/16/first-things-to-set-on-a-newly-created-aws-account/#comments Tue, 16 Mar 2021 16:06:00 +0000 http://roadtoaws.com/?p=188 You have just created your first AWS account. Great job! Now you have the power of AWS in your hands! Deciding your region The first…

A First things to set on a newly created AWS account bejegyzés először Road to AWS-én jelent meg.

]]>
You have just created your first AWS account. Great job! Now you have the power of AWS in your hands!

Deciding your region

The first task before you create anything is selecting your region. Each region is completely isolated from the other. You may select your region based on your location that is closest to you or that you would be legally required to. (For example for GDPR it is best to select an EU region if you’re customers are based in Europe). Each region also has different services available. Amazon SES (Simple Email Service) that is used by Cognito for example currently supports Email receiving only in the following regions:

  • US East (N. Virginia) us-east-1
  • US West (Oregon) us-west-2
  • Europe (Ireland) eu-west-1

We can select the region in the upper right corner in the AWS Management Console. Let’s not forget that what we created in one region is by default not accessible in another.

Creating a VPC

Now that you have selected your region you can create your first VPC. All accounts come with a default VPC but those vary by region to region on how they are configured (eg. how many subnets they have). I suggest creating a VPC according to your needs. For example, if you would like to use RDS you will need two subnets (preferably private subnets).

The easiest way to create a VPC is through the VPC Wizard from the VPC Dashboard.

Securing your account

You are responsible for security in the cloud! That is why it’s your responsibility to secure your account. When you create an account you have basic security with all access (root account). First, it is a good idea to enable Multi-Factor Authentication or MFA on this account. You can set this under My Account.

Next, create an IAM user in the IAM Management Console. Set only the necessary permissions for each user. If you create a user for yourself don’t forget that Administrator role users don’t have access to billing. If you would like to see your billing information from your IAM user account you should add Billing permissions as well.

After creating your IAM user you should only use your root account when you are managing your IAM users, groups, and permissions.

That’s it! Your account is now secure and ready to used! 👍

A First things to set on a newly created AWS account bejegyzés először Road to AWS-én jelent meg.

]]>
https://roadtoaws.com/2021/03/16/first-things-to-set-on-a-newly-created-aws-account/feed/ 1