

# Setting up and signing into Amazon Quick
<a name="setting-up"></a>

Amazon Quick offers two ways to get started, depending on your needs:
+ **Get started quickly** – If you're an individual or small team and don't have an Amazon Web Services account, see [Signing up at quick.aws.com](https://docs.amazonaws.cn/quicksuite/latest/userguide/standalone-signup.html).
+ **Use Quick with your organization's Amazon account** – If your organization already uses Amazon Web Services services, see [Signing up through the Amazon Console](https://docs.amazonaws.cn/quicksuite/latest/userguide/signing-up.html).

**Free and Plus accounts (quick.aws.com):** Sign up at [https://quick.aws.com](https://quick.aws.com) using an email address. Amazon Quick creates an account for you automatically using your email or social login credentials. Choose from Free, Free Trial Plus, or Paid Plus plan tiers. No Amazon Web Services account or technical configuration is required.

**Amazon Console accounts:** If your organization uses Amazon, you can provision Amazon Quick through the Amazon Web Services Management Console. This path uses IAM Identity Center for authentication and integrates with your existing Amazon billing and governance.

For a comparison of features available with each account type, see [Pricing and availability](https://docs.amazonaws.cn/quicksuite/latest/userguide/what-is.html#pricing).

For more information on administering your account after setup, see [Administering Amazon Quick (Free/Plus)](https://docs.amazonaws.cn/quicksuite/latest/userguide/standalone-admin-guide.html) or [Administering Amazon Quick](https://docs.amazonaws.cn/quicksuite/latest/userguide/qsysadmin.html) for accounts provisioned through the Amazon Web Services Management Console.

**Topics**
+ [Complete initial configuration tasks](#setting-up-create-iam-user)
+ [Signing up at quick.aws.com](standalone-signup.md)
+ [Signing up through the Amazon Console](signing-up.md)
+ [Signing in to Amazon Quick](signing-in.md)

## Complete initial configuration tasks
<a name="setting-up-create-iam-user"></a>

**Note**  
The following configuration tasks apply to Amazon Console accounts only. If you are signing up at [quick.aws.com](https://quick.aws.com), these steps are handled automatically. See [Signing up at quick.aws.com](https://docs.amazonaws.cn/quicksuite/latest/userguide/standalone-signup.html) instead.

 To use Amazon Quick you must first complete the following tasks: 

**Topics**
+ [Sign up for an Amazon Web Services account](#sign-up-for-aws)
+ [Secure IAM users](#secure-an-admin)

### Sign up for an Amazon Web Services account
<a name="sign-up-for-aws"></a>

If you do not have an Amazon Web Services account, use the following procedure to create one.

**To sign up for Amazon Web Services**

1. Open [http://www.amazonaws.cn/](http://www.amazonaws.cn/) and choose **Sign Up**.

1. Follow the on-screen instructions.

Amazon sends you a confirmation email after the sign-up process is complete. At any time, you can view your current account activity and manage your account by going to [http://www.amazonaws.cn/](http://www.amazonaws.cn/) and choosing **My Account**.

### Secure IAM users
<a name="secure-an-admin"></a>

After you sign up for an Amazon Web Services account, safeguard your administrative user by turning on multi-factor authentication (MFA). For instructions, see [Enable a virtual MFA device for an IAM user (console)](https://docs.amazonaws.cn/IAM/latest/UserGuide/id_credentials_mfa_enable_virtual.html#enable-virt-mfa-for-iam-user) in the *IAM User Guide*.

To give other users access to your Amazon Web Services account resources, create IAM users. To secure your IAM users, turn on MFA and only give the IAM users the permissions needed to perform their tasks.

For more information about creating and securing IAM users, see the following topics in the *IAM User Guide*: 
+ [Creating an IAM user in your Amazon Web Services account](https://docs.amazonaws.cn//IAM/latest/UserGuide/id_users_create.html)
+ [Access management for Amazon resources](https://docs.amazonaws.cn/IAM/latest/UserGuide/access.html)
+ [Example IAM identity-based policies](https://docs.amazonaws.cn/IAM/latest/UserGuide/access_policies_examples.html)