-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaws.html
More file actions
129 lines (115 loc) · 4.96 KB
/
aws.html
File metadata and controls
129 lines (115 loc) · 4.96 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="sheet.css" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Comfortaa:wght@300&family=Lobster&family=Playfair+Display&display=swap" rel="stylesheet"> <script src="https://kit.fontawesome.com/3e9245a59d.js" crossorigin="anonymous"></script>
<title>AWS | Cloud Computing</title>
<style>
</style>
<body>
<header>
<nav>
<a href="#"><img src="Images/logo_file.png" alt="Home" width="250px" style="text-align:left;"></a>
<ul>
<li><a href="aws.html">Aws</a></li>
<li><a href="azure.html">Azure</a></li>
<li><a href="gcp.html">Gcp</a></li>
<li><a href="authors.html"> All Writers</a></li>
<li> </li>
</ul>
</nav>
</header>
<main>
<aside>
<img src="Images/searchdata.png" alt="Search Cloud Computing" width="250px">
<div class="wrapper">
<input type="text" class="input" placeholder="search cloud computing">
<div class="searchbutton">
<i class="fas fa-search"></i>
</div>
</div>
</aside>
<article>
<h1>AWS | Amazon Web Services</h1>
<h2>What is AWS?</h2>
<p>
In 2006, Amazon Web Services (AWS) began offering IT infrastructure
services to businesses in the form of web services -- now commonly known
as cloud computing. One of the key benefits of cloud computing is the
opportunity to replace up-front capital infrastructure expenses with low
variable costs that scale with your business. With the Cloud, businesses
no longer need to plan for and procure servers and other IT infrastructure
weeks or months in advance. Instead, they can instantly spin up hundreds
or thousands of servers in minutes and deliver results faster. Today,
Amazon Web Services provides a highly reliable, scalable, low-cost
infrastructure platform in the cloud that powers hundreds of thousands of
businesses in 190 countries around the world. With data center locations
in the U.S., Europe, Brazil, Singapore, Japan, and Australia, customers
across all industries are taking advantage of the following benefits:
</p>
<ul>
<li class="low-cost">Low Cost</li>
<li class="agility">Agility and Elasticity</li>
<li class="flexible">Flexible</li>
<li class="secure">Secure</li>
</ul>
<hr/>
<h1>Ready to learn more about AWS?</h1>
<p>Click the link below to explore!</p>
<button>
<a href="https://aws.amazon.com/what-is-cloud-computing/"
>Link to AWS page</a>
</button>
</article>
</main>
<footer class="footer-distributed">
<div class="footer-left">
<h3>Cloud<span>Computing</span></h3>
<p class="footer-links">
<a href="#">Home</a>
·
<a href="#">Social Media</a>
·
<a href="https://github.com/only1finesse/cloud-computing-project/issues">GitHub</a>
·
<a href="#">About</a>
·
<a href="authors.html">Writers</a>
·
<a href="#">Contact</a>
</p>
<p class="footer-company-name">cloud-computing © 2020</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>Puget Sound</span> WA, USA</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+1 555 123456</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@cloudomputing.com">contact@webdevtrick.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Cloud Computing</span>
... All about the cloud
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/only1finesse/cloud-computing-project/graphs/contributors?from=2020-11-01&to=2020-11-17&type=c"><i
class="fa fa-github"></i></a>
</div>
</div>
</footer>
</body>
</html>