ops117 [Aws] billing alert 설정하기 유저명 클릭후Billing Dashboard 클릭 왼쪽 목록 아래쪽Preferences and Settings 하위 목록인Billing Preferences 클릭 Invoice 항목과 Alert 항목을 설정 해준다. 2024. 5. 21. [Aws] IAM 유저 생성하기 aws계정에 로그인후 IAM 검색 왼쪽 목록의 Users클릭 Create user 클릭 유저명 입력 후 Next 유저명 입력칸 아래 체크박스 체크 위와 같이 체크한 후에 비밀번호 입력 해당 유저에게 권한 설정을 하려면 아래의Set permissions 를 클릭해서 권한을 줄수 있다.아니면Next Create user 클릭 유저가 잘생성되었다. 유저 리스트 에서도확인 가능 로그아웃 후IAM user로 로그인 선택 계정 아이디 혹은 계정 별명 입력, IAM user명,비밀번호 입력---> 계정 별명 만드는 법은 다른 포스팅을 참고 IAM user로 로그인 성공 ps. IAM user로 로그인시계정 아이디와 계정 별명으로로그인이 가능하다 2024. 5. 21. [Aws] aws 계정 alias 설정하기 aws에 로그인 후 IAM을 검색 IAM 대쉬보드 페이지 아래쪽으로 스크롤 Account Alias의 Edit 클릭 Alias 설정 2024. 5. 21. [Other] vagrant - vagrantfile vagrant 파일 예시 자세한 내용은 아래의 링크를 참고함 https://developer.hashicorp.com/vagrant/docs/vagrantfile/version Configuration Version - Vagrantfile | Vagrant | HashiCorp DeveloperConfiguration versions are the mechanism by which Vagrant 1.1+ is able to remain backwards compatible with Vagrant 1.0.x Vagrantfiles, while introducing dramatically new features and configuration options.developer.hashicor.. 2024. 5. 20. [Other] vagrant - synced_folder https://developer.hashicorp.com/vagrant/docs/synced-folders/basic_usage Basic Usage - Synced Folders | Vagrant | HashiCorp DeveloperSynced folders are configured within your Vagrantfile using the "config.vm.synced_folder" method.developer.hashicorp.com 2024. 5. 20. [Other] vagrant - https://blog.asamaru.net/2015/12/03/vagrant-warning-authentication-failure-retrying-dot-dot-dot-after-packaging-box/ Vagrant Box Packaging 후 "Warning: Authentication failure. Retrying... " 오류가 발생할 경우 해결 방법vagrant를 사용하면서 직접 box를 만들 경우가 자주 발생하지는 않는다. 하지만 환경 구성을 위해 간혹 작업을 하게되는데 작업 과정에 문제가 생기는 경우가 간혹 있다. 이번에 CentOS 7 환경을 구성blog.asamaru.net 위의 글을 참고하여 해결 virtual machine으로 프로비저닝중인증 오류가 발생해서다음 vm을 생성.. 2024. 5. 19. [Other] vagrant - Vagrant:* Unknown configuration section 'hostmanager'. http://garmoncheg.blogspot.com/2017/06/vagrant-newbie-error-unknown.html Vagrant error: * Unknown configuration section 'hostmanager'.Sometimes you get a vagrant environment or boilerplate with a Vagrantfile config in there and do a vagrant up command. And see some errors....garmoncheg.blogspot.com 자세한 사항은 위의 글을 참고 vagrant로 프로비저님을 하던중에 에러가 발생했다. 코드가 잘못된지 알았지만 해결되지 않는다. vagrant plugin in.. 2024. 5. 19. scp를 사용한 다른 호스트로 파일 보내기 원도우에 있는 파일을 가상머신에 있는 리눅스로 보내는 방법 사용방법 scp 파일명 유저명@호스트주소:저장할 위치---> ""(쌍따옴표)를 사용한 이유는 파일명에 공백이 있기 때문입니다.공백이 없다면 쌍따옴표를 붙이지 않아도 됩니다. 전송 성공 다수의 파일을 보낼때는 파일명 사이에 공백을 주고 보내면 됩니다. 전송성공 ps. 혹시 linux로 보내실때 root가 아닌 다른 유저에게로 보내고 경로를 "/" 혹은 "/root" 같은 디렉토리로 보내신다면 권한 문제 때문에 파일 전송이 실패할수도 있습니다. ex) 해당 디렉토리에 대한 권한 부족으로 인한 파일 전송 실패 2024. 3. 29. JDK 환경변수 설정하기 java 기반 프레임 워크를 사용해서 개발하려면 JDK가 필요합니다.intellij 같은 툴을 사용하는 경우에는 툴에서 자체적으로 다운로드할 수있지만, 오늘은 직접 환경변수로 등록해서 사용하는 방법을 알아보도록 하겠습니다.먼저 jdk를 다운로드합니다. (. exe이라면 바로 설치하시면 됩니다.)오라클 jdkhttps://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.htmlopenjdkhttps://jdk.java.net/java-se-ri/17 Java Platform, Standard Edition 17 Reference ImplementationsJava Platform, Standard Edition 17 Reference Imp.. 2024. 3. 10. 이전 1 ··· 10 11 12 13 다음