AWS Batch Flashcards
1
Q
Do I need a network (VPC) or is one create for me?
A
You need a network when def the batch job definition
2
Q
Do I need a network (VPC) or is one create for me?
A
You need a network when defining the batch job definition.
3
Q
What is a batch job environment?
A
This is where
4
Q
What are the two compute environment roles used for?
A
- Service role: Is used to allow the AWS Batch service to call other services on your behalf.
- Instance role: is used for allowing the instances deployed as part of the batch service call services.
5
Q
What are the AWS Batch environment important parameters?
A
- Min CPU’s
- Desired CPU’s
- Max CPU’s
- Instant type (Optimal)
- Launch Template
- Launch Role
- Key-pair
- AMI ID
- Subnets
- Security groups
- Placement group
- EC2 Tags