-
-
Notifications
You must be signed in to change notification settings - Fork 60
Supported services
janiko71 edited this page Nov 14, 2024
·
51 revisions
old version, to be revised
The supported AWS services are (at least in the development branch) :
| Domain | Service Name | Comments | Tested |
|---|---|---|---|
| compute | ec2 | Elastic Compute Cloud | ✔️ |
| compute | network | interfaces within ec2 | ✔️ |
| compute | ebs | Elastic Block Store within ec2 | ✔️ |
| compute | lambda | Serverless functions | ✔️ |
| compute | lightsail | with ip | ✔️ |
| compute | batch | Batch jobs service | ✔️ |
| compute | elasticbeanstalk | Web Applications deployment | ✔️ |
| compute | serverlessrepo | Serverless Application Repository | ✔️ |
| compute | outposts | AWS Outposts | ❓ |
| container | ecs | Elastic Container Service | ❌ services |
| container | eks | Elastic Container Service for Kubernetes | ✔️ |
| container | ecr | Elastic Container Registry | ✔️ |
| storage | s3 | Simple cloud Storage Service | ✔️ |
| storage | efs | Elastic File System | ✔️ |
| storage | glacier | Cold storage | ✔️ |
| storage | storagegateway | Connecting service for storage | ✔️ |
| storage | fsx | FSx (File storage) | ✔️ |
| database | rds | Relational Database Service | ✔️ |
| database | dynamodb | NoSQL database | ✔️ |
| database | neptune | ❗ instances are listed in RDS | ✔️ |
| database | elasticache | Memcached/redis service | ✔️ |
| database | redshift | Data warehouse service | ✔️ |
| database | docdb | DocumentDB | ✔️ |
| database | qldb | Ledger QLDB | ❓ |
| database | memorydb | MemoryDB for Redis | ❓ |
| database | timestream | Timestream | ❓ |
| network | vpc | Virtual Private Cloud, within ec2 | ✔️ |
| network | apigateway | API service (network) | ✔️ |
| network | route53 | DNS Services (+ route53domains= | ✅ |
| network | cloudfront | content delivery network | ✅ |
| network | elb | Elastic Load Balancer | ✅ |
| network | elbv2 | Elastic Load Balancer v2 | ✅ |
| billing | ce | Cost Explorer | Still experimental |
| security | kms | Key Management Service | ✔️ |
| security | clouddirectory | Directory services | ❓ |
| security | acm | Certificate manager | ❓ |
| security | acm-pca | Private Certificate Authority | ❓ |
| security | secrets | Secrets Manager | ✔️ |
| security | hsm | CloudHSM (clusters, hsms, luna clients) | ✔️ |
| security | guardduty | GuardDuty (detectors)) | ✔️ |
| security | WAF | WAF, WAFv2, WAF-Regional | ❓ |
| develop. | codestar | Software development activities | ❓ |
| develop. | codecommit | CodeCommit | ❓ |
| develop. | codeartifact | CodeArtifact | ❌ IAM issue |
| business | alexa | Alexa for business | ❓ |
| business | workmail | Business mail | ❓ |
| managmnt. | autoscaling | Autoscaling plans | ✔️ |
| managmnt. | cloudformation | Infrastructure resources describing | ✔️ |
| managmnt. | cloudtrail | Logging/auditing | ✔️ |
| managmnt. | cloudwatch | Monitoring services | ✔️ |
| integration | mq | Message broker | ✔️ |
| integration | sqs | Simple Queue Service | ✔️ |
| integration | sns | Simple Notification Service | ✔️ |
| integration | stepfunctions | Step Functions | ✔️ |
| integration | events | EventBridge | ❓ |
| integration | appflow | AppFlow | ❓ |
| analytics | emr | Elastic Map Reduce | ✅ |
| analytics | es | Elasticsearch Service | ✔️ |
| analytics | cloudsearch | Cloudsearch Service | ✔️ |
| analytics | datapipeline | Data flow Service | ✔️ |
| machine learning | sagemaker | SageMaker (domains, projects, notebooks) | ❓ |
| machine learning | forecast | Forecast (datasets, predictors) | ❓ |
✔️ : fully supported
✅ : partial support (not all details)
❓ coded but not tested(except for IAM rights/policy)