-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
38 lines (31 loc) · 822 Bytes
/
main.tex
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
\documentclass[10pt]{article}
\usepackage[a4paper, total={6in,9in}]{geometry}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{hyperref}
\usepackage[most]{tcolorbox}
\title{AWS Certified Cloud Practitioner}
\author{Gi Wah Dávalos Loo}
\date{2023}
\begin{document}
\maketitle
\begin{figure}[h]
\includegraphics[scale=0.15]{logo}
\centering
\label{fig:logo}
\end{figure}
\include{cloud-computing/main}
\include{iam/main}
\include{ec2/main}
\include{ebs/main}
\include{elb_asg/main}
\include{s3/main}
\include{databases/main}
\include{other-compute-services/main}
\include{deployments/main}
\include{global-infrastructure/main}
\include{cloud-integrations/main}
\include{cloud-monitoring/main}
\include{vpc-networking/main}
\include{security-compliance/main}
\end{document}