AWS CodeBuild

AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers. CodeBuild scales continuously and processes multiple builds concurrently, so your builds are not left waiting in a queue. You can get started quickly by using prepackaged build environments, or you can create custom build environments that use your own build tools. With CodeBuild, you are charged by the minute for the compute resources you use.

Below are the cmdlets which are available with AWS CodeBuild

CmdletNameServiceOperation
Get-CBBuildBatch                                   BatchGetBuilds                                
Get-CBBuildIdList                                  ListBuilds                                    
Get-CBBuildIdListForProject                        ListBuildsForProject                          
Get-CBCuratedEnvironmentImageList                  ListCuratedEnvironmentImages                  
Get-CBProjectBatch                                 BatchGetProjects                              
Get-CBProjectList                                  ListProjects                                  
Get-CBReportBatch                                  BatchGetReports                               
Get-CBReportGroupBatch                             BatchGetReportGroups                          
Get-CBReportGroupList                              ListReportGroups                              
Get-CBReportList                                   ListReports                                   
Get-CBReportsForReportGroupList                    ListReportsForReportGroup                     
Get-CBResourcePolicy                               GetResourcePolicy                             
Get-CBSharedProjectList                            ListSharedProjects                            
Get-CBSharedReportGroupList                        ListSharedReportGroups                        
Get-CBSourceCredentialList                         ListSourceCredentials                         
Get-CBTestCase                                     DescribeTestCases                             
Import-CBSourceCredential                          ImportSourceCredentials                       
New-CBProject                                      CreateProject                                 
New-CBReportGroup                                  CreateReportGroup                             
New-CBWebhook                                      CreateWebhook                                 
Remove-CBBuildBatch                                BatchDeleteBuilds                             
Remove-CBProject                                   DeleteProject                                 
Remove-CBReport                                    DeleteReport                                  
Remove-CBReportGroup                               DeleteReportGroup                             
Remove-CBResourcePolicy                            DeleteResourcePolicy                          
Remove-CBSourceCredential                          DeleteSourceCredentials                       
Remove-CBWebhook                                   DeleteWebhook                                 
Reset-CBProjectCache                               InvalidateProjectCache                        
Start-CBBuild                                      StartBuild                                    
Stop-CBBuild                                       StopBuild                                     
Update-CBProject                                   UpdateProject                                 
Update-CBReportGroup                               UpdateReportGroup                             
Update-CBWebhook                                   UpdateWebhook                                 
Write-CBResourcePolicy                             PutResourcePolicy                             

You can also check other AWS Services, and each services cmdlets we are providing.

Click on this Link for an Single place, where you get all the PowerShell cmdlets sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft and AWS

Leave a Reply

Your email address will not be published. Required fields are marked *