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 BooksAdvanced Penetration Testing: Hacking AWS 2 This book delves deeper into analyzing the security of various AWS services and shows techniques and tactics used by an attacker to breach an AWS environment
Hands-On AWS Penetration Testing with Kali Linux Set up a virtual lab and pentest major AWS services, including EC2, S3, Lambda, and Cloud
Last updated