- AWS Automation Cookbook
- Nikit Swaraj
- 261字
- 2021-07-02 23:00:41
How it works...
Let's first see how it works while starting the build manually. The following diagram is the reference of explanation:

Firstly, we need a source repository; it can be either CodeCommit, GitHub, or s3. BitBucket is also supported now. Post that, we have to set up the environment where the build will take place. The environment will be Docker image. Now, here, we have two types of images-one is managed by AWS, which will runtime as Linux platform and have the necessary package of Java, Android, Python, Go, Ruby, and so on, and the other image will be given by us, which will be the custom image. For the custom image, we have to pass the registry detail as well, that is, from where they will pull the Docker image.
In the environment setup, you will find one parameter called Build Specification, where you can enter your build command or specify the buildspec.yml file (build step file). After that, you have to set up the artifacts location, mostly AWS S3, where you can put the build files.
When you insert the updated source code in CodeCommit and trigger CodeBuild to build the project, it will pull the latest code from the repository and launch a container with the platform and prepackaged application, which means that the image of Java with Maven will run. In this environment, the application code will be built, using the Buildspecific file or Build commands mentioned in the Build Specification. Once the build happens, then it will put the artifacts to the S3 bucket.
- Canvas LMS Course Design
- 人工免疫算法改進及其應用
- 數控銑削(加工中心)編程與加工
- 人工智能工程化:應用落地與中臺構建
- 人工智能與人工生命
- Learning C for Arduino
- 網中之我:何明升網絡社會論稿
- Excel 2007常見技法與行業應用實例精講
- Hadoop應用開發基礎
- MPC5554/5553微處理器揭秘
- 工業機器人集成應用
- 數據庫基礎:Access
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- fastText Quick Start Guide
- 從實踐中學嵌入式Linux操作系統