Flowoid allows you to automate repetitive tasks in AWS CodeDeploy. Connect AWS CodeDeploy with over 300 integrations and unlock its potential. No coding skills required.
Triggers
Batch Get Applications
Gets information about one or more applications. The maximum number of applications that can be returned is 100.
Batch Get Deployment Groups
Gets information about one or more deployment groups.
Batch Get Deployments
Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.
Batch Get On Premises Instances
Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.
Delete Deployment Group
Deletes a deployment group.
Update Deployment Group
Changes information about a deployment group.
Actions
Add Tags To On Premises Instances
Adds tags to on-premises instances.
Batch Get Application Revisions
Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.
Batch Get Applications
Gets information about one or more applications. The maximum number of applications that can be returned is 100.
Batch Get Deployment Groups
Gets information about one or more deployment groups.
Batch Get Deployment Instances
This method works, but is deprecated. Use BatchGetDeploymentTargets instead. Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms. The maximum number of instances that can be returned is 25.
Batch Get Deployment Targets
Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25. The type of targets returned depends on the deployment's compute platform or deployment method: EC2/On-premises: Information about EC2 instance targets. AWS Lambda: Information about Lambda functions targets. Amazon ECS: Information about Amaz...
Batch Get Deployments
Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.
Batch Get On Premises Instances
Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.
Continue Deployment
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)
Create Application
Creates an application.
Create Deployment
Deploys an application revision through the specified deployment group.
Create Deployment Config
Creates a deployment configuration.
Create Deployment Group
Creates a deployment group to which application revisions are deployed.
Delete Application
Deletes an application.
Delete Deployment Config
Deletes a deployment configuration. A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.
Delete Deployment Group
Deletes a deployment group.
Delete Git Hub Account Token
Deletes a GitHub account connection.
Delete Resources By External Id
Deletes resources linked to an external ID.
Deregister On Premises Instance
Deregisters an on-premises instance.
Get Application
Gets information about an application.
Get Application Revision
Gets information about an application revision.
Get Deployment
Gets information about a deployment. The content property of the appSpecContent object in the returned revision is always null. Use GetApplicationRevision and the sha256 property of the returned appSpecContent object to get the content of the deployment’s AppSpec file.
Get Deployment Config
Gets information about a deployment configuration.
Get Deployment Group
Gets information about a deployment group.
Get Deployment Instance
Gets information about an instance as part of a deployment.
Get Deployment Target
Returns information about a deployment target.
Get On Premises Instance
Gets information about an on-premises instance.
List Application Revisions
Lists information about revisions for an application.
List Applications
Lists the applications registered with the IAM user or AWS account.
List Deployment Configs
Lists the deployment configurations with the IAM user or AWS account.
List Deployment Groups
Lists the deployment groups for an application registered with the IAM user or AWS account.
List Deployment Instances
The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or AWS Lambda. Lists the instance for a deployment associated with the IAM user or AWS account.
List Deployment Targets
Returns an array of target IDs that are associated a deployment.
List Deployments
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
List Git Hub Account Token Names
Lists the names of stored connections to GitHub accounts.
List On Premises Instances
Gets a list of names for one or more on-premises instances. Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.
List Tags For Resource
Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN). Tags are used to organize and categorize your CodeDeploy resources.
Put Lifecycle Event Hook Execution Status
Sets the result of a Lambda validation function. The function validates lifecycle hooks during a deployment that uses the AWS Lambda or Amazon ECS compute platform. For AWS Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic and AfterAllowTraffic. For Amazon ECS deployments, the available lifecycle hooks are BeforeInstall, AfterInstall, AfterAllowTestTraffic, BeforeAllowTraffic, and AfterAllowTraffic. Lambda validation functions return Succeeded or Failed. For more informat...
Register Application Revision
Registers with AWS CodeDeploy a revision for the specified application.
Register On Premises Instance
Registers an on-premises instance. Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.
Remove Tags From On Premises Instances
Removes one or more tags from one or more on-premises instances.
Skip Wait Time For Instance Termination
In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.
Stop Deployment
Attempts to stop an ongoing deployment.
Tag Resource
Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter.
Untag Resource
Disassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identified by the list of keys in the TagKeys input parameter.