뇌운동일지

EC2정보조회 본문

purple duck 일지

EC2정보조회

purpleduck 2021. 6. 28. 21:12

1. node.js 학습 및 AWS 개념 이해 

- 이 단계에서 EC2 instances 를 직접 생성해야하는 줄 알고 헤맸었다. 

https://earlgreybutter.tistory.com/256

 

nodejs, aws 개념 알아보기

API Gateway https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html 이걸 보고 따라해보기로 함. Create a new Node.js project. node.js project 를 생성하라고 되어있는데, 그것도 해본 적이 없음..

earlgreybutter.tistory.com

 

2. 기존에 생성되어있는 인스턴스 조회, region 변경으로 인스턴스 목록 확인 

구성

Mac/Linux의 경우 ~/.aws/credentials에, Windows의 경우 C:\Users\USERNAME\.aws\credentials에 자격 증명 파일을 생성

[기본값]

aws_access_key_id = your_access_key

aws_secret_access_key = your_secret_key

-- 이렇게 인증했다.

https://earlgreybutter.tistory.com/257

 

AWS 참고자료

AWS-DynamoDB 데이터 조회 https://geoseong.tistory.com/60?category=709574 AWS-DynamoDB : 데이터 조회하기 참고사이트 1 (DynamoDB API) : http://docs.aws.amazon.com/ko_kr/amazondynamodb/latest/developer..

earlgreybutter.tistory.com

https://earlgreybutter.tistory.com/259

 

EC2 정보조회 참고자료

EC2 정보조회 참고자료 https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/ec2-example-managing-instances.html 참고자료 https://stackoverflow.com/questions/27690048/how-can-i-list-all-m..

earlgreybutter.tistory.com

 

3. 따로 안내가 없어 프레임워크나 라이브러리의 도움없이 순수 jqwidgets 을 사용해야하는줄 알았으나, vue.js 를 활용하게 되었다. 

https://earlgreybutter.tistory.com/261?category=0 

 

[Vue.js] 환경설정과 프로젝트 생성

1. 설치, vscode setting https://dev-onestep.tistory.com/24?category=914932 2. vue CLI 설치 vue CLI 설치 시, ERROR 원인을 찾아보니, node.js 는 설치되어 있는데, npm 은 안되어 있다. -> 무슨 조화인지..

earlgreybutter.tistory.com

https://earlgreybutter.tistory.com/262?category=0 

 

[Vue.js] 게시판 예제 연습

게시판 예제 https://fyzh99.tistory.com/38?category=837734 vuejs 게시판 만들기 #3 (레이아웃 만들기) 홈페이지 기본 레이아웃을 만들어보자 1. 헤더 컴포넌트를 만들기 경로 : src/components/common/Header.v..

earlgreybutter.tistory.com

https://earlgreybutter.tistory.com/263?category=0 

 

[Vue.js] jqWidgets 적용

공식 홈페이지 그대로 따라해서 처음 프로젝트 생성 https://www.jqwidgets.com/vue-components-documentation/index.htm?search= data를 가져올 때, subobject 에 접근하는법을 알아내기 위해 헤맸다. https://ww..

earlgreybutter.tistory.com

 

back 실행

front 실행 

Comments