Skip to content

Commit

Permalink
Merge pull request #38 from rcsim/feature/arquitetura-aws
Browse files Browse the repository at this point in the history
Feature/arquitetura aws
  • Loading branch information
MkS10000 authored Nov 5, 2023
2 parents 583118b + a42a48d commit e6cc39c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Tecnologias e ferramentas utilizadas
Principais dificuldades encontradas
* Entendimento das regras de negócio: As regras de negócio do projeto eram complexas e exigiam um entendimento cuidadoso.



# Deploy AWS
![Arquitetura Aws](src/main/resources/Aws/arquitetura.png)

Evidencias em fotos na pasta: src/main/resources/Aws

### Conclusões

O projeto foi desenvolvido com sucesso, atendendo aos requisitos do desafio. As tecnologias e ferramentas utilizadas foram adequadas para o propósito do projeto e contribuíram para o desenvolvimento eficiente e robusto do sistema.
Expand Down
4 changes: 4 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 584941907545.dkr.ecr.us-east-1.amazonaws.com
docker build -t techchallenger -f Dockerfile .
docker tag techchallenger:latest 584941907545.dkr.ecr.us-east-1.amazonaws.com/techchallenger:latest
docker push 584941907545.dkr.ecr.us-east-1.amazonaws.com/techchallenger:latest
Binary file added src/main/resources/Aws/ChamadaApiAws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/Aws/Instancias executando.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/Aws/RepositorioECR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/Aws/arquitetura.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/Aws/ipPublico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/Aws/tarefaEmExecucao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6cc39c

Please sign in to comment.