AWS global infrastructure
·
CLOUD/AWS Cloud
각 AZ는 100km 이내에 존재한다.
route table의 subnet association이란?
·
CLOUD/AWS Cloud
1) Explicit subnet association이란? -> default route table을 사용하지 않고, 내가 만든 custom route table을 사용하겠다. 2) Subnets without explicit associations이란? -> custom route table을 사용하지 않는 subnet들 (= 얘네들은 모두 default route table에 연결됨)
AWS route tables에서 destination과 target이 의미하는 것? (+local의 의미?)
·
CLOUD/AWS Cloud
ㄴ 0.0.0.0/0으로 향하는 모든 traffic을 target으로 routing한다. Q) 그러면 local의 의미는? 추측) 10.0.0.0/16을 향해서 가는건 그냥 10.0.0.0/16으로 보내라는 것 같다. (즉, 자기들끼리 통신 허용)
EC2에 SSH/RDP로 접근이 불가능하다면?
·
CLOUD/AWS Cloud
Get instance screenshot
When to use serverless [판단 기준]
·
CLOUD/AWS Cloud
When to use serverless How do you decide whether a serverless deployment model is right for your application? As the following diagram shows, the decision begins with determining whether your applications need full access to the underlying operating system on the EC2 instance onto which they are deployed. If they do need to access the operating system for application administration, management, ..
Fargate
·
CLOUD/AWS Cloud
Fargate is a serverless compute engine for containers that works with both Amazon ECS or Amazon EKS. When using Fargate, you do not need to provision or manage the underlying EC2 instances on which the Docker platform is running. Instead, Fargate manages this Amazon EC2 infrastructure for you. By using Fargate, you can focus more on innovating and developing your applications, not managing appli..