« AWS » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 57 : | Ligne 57 : | ||
| DocumentDB || MongoDB-compatible database service | | DocumentDB || MongoDB-compatible database service | ||
|- | |- | ||
| DynamoDB || NoSQL database | | DynamoDB || NoSQL (key-value) database | ||
|- | |- | ||
| RDS || Relational Database Service | | RDS || Relational Database Service | ||
|} | |} |
Version du 22 février 2024 à 15:45
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 in response to events without servers |
Containers
Service | Description |
---|---|
ECS | Elastic Container Service |
ECR | Elastic Container Registry: store, manage and deploy container images |
ECS | Elastic Kubernetes Service |
Storage
Service | Description |
---|---|
EFS | Elastic File Storage with NFS |
S3 | Simple Storage Service: scalable storage for objects |
S3 Glacier | archive storage |
Database
Service | Description |
---|---|
DocumentDB | MongoDB-compatible database service |
DynamoDB | NoSQL (key-value) database |
RDS | Relational Database Service |