2019-08-23 14:22:47 -07:00
---
2022-12-08 15:41:39 -08:00
title_tag: AWS Index of Services | Crosswalk
2023-05-15 15:25:28 -07:00
title: AWS services
h1: AWS index of services
2019-12-18 09:59:20 -08:00
meta_desc: Pulumi Crosswalk for AWS supports all AWS services. This page provides a complete list of supported services.
2023-06-08 16:15:52 -07:00
meta_image: /images/docs/meta-images/docs-clouds-aws-meta-image.png
2019-08-23 14:22:47 -07:00
menu:
2023-05-15 15:25:28 -07:00
clouds:
parent: aws-guides
identifier: aws-guides-aws-services
2019-08-23 14:22:47 -07:00
weight: 11
2021-09-14 07:48:43 -07:00
aliases:
- /docs/reference/crosswalk/aws/other/
- /docs/guides/crosswalk/aws/other/
2023-05-15 15:25:28 -07:00
- /docs/guides/crosswalk/aws/aws-index-of-services/
2019-08-23 14:22:47 -07:00
---
2022-10-26 07:22:15 -07:00
< a href = "./" >
2019-08-23 14:22:47 -07:00
< img src = "/images/docs/reference/crosswalk/aws/logo.svg" align = "right" width = "280" style = "margin: 0 0 32px 16px;" >
< / a >
Pulumi Crosswalk for AWS supports all AWS services, not just those with dedicated articles in this User Guide.
This includes services like DynamoDB, EC2, S3, and RDS, to name a few, and includes support for all of their features.
2020-11-16 07:11:05 -08:00
If your favorite service isn't listed here, contact us by [filing an issue in the docs repo](
2019-08-23 14:22:47 -07:00
https://github.com/pulumi/docs) or by [joining the Pulumi Community Slack channel ](https://slack.pulumi.com ).
## Index of Services
Here is a complete list of services supported by Pulumi Crosswalk for AWS, with a user guide link where available.
The Pulumi API documentation includes a full list of classes, their properties, and typically one or more examples, for each
service.
< style >
table {
margin-bottom: 20px;
font-size: 14px;
}
td, th {
padding: 8px 8px;
text-align: left;
border: 1px solid rgba(0,0,0,0.13);
}
thead tr th {
background-color: #e0e0e0 ;
font-weight: 800;
}
thead tr th:first-child {
text-align: left;
}
tbody tr td:first-child {
text-align: left;
}
< / style >
| Service | Description | User Guide | API Docs |
|---------|-------------|------------|----------|
2022-10-26 07:22:15 -07:00
| [AWS Certificate Manager ](https://aws.amazon.com/certificate-manager/ ) | Manage TLS/SSL certificates | | [acm ](/registry/packages/aws/api-docs/acm/ ) |
| [AWS Certificate Manager Private Certificate Authority ](https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaWelcome.html ) | Managed private CA service | | [acmpca ](/registry/packages/aws/api-docs/acmpca/ ) |
2023-05-15 15:25:28 -07:00
| [Amazon API Gateway ](https://aws.amazon.com/api-gateway/ ) | Secure, scalable APIs | [User Guide ](/docs/clouds/aws/guides/api-gateway/ ) | [apigateway ](/registry/packages/aws/api-docs/apigateway/ ) |
2022-10-26 07:22:15 -07:00
| [AWS App Mesh ](https://aws.amazon.com/app-mesh/ ) | App-level service networking | | [appmesh ](/registry/packages/aws/api-docs/appmesh/ ) |
| [AWS AppSync ](https://aws.amazon.com/app-mesh/ ) | Data-driven apps and APIs | | [appsync ](/registry/packages/aws/api-docs/appsync/ ) |
| [Amazon Athena ](https://aws.amazon.com/athena/ ) | Serverless queries over S3 | | [athena ](/registry/packages/aws/api-docs/athena/ ) |
2023-05-15 15:25:28 -07:00
| [AWS Auto Scaling ](https://aws.amazon.com/autoscaling ) | Automatic scaling policies | [User Guide ](/docs/clouds/aws/guides/autoscaling/ ) | [autoscaling ](/registry/packages/aws/api-docs/autoscaling/ ) |
2022-10-26 07:22:15 -07:00
| [AWS Backup ](https://aws.amazon.com/backup/ ) | Centrally managed backups | | [backup ](/registry/packages/aws/api-docs/backup/ ) |
| [AWS Batch ](https://aws.amazon.com/batch/ ) | Easy and efficient batch computing | | [batch ](/registry/packages/aws/api-docs/batch/ ) |
| [AWS Budgets ](https://aws.amazon.com/aws-cost-management/aws-budgets/ ) | Custom budgets and alerting | | [budgets ](/registry/packages/aws/api-docs/budgets/ ) |
| [AWS Config ](https://aws.amazon.com/config/ ) | Record and evaluate resource config | | [cfg ](/registry/packages/aws/api-docs/cfg/ ) |
| [AWS Cloud9 ](https://aws.amazon.com/cloud9/ ) | Cloud IDE | | [cloud9 ](/registry/packages/aws/api-docs/cloud9/ ) |
| [AWS CloudFormation ](https://aws.amazon.com/cloudformation/ ) | Provision resources in YAML/JSON | | [cloudformation ](/registry/packages/aws/api-docs/cloudformation/ ) |
| [Amazon CloudFront ](https://aws.amazon.com/cloudfront/ ) | Fast and secure CDN | | [cloudfront ](/registry/packages/aws/api-docs/cloudfront/ ) |
| [AWS CloudHSM ](https://aws.amazon.com/cloudhsm/ ) | Managed hardware security module (HSM) | | [cloudhsmv2 ](/registry/packages/aws/api-docs/cloudhsmv2/ ) |
| [AWS CloudTrail ](https://aws.amazon.com/cloudtrail/ ) | Track user activity and API usage | | [cloudtrail ](/registry/packages/aws/api-docs/cloudtrail/ ) |
2023-05-15 15:25:28 -07:00
| [Amazon CloudWatch ](https://aws.amazon.com/cloudwatch/ ) | Application and infrastructure monitoring | [User Guide ](/docs/clouds/aws/guides/cloudwatch/ ) | [cloudwatch ](/registry/packages/aws/api-docs/cloudwatch/ ) |
| [AWS CodeBuild ](https://aws.amazon.com/codebuild/ ) | Build and test code | [User Guide ](/docs/using-pulumi/continuous-delivery/aws-code-services/ ) | [codebuild ](/registry/packages/aws/api-docs/codebuild/ ) |
| [AWS CodeCommit ](https://aws.amazon.com/codecommit/ ) | Host private Git repos | [User Guide ](/docs/using-pulumi/continuous-delivery/aws-code-services/ ) | [codecommit ](/registry/packages/aws/api-docs/codecommit/ ) |
| [AWS CodeDeploy ](https://aws.amazon.com/codedeploy/ ) | Automate code deployments | [User Guide ](/docs/using-pulumi/continuous-delivery/aws-code-services/ ) | [codedeploy ](/registry/packages/aws/api-docs/codedeploy/ ) |
| [AWS CodePipeline ](https://aws.amazon.com/codepipeline ) | Continuous delivery pipelines | [User Guide ](/docs/using-pulumi/continuous-delivery/aws-code-services/ ) | [codepipeline ](/registry/packages/aws/api-docs/codepipeline/ ) |
2022-10-26 07:22:15 -07:00
| [Amazon Cognito ](https://aws.amazon.com/cognito/ ) | Simple and secure user identity | | [cognito ](/registry/packages/aws/api-docs/cognito/ ) |
| [AWS Cost and Usage Reporting ](https://aws.amazon.com/aws-cost-management/aws-cost-and-usage-reporting/ ) | Report on usage and cost | | [cur ](/registry/packages/aws/api-docs/cur/ ) |
| [AWS DataSync ](https://aws.amazon.com/datasync/ ) | Easily transfer data | | [datasync ](/registry/packages/aws/api-docs/datasync/ ) |
| [Amazon DynamoDB Accelerator (DAX) ](https://aws.amazon.com/dynamodb/dax/ ) | Fully managed, in memory cache | | [dax ](/registry/packages/aws/api-docs/dax/ ) |
| [AWS Device Farm ](https://aws.amazon.com/device-farm/ ) | Test mobile apps | | [devicefarm ](/registry/packages/aws/api-docs/devicefarm/ ) |
| [AWS Direct Connect ](https://aws.amazon.com/directconnect/ ) | Private, dedicated networks | | [directconnect ](/registry/packages/aws/api-docs/directconnect/ ) |
| [AWS Directory Service ](https://aws.amazon.com/directoryservice/ ) | Managed Active Directory | | [directoryservice ](/registry/packages/aws/api-docs/directoryservice/ ) |
| [Amazon Data Lifecycle Manager ](https://docs.aws.amazon.com/dlm ) | Manage resource lifecycle | | [dlm ](/registry/packages/aws/api-docs/dlm/ ) |
| [Amazon Data Migration Service ](https://aws.amazon.com/dms/ ) | Migrate databases to AWS | | [dms ](/registry/packages/aws/api-docs/dms/ ) |
| [Amazon DocumentDB ](https://aws.amazon.com/documentdb/ ) | MongoDB-compatible document database | | [docdb ](/registry/packages/aws/api-docs/docdb/ ) |
| [Amazon DynamoDB ](https://aws.amazon.com/dynamodb/ ) | Fast and flexible NoSQL database | | [dynamodb ](/registry/packages/aws/api-docs/dynamodb/ ) |
| [Amazon Elastic Block Store (EBS) ](https://aws.amazon.com/ebs/ ) | Persistent block storage for EC2 | | [ebs ](/registry/packages/aws/api-docs/ebs/ ) |
| [Amazon Elastic Compute Cloud (EC2) ](https://aws.amazon.com/ec2/ ) | Secure and resizable compute | | [ec2 ](/registry/packages/aws/api-docs/ec2/ ) |
| [AWS VPN ](https://aws.amazon.com/vpn/ ) | Extend on-prem networks to the cloud | | [ec2clientvpn ](/registry/packages/aws/api-docs/ec2clientvpn/ ) |
| [AWS Transit Gateway ](https://aws.amazon.com/transit-gateway/ ) | Connect across VPCs | | [ec2transitgateway ](/registry/packages/aws/api-docs/ec2transitgateway/ ) |
2023-05-15 15:25:28 -07:00
| [Amazon Elastic Container Registry (ECR) ](https://aws.amazon.com/ecr/ ) | Private container registries | [User Guide ](/docs/clouds/aws/guides/ecr/ ) | [ecr ](/registry/packages/aws/api-docs/ecr/ ) |
| [Amazon Elastic Container Service (ECS) ](https://aws.amazon.com/ecs/ ) | Run containerized apps | [User Guide ](/docs/clouds/aws/guides/ecs/ ) | [ecs ](/registry/packages/aws/api-docs/ecs/ ) |
2022-10-26 07:22:15 -07:00
| [Amazon Elastic File System (EFS) ](https://aws.amazon.com/efs/ ) | Scalable, elastic file system | | [efs ](/registry/packages/aws/api-docs/efs/ ) |
2023-05-15 15:25:28 -07:00
| [Amazon Elastic Kubernetes Service (EKS) ](https://aws.amazon.com/eks/ ) | Managed Kubernetes service | [User Guide ](/docs/clouds/aws/guides/eks/ ) | [eks ](/registry/packages/aws/api-docs/eks/ ) |
2022-10-26 07:22:15 -07:00
| [Amazon ElastiCache ](https://aws.amazon.com/elasticache/ ) | Managed Redis or Memcached service | | [elasticache ](/registry/packages/aws/api-docs/elasticache/ ) |
| [AWS Elastic Beanstalk ](https://aws.amazon.com/elasticbeanstalk/ ) | Deploy and scale web apps | | [elasticbeanstalk ](/registry/packages/aws/api-docs/elasticbeanstalk/ ) |
2023-05-15 15:25:28 -07:00
| [AWS Elastic Load Balancing (ELB) ](https://aws.amazon.com/elasticloadbalancing/ ) | Scale across many instances | [User Guide ](/docs/clouds/aws/guides/elb/ ) | [lb ](/registry/packages/aws/api-docs/lb/ ) |
2022-10-26 07:22:15 -07:00
| [Amazon Elasticsearch Service ](https://aws.amazon.com/elasticsearch-service/ ) | Fully managed Elasticsearch service | | [elasticsearch ](/registry/packages/aws/api-docs/elasticsearch/ ) |
| [Amazon Elastic Transcoder ](https://aws.amazon.com/elastictranscoder/ ) | Media transcoding in the cloud | | [elastictranscoder ](/registry/packages/aws/api-docs/elastictranscoder/ ) |
| [Amazon EMR ](https://aws.amazon.com/emr/ ) | Spark, Hadoop, HBase, and other big data | | [emr ](/registry/packages/aws/api-docs/emr/ ) |
| [Amazon GameLift ](https://aws.amazon.com/gamelift/ ) | Game server hosting | | [gamelift ](/registry/packages/aws/api-docs/gamelift/ ) |
| [Amazon S3 Glacier ](https://aws.amazon.com/glacier/ ) | Long term archived data storage | | [glacier ](/registry/packages/aws/api-docs/glacier/ ) |
| [AWS Global Accelerator ](https://aws.amazon.com/global-accelerator/ ) | Improve global availability | | [globalaccelerator ](/registry/packages/aws/api-docs/globalaccelerator/ ) |
| [AWS Glue ](https://aws.amazon.com/glue/ ) | Extract, transform, and load (ETL) | | [glue ](/registry/packages/aws/api-docs/glue/ ) |
| [Amazon GuardDuty ](https://aws.amazon.com/guardduty/ ) | Protect your accounts and workloads | | [guardduty ](/registry/packages/aws/api-docs/guardduty/ ) |
2023-05-15 15:25:28 -07:00
| [AWS Identity and Access Management (IAM) ](https://aws.amazon.com/iam/ ) | Securely manage access | [User Guide ](/docs/clouds/aws/guides/iam/ ) | [iam ](/registry/packages/aws/api-docs/iam/ ) |
2022-10-26 07:22:15 -07:00
| [Amazon Inspector ](https://aws.amazon.com/inspector/ ) | Automated security assessments | | [inspector ](/registry/packages/aws/api-docs/inspector/ ) |
| [AWS IoT ](https://aws.amazon.com/iot/ ) | Internet of Things | | [iot ](/registry/packages/aws/api-docs/iot/ ) |
| [Amazon Kinesis ](https://aws.amazon.com/kinesis/ ) | Collect, process, and analyze data streams | | [kinesis ](/registry/packages/aws/api-docs/kinesis/ ) |
| [AWS Key Management Service (KMS) ](https://aws.amazon.com/kms/ ) | Create and control encryption keys | | [kms ](/registry/packages/aws/api-docs/kms/ ) |
2023-05-15 15:25:28 -07:00
| [AWS Lambda ](https://aws.amazon.com/lambda/ ) | Run serverless code | [User Guide ](/docs/clouds/aws/guides/lambda/ ) | [lambda ](/registry/packages/aws/api-docs/lambda/ ) |
2022-10-26 07:22:15 -07:00
| [AWS License Manager ](https://aws.amazon.com/license-manager/ ) | Manage, discover, and report license usage | | [licensemanager ](/registry/packages/aws/api-docs/licensemanager/ ) |
| [Amazon Lightsail ](https://aws.amazon.com/lightsail/ ) | Easy cloud apps | | [lightsail ](/registry/packages/aws/api-docs/lightsail/ ) |
| [Amazon Macie ](https://aws.amazon.com/macie/ ) | ML-powered security | | [macie ](/registry/packages/aws/api-docs/macie/ ) |
| [AWS Elemental MediaPackage ](https://aws.amazon.com/mediapackage/ ) | Prepare and protect video | | [mediapackage ](/registry/packages/aws/api-docs/mediapackage/ ) |
| [AWS Elemental MediaStore ](https://aws.amazon.com/mediastore/ ) | Store and deliver streaming video | | [mediastore ](/registry/packages/aws/api-docs/mediastore/ ) |
| [Amazon MQ ](https://aws.amazon.com/amazon-mq/ ) | Managed ActiveMQ message broker | | [mq ](/registry/packages/aws/api-docs/mq/ ) |
| [Amazon Managed Streaming for Apache Kafka (MSK) ](https://aws.amazon.com/msk/ ) | Managed Apache Kafka service | | [msk ](/registry/packages/aws/api-docs/msk/ ) |
| [Amazon Neptune ](https://aws.amazon.com/neptune/ ) | Fast, reliable graph database | | [neptune ](/registry/packages/aws/api-docs/neptune/ ) |
| [AWS OpsWorks ](https://aws.amazon.com/opsworks/ ) | Automate ops with Chef or Puppet | | [opsworks ](/registry/packages/aws/api-docs/opsworks/ ) |
| [AWS Organizations ](https://aws.amazon.com/organizations/ ) | Central management of many accounts | | [organizations ](/registry/packages/aws/api-docs/organizations/ ) |
| [Amazon Pinpoint ](https://aws.amazon.com/pinpoint/ ) | Engage customers | | [pinpoint ](/registry/packages/aws/api-docs/pinpoint/ ) |
| [AWS Resource Access Manager ](https://aws.amazon.com/ram/ ) | Share AWS resources | | [ram ](/registry/packages/aws/api-docs/ram/ ) |
| [Amazon Relational Database Service (RDS) ](https://aws.amazon.com/rds/ ) | Managed relational databases | | [rds ](/registry/packages/aws/api-docs/rds/ ) |
| [Amazon Redshift ](https://aws.amazon.com/redshift/ ) | Managed data warehouse | | [redshift ](/registry/packages/aws/api-docs/redshift/ ) |
| [Amazon Route 53 ](https://aws.amazon.com/route53/ ) | Managed Domain Name System (DNS) service | | [route53 ](/registry/packages/aws/api-docs/route53/ ) |
| [Simple Storage Service (S3) ](https://aws.amazon.com/s3/ ) | Simple object storage | | [s3 ](/registry/packages/aws/api-docs/s3/ ) |
| [Amazon SageMaker ](https://aws.amazon.com/s3/ ) | Machine learning training and optimization | | [sagemaker ](/registry/packages/aws/api-docs/sagemaker/ ) |
| [AWS Secrets Manager ](https://aws.amazon.com/secrets-manager/ ) | Store and protect secrets | | [secretsmanager ](/registry/packages/aws/api-docs/secretsmanager/ ) |
| [AWS Security Hub ](https://aws.amazon.com/security-hub/ ) | Centrally view and manage compliance | | [securityhub ](/registry/packages/aws/api-docs/securityhub/ ) |
| [AWS Service Catalog ](https://aws.amazon.com/servicecatalog/ ) | Manage catalogs of IT services | | [servicecatalog ](/registry/packages/aws/api-docs/servicecatalog/ ) |
| [AWS Cloud Map ](https://aws.amazon.com/cloud-map/ ) | Service discovery for cloud resources | | [servicediscovery ](/registry/packages/aws/api-docs/servicediscovery/ ) |
| [Amazon Simple Email Service (SES) ](https://aws.amazon.com/ses/ ) | Send and receive email | | [ses ](/registry/packages/aws/api-docs/ses/ ) |
| [AWS Step Functions ](https://aws.amazon.com/step-functions/ ) | Build distributed workflows | | [sfn ](/registry/packages/aws/api-docs/sfn/ ) |
| [AWS Shield ](https://aws.amazon.com/shield/ ) | Managed DDoS protection | | [shield ](/registry/packages/aws/api-docs/shield/ ) |
| [Amazon SimpleDB ](https://aws.amazon.com/simpledb/ ) | Simple NoSQL database | | [simpledb ](/registry/packages/aws/api-docs/simpledb/ ) |
| [Amazon Simple Notification Service (SNS) ](https://aws.amazon.com/sns/ ) | Managed pub/sub messaging | | [sns ](/registry/packages/aws/api-docs/sns/ ) |
| [Amazon Simple Queue Service (SQS) ](https://aws.amazon.com/sqs/ ) | Managed, reliable queuing | | [sqs ](/registry/packages/aws/api-docs/sqs/ ) |
| [AWS Systems Manager ](https://docs.aws.amazon.com/systems-manager/ ) | Automate management tasks | | [ssm ](/registry/packages/aws/api-docs/ssm/ ) |
| [AWS Storage Gateway ](https://aws.amazon.com/storagegateway/ ) | Hybrid cloud storage | | [storagegateway ](/registry/packages/aws/api-docs/storagegateway/ ) |
| [Amazon Simple Workflow Service (SWF) ](https://aws.amazon.com/swf/ ) | Background jobs with steps | | [swf ](/registry/packages/aws/api-docs/swf/ ) |
| [AWS Transfer for SFTP ](https://aws.amazon.com/sftp/ ) | Managed SFTP service | | [transfer ](/registry/packages/aws/api-docs/transfer/ ) |
2023-05-15 15:25:28 -07:00
| [Amazon Virtual Private Cloud (VPC) ](https://aws.amazon.com/vpc/ ) | Secure, isolated networks | [User Guide ](/docs/clouds/aws/guides/vpc/ ) | [vpc ](/docs/reference/pkg/nodejs/pulumi/awsx/ec2#Vpc ) |
2022-10-26 07:22:15 -07:00
| [AWS Web Application Firewall (WAF) ](https://aws.amazon.com/waf/ ) | Protect web apps from exploits | | [waf ](/registry/packages/aws/api-docs/waf/ ) |
| [Amazon WorkLink ](https://aws.amazon.com/worklink/ ) | Secure mobile access to internal apps | | [worklink ](/registry/packages/aws/api-docs/worklink/ ) |
| [Amazon WorkSpaces ](https://aws.amazon.com/workspaces/ ) | Remote desktop access | | [workspaces ](/registry/packages/aws/api-docs/workspaces/ ) |
| [AWS X-Ray ](https://aws.amazon.com/xray/ ) | Analyze and debug distributed apps | | [xray ](/registry/packages/aws/api-docs/xray/ ) |
2019-08-23 14:22:47 -07:00
## Additional AWS Resources
2020-11-16 07:11:05 -08:00
For more information about using Pulumi with AWS, see the following:
2019-08-23 14:22:47 -07:00
2023-05-15 15:25:28 -07:00
* [Pulumi AWS Get Started guide ](/docs/clouds/aws/get-started/ )
2022-10-26 07:22:15 -07:00
* [Pulumi AWS API documentation ](/registry/packages/aws/api-docs/ )
2019-08-23 14:22:47 -07:00
* [Pulumi Blog entries tagged with "AWS" ](/blog/tag/aws/ )
* [Pulumi Examples repository ](https://github.com/pulumi/examples )