AWS Certified Data Engineer – Associate (DEA-C01) 만점 합격 후기
·
기타
📌 요약덤프 문제만 공부함. (총 205문제)총 준비기간은 2주 반(25년 2월 기준)실제 시험은 내 기억으로는 1문제가 처음 보는 문제였고나머지는 모두 덤프 문제와 똑같이 나왔고 대부분 보기의 순서까지 같았다.시험 접수AWS Certified Data Engineer – Associate(DEA-C01)위 링크에서 시험에 대한 기본적인 정보를 확인하고 예약할 수 있다.AWS Certified Data Engineer - Associate(DEA-C01)은(는) 100~1,000의 점수로 구분되어 평가됩니다. 시험 합격에 필요한 점수는 720입니다. 30분 추가시간 받기영어 원어민이 아니라면 30분의 시간을 더 받을 수 있다.기존 130분 + 30분 => 160분EXAM REGISTRATION -> E..
[AWS] Elastic Beanstalk 에러: failed to create: [AWSEBInstanceLaunchWaitCondition].
·
기타
Elastic Beanstalk 환경 생성 중 에러내용은 아래와 같다.   아래 링크에서 해결법을 찾았다.  https://repost.aws/questions/QUuSGs2tFHQkyoiESiyeHtnA/awsebinstancelaunchwaitcondition-error-on-deploying-java-app-on-elastic-beanstalk Environment health has transi..." data-og-host="repost.aws" data-og-source-url="https://repost.aws/questions/QUuSGs2tFHQkyoiESiyeHtnA/awsebinstancelaunchwaitcondition-error-on-deploying-java-app-on-ela..
[AWS] Elastic Beanstalk 에러: The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist.
·
기타
https://stackoverflow.com/questions/30790666/error-with-not-existing-instance-profile-while-trying-to-get-a-django-project-ru/76620598#76620598 Error with not existing instance profile while trying to get a django project running on AWS BeanstalkI`m trying to deploy a django project to AWS Beanstalk following this tutorial. I executed eb create and after a while I get the error The instance prof..
[AWS] Elastic Beanstalk 에러: The following resource(s) failed to create: [AWSEBAutoScalingLaunchConfiguration].
·
기타
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-autoscaling-launch-templates.html Launch Templates - AWS Elastic BeanstalkOnce an environment is using launch templates, Elastic Beanstalk will never move it back to launch configurations. This is the case even if any these option settings that prompted the original use of launch templates are removed.docs.aws.amazon.com  20..
MySQL Workbench | ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') ENGINE = InnoDB' at line 11
·
기타
MySQL Workbench를 이용해서 원격 서버에 있는 MariaDB에 디비 구축을 해보았다. 다이어그램으로 작성하면 한눈에 테이블간 관계 등을 눈으로 쉽게 확인할 수 있어서 EER Diagram으로 모델 작성 후 Forward Engineer를 통해 데이터베이스에 테이블 생성을 하려고 했는데 제목과 같은 오류가 났다. ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') ENGINE = InnoDB' at line 11 에러메세지 검색을 통해 이 에러가 내 db 버전과 워크벤..
MantisBT | 첨부파일 최대크기 늘리기
·
기타
mantisbt에서 이슈 등록할때 첨부파일을 함께 올릴 수 있는데 최대 크기는 기본 2048KiB로 설정돼있다. 공식문서를 찾아보면 g_max_file_size를 변경하면 된다는 것을 알 수 있다. config_inc.php $g_max_file_size Maximum file size that can be uploaded. Default value is about 5 MiB. The maximum size is also affected by the PHP options post_max_size (default 8 MiB), upload_max_filesize (default 2 MiB) and memory_limit (default 128 MiB) specified in php.ini. 일단 confi..
리눅스 scp 명령어로 아마존 리모트 서버에 파일 복사하기
·
기타
scp: Secure Copy scp 명령어는 리모트 서버로(부터) 파일을 안전하게 복사할 때 사용한다. 파일이 현재 디렉토리에 있으면 파일명만, 아니라면 full path가 필요하다. 사용법 scp 복사할파일경로 가져다놓을디렉토리경로 현재 디렉토리의 로컬파일 -> 리모트 디렉토리 scp -i my_key.pem hi.txt username@퍼블릭ip:/경로/경로/경로 리모트서버에 hi라는 디렉토리를 하나 만들고 실험해봤다. 그리고 로컬에서 hi.txt를 만들고 리모트 서버에 파일이 복사되었다 리모트 서버의 파일 -> 현재 로컬 디렉토리 scp -i my_key.pem username@주소:/경로/경로/파일명 ./ 이것도 실험을 해봤지만 모자이크하다가 현타와서 이만... 전에 이 명령어를 몰라서 file..
MantisBT | 프로젝트 생성 권한 변경하기
·
기타
mantisbt는 커스터마이징이 가능한 무료 이슈 관리 툴이다. https://computingforgeeks.com/install-and-configure-mantis-bug-tracker-on-ubuntu/ 위 링크를 보고 우분투 서버에 설치를 했다 맨티스 유저의 권한은 보기가능, 보고가능, 갱신가능, 개발자, 매니저, 관리자(VIEWER, REPORTER, UPDATER, DEVELOPER, MANAGER and ADMINISTRATOR)로 5개 권한이 있다. 뒤로 갈수록 높은 권한을 가지고 있다. 프로젝트 관련해서는 각각 아래 작업이 가능하다.(기본값) 매니저 권한인 manager1로 로그인한 상황. 프로젝트 생성이 불가능하다. 나는 매니저도 프로젝트 생성이 가능하도록 만들고 싶다. 디폴트 환경 ..
반응형