- AWS Automation Cookbook
- Nikit Swaraj
- 99字
- 2021-07-02 23:00:43
Getting ready
Before proceeding, make sure you clone the application from GitHub (https://github.com/awsstar/CB-Maven-App-UI.git) and create a new CodeCommit repository in your account and migrate the GitHub code to your CodeCommit repository.
The following are the details that we will be going to use in CodeBuild:
- Source repository: AWS CodeCommit
- Repository name: CB-MAVEN-Book
- Build environment: AWS CodeBuild
- Environment image: Image managed by AWS CodeBuild
- OS: Ubuntu (only OS provided by CodeBuild)
- Runtime: Java
- Version: aws/codebuild/java:openjdk-8
- Build specification: Insert build commands
- Build command: mvn install
- Artifacts: AWS S3
- Artifacts type: Amazon S3
- Artifacts name: Books
- BucketName: awsstar-s3
- Output files: books.war
推薦閱讀
- Java編程全能詞典
- Ansible Quick Start Guide
- 自動控制理論(非自動化專業(yè))
- Machine Learning with the Elastic Stack
- 嵌入式操作系統(tǒng)原理及應用
- MATLAB-Simulink系統(tǒng)仿真超級學習手冊
- Mastering OpenStack(Second Edition)
- Practical AWS Networking
- 大數據時代的調查師
- Hands-On Geospatial Analysis with R and QGIS
- 智能控制技術及其應用
- SketchUp 2014 for Architectural Visualization(Second Edition)
- 計算機仿真技術
- Deep Learning with PyTorch Quick Start Guide
- ARM? Cortex? M4 Cookbook