AWS CodeDeploy

Supported version: Cloud

Pre-requisites:

  • Python Script Integration Service deployed on Gathr Analytics.
  • Below libraries available on the Gathr Analytics: a. jsonpath_ng b. boto3
  • All the required roles and permissions for the AWS CodeDeploy.
  • Client Id, Client Secret and AWS hosted region for the AWS CodeDeploy.

Note: The permission required for AWS CodeDeploy is : AWSCodeDeployFullAccess.

IMPORTANT: Please make sure your AWS CodeDeploy instance must be accessible from the Gathr Analytics Machine.

Operation Details:

Below are the list of all the python scripts operation for the AWS CodeDeploy:

S No.Operation NameDescription
1Application DetailsGet the Details of Applications of the AWS CodeDeploy.
2Application RevisionsGet a list of all the Application Revisions of the AWS CodeDeploy.
3ApplicationsGet a list of all the Applications of the AWS CodeDeploy.
4Deployment ConfigsGet a list of all the Deployment Configs of the AWS CodeDeploy.
5Deployment GroupsGet a list of all the Deployment Groups of the AWS CodeDeploy.
6Deployment Groups DetailsGet the Details of Deployment Groups of the AWS CodeDeploy.
7Deployment InstancesGet a list of all the Deployment Instances of the AWS CodeDeploy.
8Deployment Instances DetailsGet the Details of Deployment Instances of the AWS CodeDeploy.
9Deployment TargetsGet a list of all the Deployment Targets of the AWS CodeDeploy.
10Deployment Targets DetailsGet the Details of Deployment Targets of the AWS CodeDeploy.
11DeploymentsGet a list of all the Deployments of the AWS CodeDeploy.
12Deployments DetailsGet the Details of Deployments of the AWS CodeDeploy.
13On Premise InstanceGet a list of all the On Premise Instance of the AWS CodeDeploy.
14On Premise Instance DetailsGet the Details of On Premise Instances of the AWS CodeDeploy.

Steps to use AWS CodeDeploy on the Gathr Analytics:

The user needs to follow the below steps:

  1. The user needs to upload the CodeDeploy App on the Gathr Analytics and in return it will auto-register all the python scripts on the Gathr Analytics.
  2. The user needs to right click on the floor and needs to go to the Scripts->Operations-> AWS CodeDeploy.
  3. It will expose all the scripts operations here and the user can run any operation of his/her choice.
Top