Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/images/gen2/getting-started/console1.mp4
Binary file not shown.
Binary file modified public/images/gen2/getting-started/console1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions src/fragments/gen2/quickstart/deploy-and-host.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ If you already have your project remotely hosted in a Git repository, you can sk

### Connect branch in the Amplify console

1. To get started with Gen 2, log in to the [AWS console](https://console.aws.amazon.com/console/home?#amplify) and navigate to your preferred Region. (The Amplify console is available in [19 Regions](https://docs.aws.amazon.com/general/latest/gr/amplify.html#amplify_region)).
2. If you have never created apps with Amplify before, choose _Create an app_ from the purple banner (top screenshot). If you have Amplify apps, you can find the option under *New app > Build an app (Gen 2)*.
1. To get started with Gen 2, log in to the [AWS console](https://console.aws.amazon.com/console/home?#amplify) and navigate to your preferred AWS Region. (The Amplify console is available in [19 AWS Regions](https://docs.aws.amazon.com/general/latest/gr/amplify.html#amplify_region)).
2. From the _Public Preview_ banner, choose _Try Amplify Gen 2_.

![gen2](/images/gen2/getting-started/console1.png)
![Amplify Gen 2 console showing the "Public Preview" banner with "Try Amplify Gen 2" button](/images/gen2/getting-started/console1.png)

3. In the Git provider screen, choose _Option 2: Start with an existing app_. Connect the repository you just deployed and pick a branch.

Expand All @@ -25,11 +25,6 @@ If you already have your project remotely hosted in a Git repository, you can sk

5. Review all of your settings to ensure everything is set up correctly. Choose _Save and deploy_ to deploy your web app.

<video autoPlay={true} muted={true} loop={true} width="100%">
<source src="/images/gen2/getting-started/console1.mp4" />
</video>


### Manage fullstack branch

The new Amplify console gives you a central place to manage your branches, hosting settings, CI/CD builds, and backend resources. Even though you can access backend resources directly from AWS service consoles, the Amplify console offers built-in user and data administration.