0
0

More than 1 year has passed since last update.

[AWS Q&A 365][Batch]Daily Five Common Questions #58

Posted at

1. What is a job queue in AWS Batch?

A job queue in AWS Batch is a collection of jobs that are submitted to the same compute environment and are scheduled to run based on priority and the order in which they were submitted.

2. How do you create a job queue in AWS Batch?

To create a job queue in AWS Batch, you need to specify the name of the job queue, the priority of the jobs in the queue, the compute environment that the jobs will be submitted to, and the scheduling policy for the queue.

3. Can you create a job queue using Fargate resources in AWS Batch?

Yes, you can create a job queue using Fargate resources in AWS Batch. You need to specify the Fargate launch type when creating the compute environment for the job queue.

4. How do you view the state of a job queue in AWS Batch?

You can view the state of a job queue in AWS Batch by using the AWS Batch console, CLI, or SDK. The state of the job queue will show if it is enabled or disabled, the number of jobs in the queue, and the status of the jobs.

5. Can you set a scheduling policy for a job queue in AWS Batch?

Yes, you can set a scheduling policy for a job queue in AWS Batch. The scheduling policy determines how jobs are prioritized and scheduled in the queue. You can choose from several pre-defined policies or create your own custom policy.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0