-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Getting Started with Amazon SageMaker Studio
By :

Let's set up an AWS account to start our cloud computing journey. If you already have an AWS account, you can skip this section and move on to the next chapter.
Please go to https://portal.aws.amazon.com/billing/signup and follow the instructions to sign up for an account. You will receive a phone call and will need to enter a verification code on the phone keypad as part of the process.
When you first create a new AWS account and log in with your email and password, you will be logged in as an account root user. However, it is best practice to create a new IAM user for yourself with the AdministratorAccess
policy while logged in as the root user, and then swiftly log out and log in again as the IAM user that you just created. The root user credential shall only be used to perform limited account and service management tasks and shall not be used to develop your cloud applications. You should securely store the root user credential and lock it away from any other people accessing it.
Here are the steps to create an IAM user:
Figure 1.2 – Adding an IAM user in the IAM console
Figure 1.3 – Creating a user name and password for an IAM user
Administrator
in Group name, select AdministratorAccess
in the policy list, and hit the Create group button:Figure 1.4 – Creating an IAM group with AdministratorAccess
You will see the following information. Please note down the sign-in URL for easy console access, Access key ID and Secret access key for programmatic access, and the one-time password. You can also download the credential as a CSV file by clicking the Download .csv button:
Figure 1.5 – A new IAM user is created
Figure 1.6 – Confirm your newly created credentials
If you are new to AWS, don't worry about the cost of trying out AWS. AWS offers a free tier for more than 100 services based on the consumption of the service and/or within a 12-month period. The services we are going to use throughout the book, such as an S3 bucket and Amazon SageMaker, have a free tier for you to learn the skills without breaking the bank. The following table is a summary of the free tier for the services that are going to be covered in this book:
Figure 1.7 – Notable free trial offers from AWS
Let's finish off the chapter with a recap of what we've covered.