ops117 [Aws] ALB (Application LoadBalancer) 생성하기 ALB 검색 후 EC2 선택 왼쪽 목록의 로드 밸런서 클릭 로드 밸런서 생성 클릭 Application Load Balancer 클릭 기본 구성 내용 입력 매핑할 네트워크 VPC 및 서브넷을 선택 ---> 프라이빗은 설정하면 경고문이 뜬다. 보안 그룹 선택 대상그룹 생성 클릭 ---> 이미 생성했다면 바로 대상 그룹 선택 대상 그룹에 포함할 인스턴스 선택 아래에 보류 중인 것으로 포함 클릭 아래에 대상보기에 추가가 되면은 대상그룹 생성 클릭 ALB 생성 화면으로 돌아와서 새로고침 클릭 대상 그룹 지정 로드 밸런서 생성 클릭 프로비저닝에는 시간이 조금 걸린다. ALB가 활성화 되었다. 생성한 ALB의 페이지로 이동 --->.. 2024. 6. 12. [Aws] aws amazon-linux에 "LAMP" 스텍 패키지 설치하기 https://docs.aws.amazon.com/ko_kr/linux/al2023/ug/ec2-lamp-amazon-linux-2023.html 튜토리얼: AL2023 기반 램프 서버 설치 - Amazon Linux 2023Amazon Linux를 사용하지 않는 경우, 이러한 연결을 허용하도록 인스턴스에서 방화벽을 구성해야 할 수도 있습니다. 방화벽 구성 방법에 대한 자세한 내용은 사용자의 특정 배포에 대한 문서를 참docs.aws.amazon.com 2024. 6. 12. [Aws] aws 라우팅 테이블 구성하기 https://docs.aws.amazon.com/ko_kr/vpc/latest/userguide/VPC_Route_Tables.html 라우팅 테이블 구성 - Amazon Virtual Private Cloud이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오.docs.aws.amazon.com 2024. 6. 11. [Other] nvm 설치하기 https://www.freecodecamp.org/korean/news/how-to-install-node-js-on-ubuntu-and-update-npm-to-the-latest-version/ Ubuntu에 Node.js를 설치하고 npm을 최신 버전으로 업데이트하는 방법apt-package manager를 사용하여 최신 버전의 노드를 설치하려고 하면 v10.19.0이 설치됩니다. 이것은 ubuntu 앱스토어의 최신 버전이지만, NodeJS의 최신 버전은 아닙니다. 새로운 버전의 소프트웨어가 출www.freecodecamp.org 아래의 명령어를 입력sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | ba.. 2024. 6. 9. [Other] node 설치하기 https://nodejs.org/en/download/package-manager Node.js — Download Node.js®Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.nodejs.org 2024. 6. 9. [React] redux-sage 설치하기 https://redux-saga.js.org/docs/introduction/GettingStarted Getting Started | Redux-SagaInstallredux-saga.js.org 2024. 6. 9. [React] onAfterSetupMiddleware error https://stackoverflow.com/questions/70469717/cant-load-a-react-app-after-starting-server Cant load a react app after starting server(node:13176) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option. (Use node --trace-deprec...stackoverflow.com 2024. 6. 9. [NPM] 패키지 제거하기 https://docs.npmjs.com/uninstalling-packages-and-dependencies Uninstalling packages and dependencies | npm DocsDocumentation for the npm registry, website, and command-line interfacedocs.npmjs.com https://docs.npmjs.com/cli/v6/commands/npm-uninstall npm-uninstall | npm DocsRemove a packagedocs.npmjs.com 2024. 6. 9. [React] cors https://bluishhot-star.tistory.com/185 [React] CORS 에러 해결하기 (http-proxy-middleware)외주 작업 도중 api에 요청을 할 때 CORS 에러를 마주하였다! 대략 위와 같은 에러 메세지를 콘솔창에서 볼 수 있다. 1. CORS (Cross Origin Resource Sharing) 1) CORS란? https://developer.mozilla.org/ko/docs/Web/HTTP/CORS/Ebluishhot-star.tistory.com https://stackoverflow.com/questions/43462367/how-to-overcome-the-cors-issue-in-reactjs How to overcome the CORS is.. 2024. 6. 8. 이전 1 ··· 7 8 9 10 11 12 13 다음