-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (109 loc) · 4.09 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
<!DOCTYPE html>
<html>
<head>
<title>AWS SAA-C02</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<textarea id="source">
class: center, middle
---
# Como foi minha preparação para exame AWS Solutions Architect Associate
<p
style = "text-align: center;">
<img src="./img/img1.JPG" height="250" width="350" alt = "img1">
</p>
###### por Ezzio Moreira
---
# Quem sou eu????
## ${{ Ezzio_Moreira }}
```shell
- Adepto da cultura DevOps.
- Estou apredendo IaC e GitOps.
- Hoje atuo como DevOps/SRE na Pagar.me.
- Agora posso dizer que sou certificado AWS.
```
<p
style = "text-align: right;">
<img src="./img/aboutme.jpg" height="200" width="200" alt = "aboutme">
</p>
---
<p
style = "text-align: center;">
<img src="./img/aws-cert.png" height="550" width="700" alt = "awscert">
</p>
---
# Visão geral do exame:
- Nível: Associate
- Duração: 130 minutos para concluir o exame
- Custo: USD 150
- Formato: 65 questões, múltipla escolha ou múltiplas respostas
- Método de Entrega: Pearson VUE e PSI; centro de testes ou exame supervisionado online
## Idiomas oferecidos
- inglês, francês (França), alemão, italiano, japonês, coreano, português (Brasil), chinês simplificado e espanhol (América Latina).
---
# Como foi minha preparação?
Trabalho com AWS a um tempo isso facilitou um pouco minha vida 😁😁😁.
* Cursos práticos, Ferramentas e Documentação:
- [Certificação Amazon AWS Solution Architect - 2021 - Andre Iacono.](https://www.udemy.com/course/certificacao-amazon-aws-2019-solutions-architect/)
- Leitura da Documentação: https://docs.aws.amazon.com/pt_br/
- Leitura FAQs: https://aws.amazon.com/pt/faqs/
- Ferramenta [Quizle](https://quizlet.com/)
<p
style = "text-align: right;">
<img src="./img/img2.jpg" height="200" width="200" alt = "img2">
</p>
---
# Como foi minha preparação?
* Simulados:
- [Simulado Exame Amazon AWS Solutions Architect SAA C02 - Andre Iacono.](https://www.udemy.com/course/simulado-certificacao-amazon-aws-solutions-architect-2019)
- [Simulado AWS Certified Solutions Architect Associate - Webfor.](https://www.youtube.com/c/WebforTreinamentos/featured)
- Analisei os pontos fracos após simulado ler documentação dos serviços.
<p
style = "text-align: right;">
<img src="./img/img3.jpg" height="210" width="300" alt = "img3">
</p>
---
# Como foi o dia do exame?
- Executei o teste de sistema dias antes do exame.
- Joguei vídeo game algumas horas antes da prova 😎.
- Fechei todos os aplicativos e desconecte VPN.
- Fiz login uns 40 minutos antes do exame para iniciar o processo de check-in.
- Me ferrei bebendo energetico 😵 enquanto fazia o exame.
<p
style = "text-align: right;">
<img src="./img/img4.JPG" height="200" width="280" alt = "img4">
</p>
---
## Contatos:
- [https://www.linkedin.com/in/ezzio-moreira-89587898/](https://www.linkedin.com/in/ezzio-moreira-89587898/)
- [https://github.com/EzzioMoreira](https://github.com/EzzioMoreira)
- Email: [email protected]
- Estou no Telegram, grupo DevOps_CE: https://t.me/devopsce
### Venha fazer do time Pagar.me
- [Configra nossas vagas!](https://boards.greenhouse.io/pagarme/)
- https://boards.greenhouse.io/pagarme/
<p
style = "text-align: center;">
<img src="./img/img5.jpg" height="300" width="400" alt = "img5">
</p>
---
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create();
</script>
</body>
</html>