Created
August 25, 2017 19:26
-
-
Save relwell/f5d94f06aa381d6e3734618876ec65d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1147425-C02RC34ZG8WP:~ robertelwell$ aws codebuild create-project --name sky-watch-custom-policies-build --description "Build for custom policies" --source="type=S3,location=uai2002311-skywatch-pipeline-test/sky-watch-custom-policies-master.zip" --environment="type=LINUX_CONTAINER,image=aws/codebuild/nodejs:6.3.1,computeType=BUILD_GENERAL1_SMALL,privilegedMode=false" --service-role=arn:aws:iam::930136447543:role/app/uai2002311-codebuild-svc --timeout-in-minutes=15 --artifacts="type=NO_ARTIFACTS" --region=us-east-1 --no-verify-ssl | |
/usr/local/lib/python2.7/site-packages/botocore/vendored/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html | |
InsecureRequestWarning) | |
{ | |
"project": { | |
"name": "sky-watch-custom-policies-build", | |
"serviceRole": "arn:aws:iam::930136447543:role/app/uai2002311-codebuild-svc", | |
"created": 1503689143.045, | |
"artifacts": { | |
"type": "NO_ARTIFACTS" | |
}, | |
"lastModified": 1503689143.045, | |
"timeoutInMinutes": 15, | |
"environment": { | |
"computeType": "BUILD_GENERAL1_SMALL", | |
"privilegedMode": false, | |
"image": "aws/codebuild/nodejs:6.3.1", | |
"type": "LINUX_CONTAINER", | |
"environmentVariables": [] | |
}, | |
"source": { | |
"type": "S3", | |
"location": "uai2002311-skywatch-pipeline-test/sky-watch-custom-policies-master.zip" | |
}, | |
"encryptionKey": "arn:aws:kms:us-east-1:930136447543:alias/aws/s3", | |
"arn": "arn:aws:codebuild:us-east-1:930136447543:project/sky-watch-custom-policies-build", | |
"description": "Build for custom policies" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment