AWS compute services 101: aws compute services tutorial?

Channel:
Subscribers:
13,800
Published on ● Video Link: https://www.youtube.com/watch?v=6RcBlFxdtwU



Category:
Tutorial
Duration: 4:14
11 views
1


This vid helps get started w/ AWS compute services.

i. Here are some advanced AWS compute services and resources, along with tutorials to help you get started with each:

### 1. **AWS Lambda**
- **Overview**: Serverless compute service that lets you run code without provisioning or managing servers.
- **Tutorials**:
- [AWS Lambda Getting Started](https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html)
- [AWS Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html)
- [Build a Serverless Web Application with AWS Lambda](https://aws.amazon.com/getting-started/hands-on/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/)

### 2. **Amazon ECS (Elastic Container Service)**
- **Overview**: Highly scalable, high-performance container orchestration service.
- **Tutorials**:
- [Amazon ECS Documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html)
- [Amazon ECS Workshop](https://ecsworkshop.com/)
- [AWS ECS Fargate Workshop](https://ecsworkshop.com/fargate/)

### 3. **Amazon EKS (Elastic Kubernetes Service)**
- **Overview**: Managed Kubernetes service for containerized applications.
- **Tutorials**:
- [Amazon EKS Documentation](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html)
- [Getting Started with Amazon EKS](https://aws.amazon.com/getting-started/hands-on/deploy-kubernetes-app-amazon-eks/)

### 4. **AWS Batch**
- **Overview**: Fully managed batch processing at any scale.
- **Tutorials**:
- [AWS Batch Documentation](https://docs.aws.amazon.com/batch/index.html)
- [AWS Batch Getting Started](https://docs.aws.amazon.com/batch/latest/userguide/getting-started.html)

### 5. **Amazon EC2 Auto Scaling**
- **Overview**: Automatically adjust the number of Amazon EC2 instances in your Auto Scaling group.
- **Tutorials**:
- [Amazon EC2 Auto Scaling Documentation](https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html)
- [Getting Started with EC2 Auto Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-register-lbs-with-asg.html)

### 6. **Amazon Lightsail**
- **Overview**: Simple Virtual Private Servers (VPS) with AWS.
- **Tutorials**:
- [Amazon Lightsail Documentation](https://aws.amazon.com/lightsail/getting-started/)
- [Getting Started with Amazon Lightsail](https://aws.amazon.com/getting-started/hands-on/launch-a-virtual-private-server/)

### 7. **AWS ParallelCluster**
- **Overview**: AWS tool to easily deploy and manage high-performance computing clusters.
- **Tutorials**:
- [AWS ParallelCluster Documentation](https://docs.aws.amazon.com/parallelcluster/index.html)
- [Getting Started with AWS ParallelCluster](https://docs.aws.amazon.com/parallelcluster/latest/ug/getting-started.html)

### Additional Resources:
- [AWS Hands-On Tutorials](https://aws.amazon.com/getting-started/hands-on/)
- [AWS Training and Certification](https://aws.amazon.com/training/)
- [AWS Blog](https://aws.amazon.com/blogs/) (for advanced tips and use cases)

These resources should provide you with a solid foundation and hands-on experience with AWS's advanced compute services.

Learn more@ https://www.youtube.com/c/ITGuides/search?query=AWS.