« AWS » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 14 : | Ligne 14 : | ||
|- | |- | ||
| WAF || web application firewall | | WAF || web application firewall | ||
|} | |||
== Compute == | |||
{| class="wikitable wtp" | |||
! Service | |||
! Description | |||
|- | |||
| EC2 || Elastic Compute Cloud: virtual machines | |||
|- | |||
| Lambda || run code without servers | |||
|} | |||
== Containers == | |||
{| class="wikitable wtp" | |||
! Service | |||
! Description | |||
|- | |||
| ECS || Elastic Container Service | |||
|- | |||
| ECR || Elastic Container Registry: store, manage and deploy container images | |||
|- | |||
| ECS || Elastic Kubernetes Service | |||
|} | |} |
Version du 22 février 2024 à 14:30
Services
Security, Identity, & Compliance
Service | Description |
---|---|
Cognito | manage identity inside applications. Add registration and sign-in to your apps. Provide AWS credentials for access to cloud resources. |
Directory Service | host and manage Active Directory (AD connector also) |
IAM | manage access to AWS resources (Identity and Access Management). Defines who can access to what. |
Secrets Manager | central place to store and retrieve secrets |
WAF | web application firewall |
Compute
Service | Description |
---|---|
EC2 | Elastic Compute Cloud: virtual machines |
Lambda | run code without servers |
Containers
Service | Description |
---|---|
ECS | Elastic Container Service |
ECR | Elastic Container Registry: store, manage and deploy container images |
ECS | Elastic Kubernetes Service |