comparison xml/en/docs/howto_setup_development_environment_on_ec2.xml @ 937:c1751a5e538a

Added information about brand new Ubuntu AMI.
author Andrei Belov <defan@nginx.com>
date Thu, 27 Jun 2013 13:18:24 +0400
parents dc775f09b798
children facf495a5629
comparison
equal deleted inserted replaced
936:99f8165723ca 937:c1751a5e538a
19 19
20 <list type="bullet" compact="no"> 20 <list type="bullet" compact="no">
21 21
22 <listitem> 22 <listitem>
23 <link url="https://aws.amazon.com/marketplace/pp/B00A04GAG4"> 23 <link url="https://aws.amazon.com/marketplace/pp/B00A04GAG4">
24 NGINX AMI based on Amazon Linux AMI</link> 24 NGINX Amazon Linux AMI</link>
25 </listitem> 25 </listitem>
26
27 <listitem>
28 <link url="https://aws.amazon.com/marketplace/pp/B00DIF4A6Y">
29 NGINX Ubuntu AMI</link>
30 </listitem>
31
32 </list>
33
34 These images contain the following components:
35
36 <list type="bullet" compact="no">
26 37
27 <listitem> 38 <listitem>
28 Latest version of nginx optimized for use with AWS 39 Latest version of nginx optimized for use with AWS
29 </listitem> 40 </listitem>
30 41
31 <listitem> 42 <listitem>
32 Install script for typical nginx configurations with AWS 43 Helper script used to install and configure a set of typical nginx
44 configurations
33 </listitem> 45 </listitem>
34 46
35 </list> 47 </list>
36 48
37 </para> 49 </para>
49 <link url="http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/Welcome.html"> 61 <link url="http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/Welcome.html">
50 Getting Started with EC2</link> guide to sign up to AWS and 62 Getting Started with EC2</link> guide to sign up to AWS and
51 get more information about EC2 itself. 63 get more information about EC2 itself.
52 Then you can proceed to 64 Then you can proceed to
53 <link url="https://aws.amazon.com/marketplace/pp/B00A04GAG4"> 65 <link url="https://aws.amazon.com/marketplace/pp/B00A04GAG4">
54 NGINX AMI product page on AWS Marketplace</link> and launch NGINX AMI. 66 NGINX Amazon Linux AMI</link> or
67 <link url="https://aws.amazon.com/marketplace/pp/B00DIF4A6Y">
68 NGINX Ubuntu AMI</link> product page on AWS Marketplace and launch the AMI.
55 When configuring the firewall rules, it is necessary to add a rule 69 When configuring the firewall rules, it is necessary to add a rule
56 to accept web traffic on TCP ports 80 and 443 (“1-click launch” 70 to accept web traffic on TCP ports 80 and 443 (“1-click launch”
57 will do that automatically). 71 will do that automatically).
58 </listitem> 72 </listitem>
59 73
70 </listitem> 84 </listitem>
71 85
72 <listitem> 86 <listitem>
73 To configure nginx for use with different web frameworks 87 To configure nginx for use with different web frameworks
74 quickly and efficiently, you can use a special helper script 88 quickly and efficiently, you can use a special helper script
75 included in NGINX AMI. 89 included in the AMI.
76 Log in to your EC2 instance and start: 90 Log in to your EC2 instance and start:
77 91
78 <programlisting> 92 <programlisting>
79 nginx-setup 93 nginx-setup
80 </programlisting> 94 </programlisting>