From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Is AWS a web server? Date: Fri, 31 Jul 2015 22:35:00 +0200 Organization: A noiseless patient Spider Message-ID: <87a8ucxdzf.fsf@ludovic-brenta.org> References: <73c252ea-aba3-497b-b53b-ebf6cfdba723@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="d09dccf46d3796cb081178951a46150e"; logging-data="32353"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+CN4qzGVD6CR/P9WT+BRwB" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:/pqLjN4CMAbYX3ropyo82nXBw0I= sha1:Ca51F+nvfEbT7h9ymX53aui9wOM= Xref: news.eternal-september.org comp.lang.ada:27280 Date: 2015-07-31T22:35:00+02:00 List-Id: EGarrulo writes: > This may seem a dumb question, but the documentation of AWS states > that "AWS is not a Web Server like IIS or Apache, it is a component to > embedded HTTP protocol in an application." On the other hand, the Gem > #29 says that "Common usages [for AWS] are: - To develop a full Web > application." Hence, can you employ AWS to develop a Web application > that faces the Internet, or not? Any direct experiences and/or > recommendations? Thank you. AWS is *part* of a web server. You can use AWS to write a full internet-facing web application; in this case AWS is embedded (or dynamically linked) into your program and your program *is* the web server. -- Ludovic Brenta.