Skip to content

Commit 66a8f0e

Browse files
committed
Applied improvements recommended by rachel lee
1 parent e651616 commit 66a8f0e

File tree

1 file changed

+43
-10
lines changed

1 file changed

+43
-10
lines changed

src/pages/console/adminui/start.mdx

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,34 @@ AWS Amplify Studio is a visual development environment for building fullstack we
77

88
Amplify Studio is available in the following regions: [Amplify Studio service endpoints](https://docs.aws.amazon.com/general/latest/gr/amplify.html#amplifyadmin_region).
99

10-
## Get started with Amplify Studio
10+
## Quick Start Guide
1111

1212
<BlockSwitcher>
1313

14-
<Block name="Get started without an AWS account">
14+
<Block name="Build without an AWS account">
1515

16-
If you are new to AWS, you don't need an AWS account to get started. Visit the [Amplify Studio Sandbox](https://sandbox.amplifyapp.com/), where you can build and test your data model, and build React forms, all without logging into AWS.
16+
If you are new to AWS, you don't need an account to get started. Visit the [Amplify Studio Sandbox](https://sandbox.amplifyapp.com/), where you can model your data and build React forms, all without logging into AWS.
1717

1818
<InternalLinkButton href="https://sandbox.amplifyapp.com/">
1919
<span slot="text">Explore the Sandbox</span>
2020
</InternalLinkButton>
2121

2222
</Block>
2323

24-
<Block name="Get started with your AWS account">
24+
<Block name="Create an AWS account">
2525

26-
If you already have an AWS account, you can begin using all of Amplify Studio's features. After you deploy a backend in Amplify, you can launch Studio from your Amplify project. [Your entire team can use Studio](access-management/#to-invite-team-members-to-access-a-project) to add new features, update app data, and manage users and groups.
26+
To use all of Amplify Studio's functionality, you will need an AWS account. You can take advantage of the [AWS free tier]("https://aws.amazon.com/free") to get started with no cost.
27+
28+
<InternalLinkButton href="https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?refid=78b916d7-7c94-4cab-98d9-0ce5e648dd5f">
29+
<span slot="text">Create an AWS Account</span>
30+
</InternalLinkButton>
31+
32+
</Block>
33+
34+
<Block name="Build a fullstack app">
35+
36+
If you already have an AWS account, you can begin using all of Amplify Studio's features. [Log into the AWS console]("https://console.aws.amazon.com/console/home"), and click the button below to create a new project in Amplify Studio
2737

28-
To start using Studio, create a new project in Amplify
2938
<InternalLinkButton href="https://console.aws.amazon.com/amplify/home?#/deploy-backend">
3039
<span slot="text">Create New Project</span>
3140
</InternalLinkButton>
@@ -39,16 +48,39 @@ Next, follow these steps to deploy and launch Amplify Studio:
3948

4049
</BlockSwitcher>
4150

42-
### Log into Studio
43-
If you have an existing Amplify project with Studio already provisioned, you can log into Studio via the following steps:
44-
1. Navigate to the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home)
51+
## Logging In and Creating an App
52+
53+
### Log into the Amplify Console
54+
The Amplify Console is where you build, manage, and host your Amplify applications. To log in, take the following steps:
55+
1. [Log into the AWS console]("https://console.aws.amazon.com/console/home")
56+
1. Search for **AWS Amplify** in the console
57+
1. Select **AWS Amplify** to open the Amplify Console
58+
59+
Alternatively, [click here to go straight to the Amplify Console]("https://console.aws.amazon.com/amplify/home")
60+
61+
### Create a new Studio app
62+
To create a new Studio app, first log into the [Amplify Console]("https://console.aws.amazon.com/amplify/home"). Once you've logged in, you can create a new app using the following steps:
63+
64+
*If you have no apps in this region...*
65+
1. Scroll to the bottom of the page
66+
1. In the Amplify Studio section, select ["Get started"]("https://console.aws.amazon.com/amplify/home?#/deploy-backend")
67+
1. Name your app, and select **Confirm Deployment**
68+
69+
*If you already have apps in this region...*
70+
1. Select **New app** in the upper right-hand corner
71+
1. Select **Build an app** from the dropdown menu
72+
1. Name your app, and select **Confirm Deployment**
73+
74+
### Launch Studio
75+
To launch Amplify Studio for your app, take the following steps:
76+
1. Log into the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home)
4577
1. Select your app from the list of apps
4678
1. Select the **Backend environments** tab
4779
1. Select **Launch Studio**
4880

4981
<Callout info>
5082

51-
Is your app missing from the list? Make sure the correct region is selected in the upper right-hand corner
83+
**Is your app missing from the list?** Make sure the correct region is selected in the upper right-hand corner
5284

5385
</Callout>
5486

@@ -68,3 +100,4 @@ If you have [created a new Amplify project through the CLI](/cli/start/workflows
68100
You are ready to start creating and managing your application's backend in Amplify Studio. Recommended next steps:
69101
* [Build a data model](/console/data/data-model)
70102
* [Create UI components in Figma](/console/uibuilder/figmatocode/)
103+
* [Invite your team members to collaborate](access-management/)

0 commit comments

Comments
 (0)