Deploy React Application To AWS Amplify

AWS Amplify simplifies the steps to deploy frontend application to a globally available CDN. Here are the steps to deploy React application to AWS Amplify

First go to AWS Amplify https://console.aws.amazon.com/amplify/home#/home , and select Host your web app.


Select Git Repository


Select a repository and branch


Review and click Save and deploy. This will deploy the application to amplify. After the deployment is complete, you can now open the web application from the browser. The deployed application should have a domain such as https://master.d2zimxm532432.amplifyapp.com/.


Add a Custom Domain. You can register a domain on Amazon Route53 and use the custom domain to access the web application. Go to Domain management and click Add domain. Select the domain and Click Save.