220704 Today I Learned
일지
오프라인 수업 첫날
다들 말만안하고있었지 시끄럽자너? 호에에
오늘의 할일
- 220704 TIL 작성 및 복습
- 최종프로젝트 시나리오 보고서 작성
- GCP 공부
- NCP 복습
GCP 용어정리
| 분류 | GCP | AWS | 설명 |
|---|---|---|---|
| Compute | Compute Engine | EC2 | 가상머신 |
| Compute | C.E Autoscaler | Autoscaling | 오토스케일링 |
| Compute | Sole-tenant nodes | Dedicated Host | 전용 하드웨어에 VM구동 |
| Compute | Cloud Functions | Lambda | 서버리스 코드실행 |
| Compute | App Engine | Elastic Beanstalk | 서버리스 고가용성 어플리케이션 실행 |
| Container | Google K8s Engine | EKS,ECS | 관리형 쿠버네티스 |
| Container | Artifact Registry | ECR | 컨테이너 이미지 저장 |
| Container | Cloud Run,Knative | Fargate | 고가용성 컨테이너 플랫폼 |
| Storage | Persistent Disk | EBS | 가상머신을 위한 블록스토리지 |
| Storage | Filestore | EFS | 관리형 NFS |
| Storage | Cloud Storage | S3 | 오브젝트 스토리지 |
| Storage | Cloud Storage Archive | S3 Glacier | 미접속,장기저장 |
| Network | Cloud CDN | CloudFront | CDN |
| Network | Cloud DNS/Domains | Route53 | DNS |
| Network | Cloud Load Balancing | ELB | 로드밸런싱 |
| Network | Network Intelligence Center | CloudWatch | 네트워크 모니터링 |
| Database | Cloud SQL | RDS | 관리형 RDB |
| Database | Cloiud Spanner | Aurora | 고가용성RDB |
| Database | Datastore | DDB | NoSQL DB |
| Database | Memorystore | ElastiCache | Redis,Memcached 캐시 |
| Database | Firestore | DocumentDB | 서버리스 문서 DB |
| Database | BigQuery | Athena/Redshift | 데이터웨어하우스 |
| Database | Dataproc | EMR/Glue | 하둡,스파크,등 OSS 데이터분석 |
| Devlop | CloudShell | CloudShell | 브라우저에서 코드실행 |
| Devlop | Cloud SDK | CLI | GCP 서비스 제어를 위한 CLI |
| Devlop | Cloud Tasks | SQS,SNS | 개별 서비스간 비동기적 요청관리 |
| Devlop | Cloud Build | Codebuild/deploy/pipeline | CI/CD플랫폼 |
| IoT | Cloud IoT | IoT Core | 관리형 IoT 플랫폼 |
| Manage | API Gateway | API Gateway | 관리형 API G/W |
| Manage | Cost Management | AWS Budgets | 비용관리 |
| Manage | Cloud Deployment Manager | CloudFormation | 템플릿 기반 리소스 생성 |
| Migration | Storage Transfer Service | Storage Gateway | VPC-온프렘 데이터전송 |
| Migration | Transfer Appliance | Snowball | 데이터 이전장비 |
| Security | Google Cloud Armor | WAF | 웹 어플리케이션 방화벽 |
| Security | ertificate Authority Service | Certificate Manager | 인증서 관리 |
| Security | Identity Platform | Cognito | 소비자인증,접근관리(CIAM) |
| Security | Identity-Aware Proxy (IAP) | Systems Manager | VM&앱 인증및맥락관리 |
| Security | Security Command Center | GuardDuty/SecurityHub | 보안 및 위협 관리 |
| Operations | Cloud Audit Logs | CloudTrail | GCP내 활동 로깅 |
| Operations | Cloud Monitoring | CloudWatch | 인프라와 앱 가용성 모니터링 |
| Operations | Pub/Sub | SNS,SQS | 이벤트 기반 메세징 |
| Operations | Eventarc | EventBridge | 구글 서비스 및 기타 앱의 이벤트 비동기적 전달 |
| Operations | Stackdriver | ? | 모니터링 |
| AI/ML | Vertex | SageMaker | 대충 구글 AI 관련 브랜드명 |
Leave a comment