Ctrl + k

or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
mavenpkg:maven/com.pulumi/aws@7.16.x

docs

common-patterns.mdgetting-started.mdindex.mdprovider.md
tile.json

tessl/maven-com-pulumi--aws

tessl install tessl/maven-com-pulumi--aws@7.16.0

Pulumi Java SDK for AWS providing strongly-typed Infrastructure-as-Code for 227 AWS service packages including compute, storage, databases, networking, security, analytics, machine learning, and more.

index.mddocs/services/compute/

AWS Compute Services

This document covers Pulumi AWS Java SDK compute services for creating and managing compute resources including virtual machines, containers, serverless functions, and batch processing.

Services Covered

  • EC2: Amazon Elastic Compute Cloud - Virtual servers
  • Lambda: AWS Lambda - Serverless functions
  • ECS: Amazon Elastic Container Service - Container orchestration
  • EKS: Amazon Elastic Kubernetes Service - Managed Kubernetes
  • Batch: AWS Batch - Batch computing
  • Lightsail: Amazon Lightsail - Simplified virtual servers
  • App Runner: AWS App Runner - Containerized web applications
  • Elastic Beanstalk: AWS Elastic Beanstalk - Platform as a Service
  • Autoscaling: EC2 Auto Scaling - Automatic scaling

Overview

AWS provides a comprehensive set of compute services to run applications at any scale. Choose the right service based on your needs:

  • EC2 for full control over virtual machines
  • Lambda for serverless, event-driven functions
  • ECS/EKS for container orchestration
  • Batch for batch computing workloads
  • Lightsail for simplified deployments
  • App Runner for containerized web apps
  • Elastic Beanstalk for platform-as-a-service deployments
  • Auto Scaling for automatic capacity management