CodeBuild

CodeBuild Enumeration and Exploitation

CodeBuild allows the building adn testing of code with automating scaling. AWS provisions, manages, and scales the build servers. The user only needs to specify the location of source code and build settings, and CodeBuild runs build scripts.

List Projects

aws codebuild list-projects --region <region>

Details of Project

aws codebuild batch-get-projects --names <project name> --region <region>

Interesting Book

Interesting Books

Disclaimer: As an Amazon Associate, I earn from qualifying purchases. This helps support this GitBook project at no extra cost to you.

Last updated