I'm happy to Weekend!!! I will meet a girlfriend tomorrow. And, study english together -> eat a food -> couple massage -> bye bye(???) 🤟🏻 Today, I got closer to AWS IAM Policy. I made a policy for my company's DB engineers(mysql, oracle, aurora etc...) Of course, I Couldn't complete that. But, got a idea! Have a nice weekend you all! And, Keep studying go go!
본론으로 바로 들어간다. 간혹 회사시스템이던 아니면 웹사이트던 가입하거나 로그인할때 틀린 정보를 입력했음에도 브라우저에서 계정 정보를 저장하겠냐고 묻는 화면을 본 적이 있을 것이다. 그 이유는 http status code를 4XX 계열을 넘기지 않고, 2XX 계열을 넘기기 때문이다. 예를 들면 아래와 같다. 딱봐도 비밀번호와 비밀번호 검증 길이가 다르다. 이걸 아래 소스와 같이 200으로 반응해주면? if (password !== passwordConfirmation) { return res.status(200).render('join', { pageTitle, errorMessage: 'Password confirmation does not match.', }); } 분명히 틀렸고 오류가 났음에도 브..
배경 시작은 오류 메세지였다. Some controls have been disabled because you are missing the correct permission(s). The missing permission(s) are: aws-marketplace:ViewSubscriptions, aws-marketplace:Subscribe. 1. AWS MarketPlace에서 특정 제품을 구독하기 위해 'Continue to Subscribe' 버튼을 눌렀더니 아래와 같이 메세지가 나왔다. 2. 그 동안 클라우드 경험상 이건 분명 저 권한이 없기 때문에 뜬건 아닌 것 같다는 느낌이 들었고, 역시나 난 Administrator였다. 3. cloudtrail도 찾아보고(해당 리전에서 안나오면 글로벌 서..
참고링크 : https://262.ecma-international.org/7.0/#sec-unary-plus-operator ECMAScript® 2016 Language Specification 5.1.1Context-Free Grammars# A context-free grammar consists of a number of productions. Each production has an abstract symbol called a nonterminal as its left-hand side, and a sequence of zero or more nonterminal and terminal symbols as its right-hand sid 262.ecma-international.org 신기한..
참고 : https://stackoverflow.com/questions/58860021/why-react-hook-usestate-uses-const-and-not-let Why React Hook useState uses const and not let The standard way to use a React useState Hook is the following: const [count, setCount] = useState(0); However this const count variable is clearly going to be reassigned to a different primitive... stackoverflow.com 간단하게 위와 같은 코드가 있다. React + JSX를 사용해서 ..
aws를 feedly를 통해서 다양한 소식들을 보곤하는데 엄청난걸 봐버렸다. https://aws.amazon.com/ko/blogs/security/how-to-enable-secure-seamless-single-sign-on-to-amazon-ec2-windows-instances-with-aws-sso/ How to enable secure seamless single sign-on to Amazon EC2 Windows instances with AWS SSO | Amazon Web Services Today, we’re launching new functionality that simplifies the experience to securely access your AWS compute ins..
1. Guardrail : Disallow deletion of log archive { "Version": "2012-10-17", "Statement": [ { "Sid": "GRAUDITBUCKETDELETIONPROHIBITED", "Effect": "Deny", "Action": [ "s3:DeleteBucket" ], "Resource": [ "arn:aws:s3:::aws-controltower*" ], "Condition": { "ArnNotLike": { "aws:PrincipalARN":"arn:aws:iam::*:role/AWSControlTowerExecution" } } } ] } 2. Guardrail : Disallow Changes to Encryption Configurat..
사실 컴퓨터라는 분야를 시작하고 밑단으로 갈수록 이런 생각을 더욱 많이 하게된 것 같다. 우리는 빅뱅 이전을 알 수 없다. 하지만 한 가지 확실한건 빅뱅또한 누군가가 만들었을거라는 것이다. 그렇기에 나는 우리가 신이라고 생각하는 존재는 분명히 있을거라 생각한다. 다만 그 신이라는 존재에게 또한 신이 존재할 것이라고 생각한다. 아무튼 왜 내가 C언어, 어셈블리어, 운영체제 등을 공부하며 이런 생각을 하게됐는지 얘기해보겠다. 평소에 이런 생각이 있었다. '무엇인가가 발전하는 방향은 그 모체가 발전하는 방향과 동일하게 발전하는게 아닐까?' 인간은 자신의 정체성을 만들어주는 부모와 사회에 속하기 위해 다양한 사회로부터 많은 사고방식들을 배우고 행동을 한다. 그리고 인간이 만든 무언가는 인간의 행동을 점점 더 따..
- Total
- Today
- Yesterday
- steampipe
- scp
- 4xx
- aws
- cloudsecurity
- conftest policy
- 우주와컴퓨터
- security
- terraform
- AWS #CIS
- ViaAWSService
- defaulttheme
- CIS
- stateType
- JavaScript
- opensource
- compliance
- teplate
- temlate
- web
- REACT
- Cloud
- .get()
- 계정정보저장
- findinglatestversion
- platform
- ControlTower
- IAM
- 2xx
- fleet manager
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |