In this video you'll learn how to deploy a web application to AWS using the Amplify Console and add password protection for custom access control.
Instructor: [00:00] If you've already deployed to Amplify, you can jump to the one-minute mark. The first thing we'll do is open the AWS console and search for AWS Amplify. Next, under Deploy, choose Get Started.
[00:15] In this screen, you can choose your Git provider and then choose Continue. Here, you'll need to authorize AWS to access your Git repository. In this screen, choose the repository in the branch that you'd like to deploy.
[00:35] Amplify should auto detect your default build setting so you can scroll down and click Next. To deploy the application, click Save and Deploy. When the app is successfully deployed, you should see four green check marks.
[00:51] To test everything out, click the URL.
[00:53] [silence]
Instructor: [01:00] To add password protection, we can click on Access Control. In this screen, click on Manage Access. Here, we can apply a global password or a password based on a branch. Here, we'll set a password for the master branch.
[01:14] [silence]
Instructor: [01:32] Once the username and password have been saved, we can go back to the main dashboard. Now, when we go to view the site, we're prompted for our username and password.
[01:41] [silence]
Member comments are a way for members to communicate, interact, and ask questions about a lesson.
The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io
Be on-Topic
Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.
Avoid meta-discussion
Code Problems?
Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context
Details and Context
Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!