About 228,000 results
Open links in new tab
  1. What is the difference between Amazon S3 and Amazon EC2 …

    I need to create a web application using php mysql and html. The no.of requests and data will be very high. I need Amazon server space. I read the Amazon documentation and found that S3 …

  2. hosting - Is it possible to use AWS as a web host? - Stack Overflow

    AWS = Amazon Web Services = a suite of different web services. S3 (which you linked to) is an object store. You can't host a web service on S3. EC2, also under the AWS umbrella, is …

  3. Which AWS service to use to deploy Backend? - Stack Overflow

    I am not sure exactly, what type of aws service I should use to deploy my backend code. Updated I am using Codestar, using Express web service. Here is my template.yml. and routes. The …

  4. Why must the Amazon S3 bucket name be the same as website …

    The brief answer is, "that's how Amazon designed it." If the bucket name weren't the same as the domain name, how would S3 know which bucket to use to serve requests for a given domain? …

  5. dart - How to deploy flutter web on server? - Stack Overflow

    Build flutter web: flutter build web —release Create instance on aws ec2 server: mean allocate some memory for your website on server. Instance is the virtual server in aws cloud. Connect …

  6. Web Hosting on Amazon AWS (PHP + MySQL) - Stack Overflow

    Depends on your needs. Elastic Beanstalk might be a good option for many apps, but I chose EC2 for my app's backend (using PHP, MySQL and S3 for storage). Quick steps to get you up …

  7. amazon web services - S3 Static Website Hosting Route All Paths …

    I am using S3 to host a javascript app that will use HTML5 pushStates. The problem is if the user bookmarks any of the URLs, it will not resolve to anything. What I need is the ability to take all ...

  8. amazon web services - https on S3 WITHOUT cloudfront possible?

    We currently want to start hosting all our assets through AWS S3 and we also want to server everything over https. I understand I can use the Amazon Certificate Manager (ACM) with …

  9. amazon web services - S3 static pages without .html extension

    May 5, 2014 · 0 Set the meta data of the file (Content-type to text/html) using the AWS interface AND rename the file, removing the .html from the end. Note that if you go to the "Properties" …

  10. Static hosting on Amazon S3 - DNS Configuration - Stack Overflow

    Nov 29, 2011 · You may want to consider using AWS Amplify to host a static or a dynamic site using S3 Buckets. The process is simpler and the recommended way (as of 2025/11) to host …