Skip to content

gundolflee/EC2_compare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

인스턴스 유형, 패밀리 등 성능 차이 테스트


T 계열의 small측정 테스트

  • t2.small
  • t3.small
  • t3a.small
  • t4g.small

고려사항 1

시간 줄이기(AWS웹 내의 인스턴스 유형 변경)

but. Anaconda cpu architecture & 인스턴스 cpu !!!

  • t2.small x64 intel <1>
  • t3.small x64 intel <1>
  • t3a.small x64 AMD <1>
  • t4g.small ARM ARM <2>

예상) t4g.small < t3.small & t3a.small < t2.small

고려사항 2

가용영역에 따른 인스턴스 변경 불가

ex) t3.small (가용영역 b) -> t2.small (가용영역 b) 불가 -> t2.small (가용영역 c)

최종결과

  • t2.small x64 intel <1> 1.83766sec 0.0288USD/h
  • t3.small x64 intel <2> 1.035504sec 0.086USD/h
  • t3a.small x64 AMD <2> 1.784046sec 0.0418USD/h
  • t4g.small ARM ARM <3> 0.885204sec 0.0208USD/h

시간) t4g.small < t3.small < t3a.small < t2.small
비용) t4g.small < t2.small < t3a.small < t3.small

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors