1 Answers
1
The Amplify CLI commands include the ability to add hosting via S3 and CloudFront, and to publish your updated codebase to S3 as needed. The steps are documented here: https://docs.amplify.aws/cli/hosting/hosting/. If you are building a React based web application, for example, all of the files from your build
directory would be published to S3 as a single page application (SPA). If you are not using a SPA framework such as React, then really any files you publish to S3 will become available and can be accessed similarly to any other webserver.
answered a month ago
Relevant questions
Unable to Create a new Instance on a mac1 Dedicated Host
asked 7 months agoMultiple Mac EC2 instances on one Dedicated Host?
asked 2 years agoAdvice on setting up a platform to host PHP app + MySQL databases + subdomains
asked 6 months agoHost Multi-pages on Amplify
asked a month agoEC2 - Windows 2019 with containers: call service on host
asked 3 years agoGetting Access Daniel when I load my app on AWS Amplify using s3 bucket method
asked 16 days agoELB Rule if Host Header is not equal to
asked 5 months agoBest way to publicly host a website of HTML/JS files and connect them to a RDS database?
asked 5 months agoWhen I used host CPP and AFI, I reported an error while executing host cpp.
asked 2 years agoIs it possible to map an S3 static website to a public static IP address?
Accepted Answerasked 2 years ago
Really thank you David - that’s help!