Files
nexus/wiki/entities/AWS.md

32 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "AWS"
type: entity
tags:
- Cloud
- ECS
- IaC
sources:
- learning-sessions-cloud-transformation-programme-20230808-183322-meeting-recordi
last_updated: 2023-08-08
---
## Profile
Amazon Web ServicesAWS亚马逊旗下云计算平台提供覆盖计算、存储、容器、数据库等领域的 200+ 云服务。
## Core Services Referenced
- **ECSElastic Container Service**AWS 原生容器编排服务,支持 EC2 和 Fargate 两种运行模式
- **EKSElastic Kubernetes Service**:托管 Kubernetes 服务,强调可移植性
- **VPC**:虚拟私有云
- **ELB**:弹性负载均衡
- **EFS**:弹性文件系统
- **CloudWatch**:云监控
- **Prometheus/Grafana**:可集成的监控栈
## IaC Context
AWS 云基础设施通过 Terraform IaC 进行管理ECS 是 AWS 原生容器技术,与 AWS 服务深度集成。
## Connections
- [[ECS]]AWS 弹性容器服务
- [[EKS]]AWS 托管 KubernetesECS 的替代方案)
- [[Cloud-Transformation-Programme]]AWS 作为 CTP 的云服务提供商