-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathSession-31.txt
46 lines (33 loc) · 962 Bytes
/
Session-31.txt
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
Terraform
------------
1. develop your own module
2. use open source module
Module development
SG
---------
users can pass the inputs we need to create SG
inbound
1 project --> 1ENV --> 1 VPC
parameter store
-----------------
centrally store the configuration so that any other resource in AWS can refer and reuse
key --> value
open source modules
---------------------
ansible instance through terraform I will write user_data
what is user_data?
creating instance, on successful start of the instance we want to few things, that you can provide through shell script
install ansible
connect to our roboshop instances
run the playbooks
Linux Admin
Manual configuration
Shell automation
Ansible automation
Terraform to create infra automation and ansible to create configuration
Monitoring
------------------
fast responding
handle more traffic
check for errors --> 500 errors, you should monitoring
calculate how many users our application can serve