AWS CodeDeploy
AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications. You can use AWS CodeDeploy to automate software deployments, eliminating the need for error-prone manual operations. The service scales to match your deployment needs.
Below are the cmdlets which are available with AWS CodeDeploy
CmdletName | ServiceOperation |
Add-CDOnPremiseInstanceTag | AddTagsToOnPremisesInstances |
Add-CDResourceTag | TagResource |
Get-CDApplication | GetApplication |
Get-CDApplicationBatch | BatchGetApplications |
Get-CDApplicationList | ListApplications |
Get-CDApplicationRevision | GetApplicationRevision |
Get-CDApplicationRevisionBatch | BatchGetApplicationRevisions |
Get-CDApplicationRevisionList | ListApplicationRevisions |
Get-CDDeployment | GetDeployment |
Get-CDDeploymentBatch | BatchGetDeployments |
Get-CDDeploymentConfig | GetDeploymentConfig |
Get-CDDeploymentConfigList | ListDeploymentConfigs |
Get-CDDeploymentGroup | GetDeploymentGroup |
Get-CDDeploymentGroupBatch | BatchGetDeploymentGroups |
Get-CDDeploymentGroupList | ListDeploymentGroups |
Get-CDDeploymentInstance | GetDeploymentInstance |
Get-CDDeploymentInstanceBatch | BatchGetDeploymentInstances |
Get-CDDeploymentInstanceList | ListDeploymentInstances |
Get-CDDeploymentList | ListDeployments |
Get-CDDeploymentTarget | GetDeploymentTarget |
Get-CDDeploymentTargetBatch | BatchGetDeploymentTargets |
Get-CDDeploymentTargetList | ListDeploymentTargets |
Get-CDGitHubAccountTokenNameList | ListGitHubAccountTokenNames |
Get-CDOnPremiseInstance | GetOnPremisesInstance |
Get-CDOnPremiseInstanceBatch | BatchGetOnPremisesInstances |
Get-CDOnPremiseInstanceList | ListOnPremisesInstances |
Get-CDResourceTag | ListTagsForResource |
New-CDApplication | CreateApplication |
New-CDDeployment | CreateDeployment |
New-CDDeploymentConfig | CreateDeploymentConfig |
New-CDDeploymentGroup | CreateDeploymentGroup |
Register-CDApplicationRevision | RegisterApplicationRevision |
Register-CDOnPremiseInstance | RegisterOnPremisesInstance |
Remove-CDApplication | DeleteApplication |
Remove-CDDeploymentConfig | DeleteDeploymentConfig |
Remove-CDDeploymentGroup | DeleteDeploymentGroup |
Remove-CDGitHubAccountToken | DeleteGitHubAccountToken |
Remove-CDOnPremiseInstanceTag | RemoveTagsFromOnPremisesInstances |
Remove-CDResourcesByExternalId | DeleteResourcesByExternalId |
Remove-CDResourceTag | UntagResource |
Resume-CDDeployment | ContinueDeployment |
Skip-CDWaitTimeForInstanceTermination | SkipWaitTimeForInstanceTermination |
Stop-CDDeployment | StopDeployment |
Unregister-CDOnPremiseInstance | DeregisterOnPremisesInstance |
Update-CDApplication | UpdateApplication |
Update-CDDeploymentGroup | UpdateDeploymentGroup |
Write-CDLifecycleEventHookExecutionStatus | PutLifecycleEventHookExecutionStatus |
You can also check other AWS Services, and each services cmdlets we are providing.