Skip to content

Instantly share code, notes, and snippets.

View serithemage's full-sized avatar
🏠
Working from home

Jung Do Hyun serithemage

🏠
Working from home
View GitHub Profile
@serithemage
serithemage / AWSCertifiedDeveloperUnofficialStudyGuide.md
Last active April 6, 2024 11:56
AWS 공인 개발자 - 어소시에이트 수험 가이드
@serithemage
serithemage / aws-study-resource.md
Last active March 6, 2024 01:52
AWS 학습 자료집

AWS 학습 링크집 시리즈

@serithemage
serithemage / AWSSecurityContents.md
Last active November 29, 2023 18:54
AWS 보안 관련 자료 모음집

AWS 학습 링크집 시리즈

@serithemage
serithemage / aws-tnc-introduce.md
Last active July 20, 2023 07:16
AWS 트레이닝 및 자격증 소개

AWS 트레이닝 및 자격증 소개(http://bit.ly/aws-tnc-intro)

AWS 학습 링크집 시리즈

@serithemage
serithemage / instance-types.sh
Last active June 2, 2023 18:41 — forked from trestletech/instance-types.sh
Get all EC2 Instance Types in All Availability Zones
#!/bin/bash
# Getting list of Availability Zones from target region
# all
#target_regions=$(aws ec2 describe-regions --output text --query 'Regions[*].[RegionName]' | sort)
# default region
target_regions=$(aws configure get region)
@serithemage
serithemage / pycaret.ipynb
Last active January 26, 2023 00:55
PyCaret튜토리얼-회귀.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@serithemage
serithemage / DevelopingServerlessSolutionsOnAWS.md
Created October 12, 2021 22:42
AWS에서 서버리스 솔루션 개발하기
@serithemage
serithemage / ec2_auto_stop.py
Last active June 1, 2021 01:13
Finds ec2 of all regions and stops instances where the tag AutoStopProtect is not set to True.
import boto3
import logging
# setup simple logging for INFO
logger = logging.getLogger()
logger.setLevel(logging.INFO)
client = boto3.client('ec2')
runningInstanceFilter = [
@serithemage
serithemage / softbank20181Q.md
Last active May 13, 2021 06:14
소프트뱅크 2018년3월 1분기 결산설명회 요약 번역

이 글은 소프트뱅크 2018년3월 1분기 결산설명회에서 손정의 회장의 발언만을 요약/번역한 것 입니다. 동영상은 아래 링크에서 보실 수 있습니다.

인사말 번역(영상의 1분45초부터)

손정의 입니다. 잘 부탁 드립니다.

최근 절실히 느끼고 있습니다만 뭐든지 단기간만 봐서는 안된다는 생각이 듭니다.