nerdexam
GitHub

GITHUB-ACTIONS · Question #3

You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?

The correct answer is B. Search GitHub Marketplace for verified actions published by the cloud provider.. Searching the GitHub Marketplace for verified actions published by the cloud provider is the quickest and safest approach. Many cloud providers offer verified GitHub Actions that are maintained and optimized to interact with their services. These actions typically come with the c

Consume workflows

Question

You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?

Options

  • ACreate a custom action to wrap the cloud provider's CLI.
  • BSearch GitHub Marketplace for verified actions published by the cloud provider.
  • CUse the actions/jenkins-plugin action to utilize an existing Jenkins plugin for the cloud provider.
  • DSearch GitHub Marketplace for actions created by GitHub.
  • EDownload the CLI for the cloud provider and review the associated documentation.

How the community answered

(29 responses)
  • B
    86% (25)
  • C
    3% (1)
  • D
    3% (1)
  • E
    7% (2)

Explanation

Searching the GitHub Marketplace for verified actions published by the cloud provider is the quickest and safest approach. Many cloud providers offer verified GitHub Actions that are maintained and optimized to interact with their services. These actions typically come with the correct configurations and best practices, allowing you to get started quickly without reinventing

Topics

#GitHub Marketplace#verified actions#cloud deployment#workflow creation

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice