-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
223 lines (161 loc) · 9.27 KB
/
index.html
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.58.2" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Anees Patel" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://anees009.github.io/" />
<meta property="og:updated_time" content="2021-06-10T03:17:14+00:00" /><meta property="og:site_name" content="Cloud & Containers" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Anees Patel"/>
<meta name="twitter:description" content=""/>
<meta name="twitter:site" content="@sssssbutton"/>
<title>Anees Patel</title>
<link rel="icon" type="image/png" href='https://anees009.github.io/images/favicon-16x16.png' sizes="16x16">
<link rel="icon" type="image/png" href='https://anees009.github.io/images/favicon-32x32.png' sizes="32x32">
<link href="https://fonts.googleapis.com/css?family=Oswald:400" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://anees009.github.io/css/bundle.min.239e1ff2944af427cf752b4331d16e9db8f9e63dd755464be77fd96da7f3fb09.css" integrity="sha256-I54f8pRK9CfPdStDMdFunbj55j3XVUZL53/Zbafz+wk=" />
<style type="text/css">
.feature-image {
background-image: linear-gradient(
rgba(0, 0, 0, 0.15),
rgba(0, 0, 0, 0.15)
), url('https://anees009.github.io/images/hero-main.jpg');
height: 500px;
}
.feature-image-text {
margin-top: 20px;
}
@media (min-width: 1200px) {
.feature-image {
background-position: 0% 30%;
}
}
@media (max-width: 768px) {
.feature-image {
height: 250px;
background-position: 0% 0%;
}
}
</style>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark py-1 top-nav">
<div class="container">
<a class="navbar-brand pr-2" href="https://anees009.github.io/">ANEES PATEL</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="navbar-collapse collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link active" href="https://anees009.github.io/categories/development/">Development</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://anees009.github.io/categories/golang/">Golang</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://anees009.github.io/about/">About</a>
</li>
</ul>
<div class="social-icons d-none d-lg-block">
<a class="py-2 px-2" href="https://twitter.com/sssssbutton"><i class="fab fa-twitter"></i></a>
<a class="py-2 px-2" href="https://www.linkedin.com/in/anees-patel-00964182/"><i class="fab fa-linkedin"></i></a>
<a class="py-2 px-2" href="https://github.com/anees009"><i class="fab fa-github"></i></a>
<a class="py-2 px-2" href='https://anees009.github.io/index.xml'><i class="fas fa-rss"></i></a>
</div>
</div>
</div>
</nav>
<header class="feature-image">
<div class="feature-image-text white-shadow-text">
<h1>Cloud & Containers</h1>
<div class="intro-description d-none d-md-block">All things Linux</div>
</div>
</header>
<div class="main">
<div class="container mt-4 mb-4 recent-posts mx-auto">
<article class="post">
<a class="title" href="https://anees009.github.io/post/aws-terraform-ansible-webapp/"><h2>Deploy a fully automated web-app using AWS, Terraform and Ansible</h2></a>
<div class="mb-3">
<small>
<strong>By Anees Patel</strong>
| <i class="far fa-calendar-alt"></i> Jun 5, 2021
| <i class="fa fa-tags" title="Tags" aria-hidden="true"></i> <a href='https://anees009.github.io/tags/terraform/'>terraform</a>, <a href='https://anees009.github.io/tags/ansible/'>ansible</a>, <a href='https://anees009.github.io/tags/aws/'>aws</a>
</small>
</div>
<div>
We will be using Infrastructure as Code (IaC) principle to fully automate the provisioning and deployment of all the components to successfully run a python application. The whole process can be divided into two tasks, * Task 1: Provision the AWS infrastructure, Terraform is one of the best tool available to provision infratructure on your preferred cloud, * Task 2: Deploy the software components, Once the infrastructure is put it place, In order to deploy highly scalable applications we would need a configuration management tool like Ansible to help deploy various software components to these virtual machines.
</div>
<div>
<a href="https://anees009.github.io/post/aws-terraform-ansible-webapp/" class="btn btn-outline-secondary" role="button">Continue Reading...</a>
</div>
</article>
<div class="d-flex justify-content-center">
</div>
</div>
<div class="sidebar d-print-none d-none d-xl-block">
<h2>Top Posts</h2>
<h2 class="mt-4">Recent Posts</h2>
<nav class="nav flex-column">
<a href="https://anees009.github.io/post/aws-terraform-ansible-webapp/" class="nav-link">Deploy a fully automated web-app using AWS, Terraform and Ansible</a>
</nav>
<h2 class="mt-4 text-capitalize">categories</h2>
<nav class="nav flex-column">
<a href='https://anees009.github.io/categories/software-development/' class="nav-link">
software-development
<span class="badge badge-pill badge-secondary">1</span>
</a>
</nav>
<h2 class="mt-4 text-capitalize">tags</h2>
<nav class="nav flex-column">
<a href='https://anees009.github.io/tags/ansible/' class="nav-link">
ansible
<span class="badge badge-pill badge-secondary">1</span>
</a>
<a href='https://anees009.github.io/tags/aws/' class="nav-link">
aws
<span class="badge badge-pill badge-secondary">1</span>
</a>
<a href='https://anees009.github.io/tags/terraform/' class="nav-link">
terraform
<span class="badge badge-pill badge-secondary">1</span>
</a>
</nav>
</div>
</div>
<footer class="mt-auto footer d-print-none">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-4 col-xl-3">
<h5>All rights reserved.</h5>
I'm happy for you to share content on this site,
</div>
<div class="col-md-4 col-xl-3">
<h5>Disclaimer</h5>
Opinions expressed here are my own and may not reflect those of the company I work for, or the people I work with.
</div>
<div class="col-md-4 col-xl-3">
<h5>About This Site</h5>
This blog is maintained by <a href="https://www.linkedin.com/in/anees-patel-00964182/"> Anees Patel</a>
</div>
</div>
<hr />
<div class="d-flex justify-content-center icons">
<a class="py-2 px-2" href="https://twitter.com/sssssbutton"><i class="fab fa-twitter"></i></a>
<a class="py-2 px-2" href="https://www.linkedin.com/in/anees-patel-00964182/"><i class="fab fa-linkedin"></i></a>
<a class="py-2 px-2" href="https://github.com/anees009"><i class="fab fa-github"></i></a>
<a class="py-2 px-2" href='https://anees009.github.io/index.xml'><i class="fas fa-rss"></i></a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>