728x90 세미나10 [2023] AWS Builders Korea Program: Solutions Demo Day PDF 및 WorkShop 정보 AWS BUILDERS KOREA PROGRAM 다시보기: https://kr-resources.awscloud.com/aws-builders-korea-program AWS Builders Korea Program | 세미나 동영상 및 자료 클라우드에 관심이 있으신 한국 고객분들을 위해 클라우드 기초부터 기본, 심화 및 특집 과정으로 이루어진 AWS Builders Korea Program! 발표 자료 및 동영상을 확인해보세요. kr-resources.awscloud.com AWS Builders Korea Program [기초 과정] : AWS 서버리스로 서버 없이 간단한 웹 애플리케이션 만들기 WorkShop: 없음 AWS Builders Korea Program [기초 과정] : Container.. 세미나 2023. 6. 28. [Hashicorp Vault Hands On 2023] Vault Encryption as a Service Show how Vault's Transit secrets engine provides encryption as a service. Enable the Transit Secrets Engine Secrets engines are Vault plugins that store, generate, or encrypt data. Vault's Transit secrets engine functions as Vault's Encryption-as-a-Service, encrypting and decrypting data stored outside of Vault. In this track, you'll see how the Transit engine can encrypt and decrypt data stored.. 세미나 2023. 6. 1. [Hashicorp Vault Hands On 2023] Vault Dynamic Database Credential (Korean) Generate dynamic credentials for a MySQL database from Vault. https://github.com/Great-Stone/vault-database-secret-demo GitHub - Great-Stone/vault-database-secret-demo Contribute to Great-Stone/vault-database-secret-demo development by creating an account on GitHub. github.com 비밀 엔진은 데이터를 저장, 생성 또는 암호화하는 Vault 플러그인입니다. 비밀 엔진은 매우 유연하므로 기능 측면에서 생각하는 것이 가장 쉽습니다. Enable the Database Secrets Engine S.. 세미나 2023. 6. 1. [Hashicorp Vault Hands On 2023] AWS Dynamic Secrets with Vault https://play.instruqt.com/hashicorp/invite/eqpc1i6pthse Instruqt play.instruqt.com Generate AWS credentials dynamically based on IAM policies. Secrets engines are components which store, generate, or encrypt data. Secrets engines are incredibly flexible, so it is easiest to think about them in terms of their function. Secrets engines are provided some set of data, they take some action on that d.. 세미나 2023. 6. 1. [Hashicorp Vault Hands On 2023] Vault Basics (Korean) https://play.instruqt.com/hashicorp/invite/eqpc1i6pthse Instruqt play.instruqt.com 볼트 오픈 소스는 랩톱 또는 가상 워크 스테이션에서 다운로드하여 실행할 수있는 명령 줄 응용 프로그램입니다. Go로 작성되었으며 macOS, Windows, Linux 및 기타 운영 체제에서 실행됩니다. 여기에서 항상 최신 버전의 볼트를 다운로드할 수 있습니다: https://www.vaultproject.io/downloads/ Install | Vault | HashiCorp Developer Explore Vault product documentation, tutorials, and examples. developer.hashicorp.com 노트북이나.. 세미나 2023. 6. 1. Jenkins Pipeline - Advanced Jenkinsfile Pipeline 스크립트를 git 에서 관리할 수 있다. Job 설정 Job 구성 > Pipeline script from SCM 선택 Jenkinsfile properties([parameters([string(defaultValue: 'james', description: '', name: 'YourName', trim: true)])]) stage 'Compile' node() { checkout scm def mvnHome = tool 'apache-maven-3.6.0' try { sh "${mvnHome}/bin/mvn clean test" } catch(e) { echo "exception" } stash 'working-copy' } Sample https://gith.. 세미나 2019. 10. 22. Jenkins Pipeline - Basic Hello World Job 생성 Jenkins > New Item > Pipeline node { stage('Stage 1') { echo 'Hello World' } stage('Stage 2') { echo 'Stage 2' } }Node, Stage, Step pipeline 스크립트는 node, stage, step 으로 구성된다. node (Required) 실행 머신 stage (Optional) 관련 동작들 grouping 용도 Step UI Job에서 설정했던 동작들 git checkout execute shell script junit report archive, ... 실행 결과 (console output) Started b.. 세미나 2019. 10. 22. Jenkins Pipeline - Intro Who am I TOAT 클라우드 서비스 Quality Assurance 테스트 자동화, Continuous Integration 지원 교육 목표 Jenkins UI를 벗어나 Pipeline as code를 시작하는 방법 습득 Jenkins Pipeline 기본 문법 배우기 UI로 구성한 (간단한) Job을 Pipeline으로 변경할 수 있다. 교육 내용 Jenkins Pipeline 소개 Jenkins Pipeline 기본 문법 빌드 실패 관리 Jenkinsfile Reusable Pipeline Libraries parallel Replay, Script Approval, @NonCPS GitHub 연동 Pipeline 일련의 동작들을 자동화 여러가지 도구 활용 CI/CD Pipeline CI/CD .. 세미나 2019. 10. 22. [교육] Git & GitHub 초급 교육 준비 SourceTree http://www.sourcetreeapp.com Sourcetree | Free Git GUI for Mac and Windows A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac. www.sourcetreeapp.com 참고영상 NHN Forward 2019 https://forward.nhn.com/2019/seoul/presentation-session NHN FORWARD Small Steps make a Big Difference forward.nhn.com https://www.youtube.com/wa.. 세미나 2019. 10. 17. [교육] Git & GitHub 중급 규칙 Look 슬라이드 내용에 집중합니다. D.I.Y 직접 실습합니다. Git Rebase Merge [Look] experiment를 master로 merge C3, C4를 조상으로 하는 새로운 Merge 커밋 C5 생성 Rebase [Look] feature를 master에 rebase한다란 feature의 master에 대한 base(feature와 master의 공통 조상)를 master로 변경(rebase) Rebase 과정 [Look] base에서 현재 브랜치까지의 변경 사항을 구한다. head를 master로 변경 변경사항 1을 적용하여 새로운 커밋 C4'를 생성 변경사항 2를 적용하여 새로운 커밋 C5'를 생성 feature가 C5'를 가리키도록 함 C4와 C5는 git 저장소 내에는 존재.. 세미나 2019. 10. 17. 이전 1 다음 💲 추천 글 728x90