Cloud Auth & Deploy
Authenticate to AWS, GCP, and Azure and deploy from CI, ideally with OIDC.
aws-actions/amazon-ecr-loginLog in to Amazon ECR so a workflow can pull and push container images.
aws-actions/amazon-ecs-deploy-task-definitionRegister an ECS task definition and roll it out to a service.
aws-actions/configure-aws-credentialsAuthenticate to AWS in a workflow, ideally by assuming a role with OIDC (no stored keys).
azure/loginLog in to Azure in a workflow, using OIDC federated credentials or a service principal.
google-github-actions/authAuthenticate to Google Cloud, ideally via keyless Workload Identity Federation.
google-github-actions/setup-gcloudInstall and configure the gcloud CLI on the runner.
hashicorp/vault-actionPull HashiCorp Vault secrets into a workflow, ideally via keyless JWT/OIDC auth.