티스토리 뷰
infrastructure as a service : IAS
- Intro to computing
- CPU : runs and process the instructions that it is given
- RAM : main memory , stores data that the computer need to carry out processing tasks. temporary storage
- Hard Drive : SSD를 보통 사용하긴 함 long term storage , stores the boot files and files that you create
- Network of Performance :
- bw : the amount of data that can be sent over a specified time 높은게 좋아
- latency: how long it takes the data to travel 낮은게 좋아
- instances : virtual machine , computing resource in the cloud, traditional on-premise server , Amazon Elastic compute Cloud (EC2)
- containers : Amazon Elastic container service (ECS)
- serverless : AWS Lambda
- hybrid : AWS Fargate
- computing methods
- os : every computer has os, os is the software package that manages the computers hardware and software. ex) microsoft windows , ubuntu, macOS
- components of computing
- Amazon Ec2 overvieweliminates the need to invest in hardware up front (선불로)It gives you full control over the OS on each instance
- control traffic to and form instances by using the following - security groups , elastic load balancing
- provides virtual machines called EC2 instances in the cloud
- Amazon EC2 : web service that provides resizable compute capacity in the cloud at affordable costs all around the world
- Amazon EC2 benefits
elastic computing
complete control
flexible hosting services (instance types, OS and software packages)
integrated (s3 storage service load balancing )
secure 1개 → 3개의 백업 서버가 있다
- Amazon Ec2 Architecture
Region: fault tolerance내고장성: 고장나도 자동적으로 수정해 시스템에 문제가 없게
VPC: virtual private cloud : isolated virtual network
subnets: one availability zone
public subnet : must be connected to the internet
private subnet : wont be connected to the internet
security group: 가상 방화벽과 같음
→ multiple availability zones and attach an elastic load balancer which distributes incoming traffic
Instance purchasing options
on demand instances : per second(linux and ubuntu) , no long term commitments, no upfront payments
short term spiky or unpredictable workloads
reserved instances :
saving plans instances :
spot instances : like auction
supply ! discount / demand ! terminated
Tenancy :
shared tenancy
:
dedicated instance
:
dedicated host
:
'cloud computing' 카테고리의 다른 글
[ACC 스터디 2주차] - 5,6단원 (0) | 2024.04.30 |
---|---|
cloud operation 2 (0) | 2023.11.19 |
cloud operation 1 (0) | 2023.11.19 |