250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- AWS자격증
- 코딩테스트
- EC2
- 빅데이터
- 프로그래머스
- SQLD
- AWSCloudPractitioner
- 데이터베이스
- hive
- SQL
- 빅데이터실무자격증
- programmers
- mysql
- 클라우데라자격증
- IAM
- 리눅스
- CCAAdministrator
- 클라우드컴퓨팅
- CLF-01
- hadoop
- sql자격증
- 하둡
- CCA131
- MFA
- 파이썬
- RDBMS
- 클라우드자격증
- 쉘스크립트
- Identity and access management
- Multi Factor Authentication
Archives
- Today
- Total
Sherry IT Blog
[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 4편 - AmazonEC2 본문
AWS Certification/AWS Cloud Practitioner(CLF-C01)
[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 4편 - AmazonEC2
sherrylover 2021. 10. 22. 23:09728x90
반응형
Amazon EC2
-EC2 is one of the most popular of AWS' offering
-EC2 = Elastic Compute Cloud = Infrastructure as a Service
-It mainly consists in the capability of :
- Reing virtual machines(EC2)
- Storing data on virtual drivers(EBS)
- Disturbuting load accross machines(ELB)
- Scaling the services using an auto-scaling group(ASG)
-Knowing EC2 is fundamental to unserstand how the Clour works
-EC2 클라우드에서 안전하고 규모 조정이 가능한 컴퓨팅 파워를 제공하는 웹서비스(탄력적인 웹 규모 컴퓨팅, 인스턴스 완전 제어, 유연한 클라우드 호스팅 서비스
EC2 sizing & configuration options
- Operating System(OS): Linux, Windows or Mac OS
- How much compute power & cores(CPU)
- How much randomg-access memory(RAM)
- How much storage space:
-Network-attached(EBS & EFS)
- hardware (EC2 Instance Store)
- Network card : speed of the card, Public IP address
- Firewall rules : security group
- Bootstrap script (configure at first launch): EC2 User Data
EC2 User Data
- It is possible to Bootstrap our instance using an EC2 User data script.
- Bootstrapping means launching commands when a machine start.
- Thar script is only run once at the instance first start.
728x90
반응형
'AWS Certification > AWS Cloud Practitioner(CLF-C01)' 카테고리의 다른 글
[AWS Cloud Practitioner(CLF-C01)] AWS 서비스 역할별 요약정리 - 스토리지 (0) | 2021.10.25 |
---|---|
[AWS Cloud Practitioner(CLF-C01)] 연습문제 오답체크 (0) | 2021.10.23 |
[AWS Cloud Practitioner(CLF-C01)] 문제풀이 - 덤프사이트 (0) | 2021.10.20 |
[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 3편 - IAM 기본문제 유형 정리 (0) | 2021.10.20 |
[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 3편 - IAM Summary (0) | 2021.10.20 |
Comments