aws sso 인증을 편하게 하기 위해 컨피그를 설정 한다. 인증 방법 1. aws configure sso 2. 웹 인증 페이지에서 로그인 과정을 거친다. 3. 이후 aws 명령 사용 가능 ex) aws s3 ls --profile fendys 파일 위치 .aws/config [default] region = ap-northeast-2 sso_start_url = https://d-123451234.awsapps.com/start#/ sso_account_id = 123456789012 sso_role_name = AWSAdministratorAccess [profile fendys] sso_start_url = https://d-123451234.awsapps.com/start#/ sso_region..
Command Line help ### man page ### aws s3 help cp ### EC2 -> S3 ### aws s3 cp README.txt s3://fendys-test ### S3 -> EC2 ### aws s3 cp s3://fendys-test/README.txt ./ mv ### EC2 -> S3 ### aws s3 mv README.txt s3://fendys-test ### S3 -> EC2 ### aws s3 mv s3://fendys-test/README.txt ./ rm ### S3 data rm ### aws s3 rm README.txt s3://fendys-test/README.txt ls ### S3 view list ### aws s3 ls s3://fendy..
AWS IAM policy 를 생성 하는 명령어 aws iam create-policy --profile transit --policy-name policy_name --policy-document file://policy_name --tags ‘{“Key”: “Name”,“Value”: “policy_name"}’ 설명 1. --policy-name policy_name ### policy_name은 실제 IAM에서 생성 되는 폴리시명 2. --policy-document file://policy_name ###policy_name파일을 읽어와서 권한을 설정 한다. 3. --tags ‘{“Key”: “Name”,“Value”: “policy_name"}’ #### tag의 key는 Name 이고 그 값..
json 작성시 문법의 검증을 해주는 사이트이다. 링크 : https://jsonformatter.curiousconcept.com/# JSON Formatter & Validator Format and validate JSON data so that it can easily be read by human beings. jsonformatter.curiousconcept.com 사용법 - > { "Sid":"Allow0", "Effect":"Allow", "Action":[ "s3:ListBucket" ], "Resource":[ "arn:aws:s3:::s3-path.fendys", "arn:aws:s3:::s3-path.fendys/*" ] },{ "Sid":"Allow1", "Effect":"All..
### 다운 및 설치 $ wget -q https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-버전.tar $ tar -xzf apache-jmeter-$JMETER_VERSION.tar $ mv apache-jmeter-$JMETER_VERSION /app/jmeter ### profile 설정 $ export JMETER_HOME=/app/jmeter $ export PATH=$JMETER_HOME/bin:$PATH jmeter 실행 jmeter -n -f -t www_testplan.jmx -l www_log.jtl -e -o www-report jmeter 리포트 docker run -d -v /app/jmeter/bin/www-report:..
centos7 에서 발생하는 cgroup memory leak에 대한 문제 해결 cgroup limit 해제 1 - Set the kernel parameter (cgroup.memory=nokmem) in /etc/default/grub [root@fendys]# vi /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="crashkernel=auto biosdevname=0 net.ifnames=0 rhgb i..
- Total
- Today
- Yesterday
- ansible network
- 윈도우 cmd 계정 관리
- dl20
- kernel 변경
- DL20 GEN9 장비에 CentOS 7
- windows.old 강제삭제
- vm rac
- chrony
- 리눅스 커맨드 로그남기기
- ISCSI 볼륨 RAC
- cmd로 계정 생성
- nutanix rac
- cisco ansible
- 특정 라인삭제
- 특정 문구 치환
- 윈도우서버 계정 관려
- ipmi
- cgroup
- linux command log
- CentOS 7 GUI
- oracle linux8 kernel
- ansible ios
- dl20 centos7
- shell connmad log
- cmd로 윈도우 계정 관리
- nxos ansible
- centos7 ntp
- ios ansible
- dl20 g9 centos7 설치
- ILO
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |