|
|
<table>
|
|
|
<tr>
|
|
|
<th> [Home](home) </th>
|
|
|
<th> [Escopo e Cronograma](escopo e cronograma) </th>
|
|
|
<th> [Processo](processo) </th>
|
|
|
<th> [Design/Mockups](design/mockups) </th>
|
|
|
<th> [Configuração](configuracao) </th>
|
|
|
<th> [Arquitetura](arquitetura) </th>
|
|
|
<th> [Infra](infraestrutura) </th>
|
|
|
<th> [Código](codigo) </th>
|
|
|
<th> [BD](banco de dados) </th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>
|
|
|
|
|
|
[Home](home)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[Escopo e Cronograma](escopo%20e%20cronograma)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[Processo](processo)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[Design/Mockups](design/mockups)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[Configuração](configuracao)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[Arquitetura](arquitetura)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[Infra](infraestrutura)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[Código](codigo)
|
|
|
</th>
|
|
|
<th>
|
|
|
|
|
|
[BD](banco%20de%20dados)
|
|
|
</th>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
# Artefatos de Infraestrutura
|
|
|
|
|
|
Nesta seção, detalhamos os componentes de infraestrutura utilizados no projeto. A imagem abaixo apresenta um diagrama que ilustra a arquitetura de infraestrutura, incluindo:
|
|
|
|
|
|
- **Servidores:** Instâncias EC2 configuradas para executar o backend e o banco de dados.
|
|
|
- **Armazenamento:** Utilização do S3 para armazenar imagens e outros arquivos estáticos.
|
|
|
- **Entrega de Conteúdo:** CloudFront configurado para distribuir imagens e arquivos com baixa latência.
|
|
|
- **Contêineres:** Docker utilizado para empacotar e executar o backend e o banco de dados em ambientes isolados.
|
|
|
- **CI/CD:** GitLab Runners automatizam o processo de build e deploy, garantindo consistência nas versões do sistema.
|
|
|
|
|
|
Abaixo está o diagrama que representa essa infraestrutura:
|
|
|
|
|
|
 |
|
|
\ No newline at end of file |