<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://smth-hyj.github.io/</id><title>Smth-Hyj</title><subtitle>IT 산업에서 고군분투하는 한 사람입니다</subtitle> <updated>2026-02-18T05:06:42+00:00</updated> <author> <name>smth-hyj</name> <uri>https://smth-hyj.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://smth-hyj.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://smth-hyj.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 smth-hyj </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>[프로젝트] AWS 계정 생성과 테라폼으로 몸풀기</title><link href="https://smth-hyj.github.io/posts/project1/" rel="alternate" type="text/html" title="[프로젝트] AWS 계정 생성과 테라폼으로 몸풀기" /><published>2026-01-24T00:00:00+00:00</published> <updated>2026-02-03T04:26:08+00:00</updated> <id>https://smth-hyj.github.io/posts/project1/</id> <content type="text/html" src="https://smth-hyj.github.io/posts/project1/" /> <author> <name>smth-hyj</name> </author> <category term="프로젝트" /> <category term="포트폴리오" /> <summary>저번에 국비에서 한 e-commerce를 aws를 통해 혼자 구현해보기로 했다. 그 전에 AWS 프리티어 계정 생성과 IAM 계정 생성 및 간단한 테라폼 코드를 만들어서 몸을 풀어볼 예정이다. AWS 프리티어 계정 정책이 바뀌어서 이전에 프리티어를 썼던 이메일에 라벨을 붙이는 방식으로는 프리티어를 제공받지 못해서 이메일, 카드, 번호를 바꾸고 다시 시도했다. 그러면 사진과 같이 활동을 하면 받을 수 있는 100$의 추가 크레딧이 생긴다. 나는 ec2 vpc를 생성했기 때문에 20$의 크레딧을 획득했다. 루트 사용자로 로그인한 후 보안을 위해 IAM 사용자를 추가했다. 혼자 하는 프로젝트이지만 취업하면 IAM 사용자로도 잘 해야하기 때문이다. 일단 terraform-admin 계정을 하나 만들...</summary> </entry> <entry><title>쉘 스크립트</title><link href="https://smth-hyj.github.io/posts/shell/" rel="alternate" type="text/html" title="쉘 스크립트" /><published>2024-06-17T00:00:00+00:00</published> <updated>2024-06-17T00:00:00+00:00</updated> <id>https://smth-hyj.github.io/posts/shell/</id> <content type="text/html" src="https://smth-hyj.github.io/posts/shell/" /> <author> <name>smth-hyj</name> </author> <category term="국비" /> <category term="shell-script" /> <summary>쉘 스크립트 / 쉘 프로그래밍 1. 쉘 스크립트 작성시 선수지식 개요 쉘에서 실행되는 종류 앨리어스(alias) / 함수 디스크 내에 존재하는 명령어(ex. /bin/sh) 필수 명령어 : grep 옵션들 : -i(대소문자 구분X), -n(라인넘버), -v(제외), -w(정확히 일치), -r(recursive), -A(append, after) 패턴 : *, ^root, root$, [abc], [a-c], [^a] 주의 : grep 명령어의 pattern 부분에 변수로 지정하는 경우 PATTER...</summary> </entry> <entry><title>Vmware/Vsphere</title><link href="https://smth-hyj.github.io/posts/vsphere/" rel="alternate" type="text/html" title="Vmware/Vsphere" /><published>2024-06-11T00:00:00+00:00</published> <updated>2026-02-02T19:15:50+00:00</updated> <id>https://smth-hyj.github.io/posts/vsphere/</id> <content type="text/html" src="https://smth-hyj.github.io/posts/vsphere/" /> <author> <name>smth-hyj</name> </author> <category term="국비" /> <category term="Vmware/vSphere" /> <summary>목차 x86 server virtualization Vmware vSphere Vmware vSphere 가상화 기초 지식 Vmware vSphere 테스트 환경 구축 vCenter를 이용한 vSphere 관리 호스트간 VM 이동 기술 : VMware Vmotion 데이터 스토어간 VM 이동 기술 : Storage Vmotion vSphere 고가용성 vSphere 이용한 서버 통합 1. x86 server virtualization link clone(종속적) vs Full clone(독립적) Link Clone : WEB server VM을 50개(같은것으로) Full Clone : 현재 VM을 같은 위치에 독립적으로 생...</summary> </entry> <entry><title>Awsbasic</title><link href="https://smth-hyj.github.io/posts/AWSbasic/" rel="alternate" type="text/html" title="Awsbasic" /><published>2024-06-07T00:00:00+00:00</published> <updated>2024-06-07T00:00:00+00:00</updated> <id>https://smth-hyj.github.io/posts/AWSbasic/</id> <content type="text/html" src="https://smth-hyj.github.io/posts/AWSbasic/" /> <author> <name>smth-hyj</name> </author> <summary>오답 정리 AWS pinpoint : 자동응답 or Amazon Lex AWS pinpoint : 다양한 메시징 채널을 통해 고객과 소통하는 데 사용할 수 있는 AWS 서비스(푸시 알림, 이메일, SMS 문자 메시지 또는 음성 메시지 등 전송 가능) Amazon Lex : 음성 및 텍스트를 사용하는 애플리케이션에 대화형 인터페이스를 구축하기 위한 AWS 서비스(클로바나 chat GPT) S3 버킷 저장될 때 암호화 : SSE(server side encrypt) / 보내기 전은 CSE 객체는 Amazon S3 서버측 암호화 두가지 SSE-S3(관리형 키를 사용한 암호화 방식) K...</summary> </entry> <entry><title>CKA 합격 후기</title><link href="https://smth-hyj.github.io/posts/CKA/" rel="alternate" type="text/html" title="CKA 합격 후기" /><published>2024-06-03T00:00:00+00:00</published> <updated>2024-06-03T00:00:00+00:00</updated> <id>https://smth-hyj.github.io/posts/CKA/</id> <content type="text/html" src="https://smth-hyj.github.io/posts/CKA/" /> <author> <name>smth-hyj</name> </author> <category term="자격증" /> <category term="IT" /> <summary>2024.06.01 CKA 합격 후기 CKA 신청 이유 CKA, a.k.a Certified Kubernetes Administrator. 이를 신청하게 된 이유는 바로 쿠버네티스를 잘 다루고 싶어서이다. 쿠버네티스를 공부하면서 솔직히 구조적인게 많이 헷갈렸는데 이를 짚고 넘어가고 싶어서이기도 하다. 물론 내 주변 사람들이 거의 다 준비하고 강사님 추천도 있었다. 그렇게 CKA 를 신청하려 했으나, 비용이 만만치 않아서 골머리를 앓았다. 거의 5~60만원정도 하니… 환율도, 가격도 너무 무섭다. 그래서 나는 버텼다. 원래는 많아봐야 30%정도 할인 했는데 나는 버티고 버텨서(거의 1달? 1달 반?) 40%에 할인쿠폰을 얻었다.(와자뵤~) CKA는 은근 할인을 많이하는 시험이기 때문에 잘 찾아보...</summary> </entry> </feed>
