-
Notifications
You must be signed in to change notification settings - Fork 570
Expand file tree
/
Copy pathec2-basic.html
More file actions
executable file
·35 lines (23 loc) · 2.27 KB
/
ec2-basic.html
File metadata and controls
executable file
·35 lines (23 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="main-body-div" id="main-box">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-xs-12">
<!-- Main Body Content -->
<h2 class="page-title bg-primary">EC2: Basic Features</h2>
<div class="inner-body panel">
<h4 class="sub-heading">About Elastic Compute Cloud (EC2)</h4>
<div class="inner-body panel">
<p>"Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers.</p>
<p>Amazon EC2's simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete control of your computing resources and lets you run on Amazon’s proven computing environment. Amazon EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change. Amazon EC2 changes the economics of computing by allowing you to pay only for capacity that you actually use. Amazon EC2 provides developers the tools to build failure resilient applications and isolate them from common failure scenarios." (<a href="https://aws.amazon.com/ec2/">Source</a>)</p>
</div>
</div>
<div class="inner-body panel">
<h4 class="sub-heading">Launch an EC2 Instance and review other EC2 features</h4>
<div class="inner-body panel">
<p>Follow these steps to create an EC2 instance - </p>
<ul class="edited-ul">
<li>Launch an <a href="https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#">EC2 instance</a></li>
<li>View <a href="https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#SecurityGroups:sort=groupId">Security Groups</a></li>
</ul>
</div>
</div>