« AWS » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
 
(10 versions intermédiaires par le même utilisateur non affichées)
Ligne 6 : Ligne 6 :


= Services =
= Services =
== Analytics ==
{| class="wikitable wtp wtmono1"
! Service
! Description
|-
| Kinesis || stream service which could ingest real-time data from millions of producer
|}
== Application Integration ==
== Application Integration ==
{| class="wikitable wtp wtmono1"  
{| class="wikitable wtp wtmono1"  
Ligne 11 : Ligne 19 :
! Description
! Description
|-
|-
| Step Function|| Coordinate distributed applications
| [[EventBridge]] || Serverless service for building event-driven applications
|-
| [[Simple_queue_service|Simple Queue Service]] ||
|-
| [[Simple_Notification_Service|Simple Notification Service]] ||
|-
| Step Function || Workflow to coordinate distributed applications
|}
|}


Ligne 18 : Ligne 32 :
! Service
! Service
! Description
! Description
|-
| Batch ||
|-
|-
| EC2 || Elastic Compute Cloud: virtual machines
| EC2 || Elastic Compute Cloud: virtual machines
|-
|-
| Lambda || run code in response to events without servers
| [[Lambda]] || run code in response to events without servers
|}
|}


Ligne 36 : Ligne 52 :
|}
|}


== Security, Identity, & Compliance ==
== Database ==
{| class="wikitable wtp wtmono1"  
{| class="wikitable wtp wtmono1"  
! Service
! Service
! Description
! Description
|-
|-
| Cognito || manage identity inside applications. Add registration and sign-in to your apps. Provide AWS credentials for access to cloud resources.
| DocumentDB || MongoDB-compatible database service
|-
|-
| Directory Service || host and manage Active Directory (AD connector also)
| DynamoDB || NoSQL (key-value) database
|-
|-
| IAM || manage access to AWS resources (Identity and Access Management). Defines who can access to what.
| ElastiCache || In-memory cache database compatible with Redis and Memcached
|-
|-
| Secrets Manager || central place to store and retrieve secrets
| RDS || Relational Database Service
|-
| WAF || web application firewall
|}
|}


== Storage ==
== Developper Tools ==
{| class="wikitable wtp wtmono1"  
{| class="wikitable wtp wtmono1"  
! Service
! Service
! Description
! Description
|-
|-
| EFS || Elastic File Storage with NFS
| AppConfig ||  
|-
| S3 || Simple Storage Service: scalable storage for objects
|-
|-
| S3 Glacier || archive storage
| X-Ray ||  
|}
|}


== Database ==
== Management and Governance (monitoring) ==
{| class="wikitable wtp wtmono1"  
{| class="wikitable wtp wtmono1"  
! Service
! Service
! Description
! Description
|-
|-
| DocumentDB || MongoDB-compatible database service
| Cloud Formation || Create and Manage Resources with Templates. Infrastructure as Code
|-
| Cloud Watch || Monitor Resources and Applications
|-
| Grafana || Grafana service
|-
|-
| DynamoDB || NoSQL (key-value) database
| Health Dashboard ||  
|-
|-
| ElastiCache || In-memory cache database compatible with Redis and Memcached
| Ops Works || Configuration Management with Chef and Puppet
|-
|-
| RDS || Relational Database Service
| Prometheus || Prometheus service
|}
|}


Ligne 94 : Ligne 110 :
|}
|}


== Management and Governance (monitoring) ==
== Security, Identity, & Compliance ==
{| class="wikitable wtp wtmono1"  
{| class="wikitable wtp wtmono1"  
! Service
! Service
! Description
! Description
|-
|-
| Cloud Formation || Create and Manage Resources with Templates. Infrastructure as Code
| 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.
|-
|-
| Cloud Watch || Monitor Resources and Applications
| [[SecretsManager|Secrets Manager]] || central place to store and retrieve secrets
|-
|-
| Grafana || Grafana service
| WAF || web application firewall
|}
 
== Storage ==
{| class="wikitable wtp wtmono1"
! Service
! Description
|-
|-
| Health Dashboard ||  
| EFS || Elastic File Storage with NFS
|-
|-
| Ops Works || Configuration Management with Chef and Puppet
| S3 || Simple Storage Service: scalable storage for objects
|-
|-
| Prometheus || Prometheus service
| S3 Glacier || archive storage
|}
|}

Dernière version du 12 juillet 2024 à 13:05

Credentials

Top right → [Account] → Security credentials

  • AWS account ID
  • Access keys → Create access key

Services

Analytics

Service Description
Kinesis stream service which could ingest real-time data from millions of producer

Application Integration

Service Description
EventBridge Serverless service for building event-driven applications
Simple Queue Service
Simple Notification Service
Step Function Workflow to coordinate distributed applications

Compute

Service Description
Batch
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
EKS Elastic Kubernetes Service

Database

Service Description
DocumentDB MongoDB-compatible database service
DynamoDB NoSQL (key-value) database
ElastiCache In-memory cache database compatible with Redis and Memcached
RDS Relational Database Service

Developper Tools

Service Description
AppConfig
X-Ray

Management and Governance (monitoring)

Service Description
Cloud Formation Create and Manage Resources with Templates. Infrastructure as Code
Cloud Watch Monitor Resources and Applications
Grafana Grafana service
Health Dashboard
Ops Works Configuration Management with Chef and Puppet
Prometheus Prometheus service

Networking and content delivery

Service Description
API Gateway Build, Deploy and Manage APIs
App Mesh Monitor and control microservices
Cloud Front Global Content Delivery Network. Redirects requests to the nearest resources. Resources are caches in edge locations.
Cloud Map Build a dynamic map of your cloud
VPC Virtual Private Cloud. Isolated Cloud Resources

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

Storage

Service Description
EFS Elastic File Storage with NFS
S3 Simple Storage Service: scalable storage for objects
S3 Glacier archive storage