> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined/aws.md).

# aws

- [aws로 프로젝트를 배포해보자!](https://simian114.gitbook.io/blog/undefined/aws/aws.md)
- [nginx로 리버스프록시 서버를 만들자](https://simian114.gitbook.io/blog/undefined/aws/nginx.md): 이전시간에 EC2 인스턴스에 필요한 프로그램을 설치하고 실제 프로젝트까지 배포해봤다. 하지만 우리의 프로젝트는 4000번 포트로 배포가 되고 있기 때문에 외부 웹브라우저로 접근하기 위해서는 IP:4000 이라는 아주 불편한 형태로 들어와야만 했다. 물론, 포트를 80으로 바꾸면 되긴하지만, 더 좋은 방법이 없는걸까?
- [github actions 로 푸쉬되면 자동으로 업데이트 하는 기능 만들어보기](https://simian114.gitbook.io/blog/undefined/aws/github-actions.md)
