rusakovichma / aws-threat-modeling-tool-template

Amazon Web Services (AWS) Microsoft Threat Modeling Tool Template
13 stars 7 forks source link

Does AWS S3 support Dynamic Content like server side scripts ? #2

Open rsrinivasanhome opened 8 months ago

rsrinivasanhome commented 8 months ago

I saw this property on AWS S3 - Host dynamic content like server side scripts. Is this really required . Let me know what you feel

Got this back from chatgpt "No, Amazon S3 cannot host websites implemented with server-side scripting languages such as PHP, JSP, or ASP.NET. Amazon S3 is designed for hosting static websites and does not support server-side scripting.

If you need to run server-side scripts, you might want to consider using Amazon EC2 or another web hosting service that supports server-side scripting. For example, you can use the EC2 free tier. "

https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html