Voiced by Amazon Polly |
Overview
AWS Amplify is a service to deploy your full-stack web and mobile applications. Initially introduced by AWS in November of 2018. AWS Amplify is great for Continuous Deployment (CD/CI) operations with your application. This blog post takes you through a simple demonstration of how to work with AWS Amplify and handle all application deployments. This is an attempt to answer your question such as “How do I deploy AWS amplify?”
Scroll down to AWS Amplify Hosting
For demonstration, we will deploy react app on AWS Amplify by connecting the Git repository to AWS Amplify. Click on “Get Started” in the Amplify Hosting Section.
Select your Git Repository
You can directly connect your code repository with AWS Amplify.
Authorize AWS Amplify to connect with your Github account.
Select allow for All Repositories. Then click on install & authorize.
Successfully Integrating with Github
Once you have done the above steps and successfully integrated with Github. You will this notification by AWS Management Console.
Select your Repository
After successfully connecting with your Github account. Now you can select the repository you want to host on Amplify. We will go with the first repository named “react-app-01”.
Select the Branch
It is important to specify the branch you want to deploy, as your code may have multiple branches. We will select the “Master” branch for this demo and then click on next.
Auto Detecting your App Settings
One of the main features of Amplify is how once you connect your code repository, it will auto-detect the tech stack of the application.
Add Environment Variables
If there are any Environment Variables that are hosted in your application, you can then add them here. AWS Amplify makes sure that these variables are then securely inserted in your application code wherever required.
For the purpose of this demo, we will not add any environment variables. Let’s click on next to continue.
Review your Deployment
Before clicking the save and deploy button. Let us review if all parameters are configured correctly. Click on “save and deploy” once done.
Successfully Deploying the App
Now we need to wait till the deployment is successful
Please wait till the status of Provision, Build, Deploy and Verify is green.
Click the Link to Open Your Application
After the status checks are done for Provision, Build, Deploy and Verify. Your App is ready to go. Click on the link given in the image below to open your application.
Be Ready to Watch the Output
Your application is now successfully deployed on AWS Amplify. You can now share this link with your friends and colleagues to test the application.
Your AWS Amplify Link: https://master.d3ujaozaddhcc8.amplifyapp.com
Enable or Disable CI/CD
AWS Amplify or Amazon Amplify by default has enabled continuous deployments(CI/CD). With CI/CD enabled, every time you make changes to your code, Amplify will trigger a new deployment and deploy the updated repository of your application.
Get your new hires billable within 1-60 days. Experience our Capability Development Framework today.
- Cloud Training
- Customized Training
- Experiential Learning
About CloudThat
CloudThat is also the official AWS (Amazon Web Services) Advanced Consulting Partner and Training partner and Microsoft gold partner, helping people develop knowledge of the cloud and help their businesses aim for higher goals using best in industry cloud computing practices and expertise. We are on a mission to build a robust cloud computing ecosystem by disseminating knowledge on technological intricacies within the cloud space. Our blogs, webinars, case studies, and white papers enable all the stakeholders in the cloud computing sphere.
Drop a query if you have any questions regarding AWS Amplify and I will get back to you quickly.
To get started, go through our Consultancy page and Managed Services Package that is CloudThat’s offerings.
- amazon amplify
- aws amplify
- aws amplify deploy react app
- AWS Amplify documentation
- AWS Amplify Hosting
- aws amplify react native
- Deploy a Web Application on AWS Amplify
- deploy and host app with AWS amplify
- Deploy React and AWS Amplify
- Deploying to AWS Amplify
- guide to deploying application with AWS amplify
- How do I deploy AWS amplify?
- How to Use AWS Amplify to deploy application
WRITTEN BY Mithilesh Dilip Tarkar
Click to Comment