- 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.
- 大數據技術與應用基礎
- 亮劍.NET:.NET深入體驗與實戰(zhàn)精要
- 輕輕松松自動化測試
- Dreamweaver 8中文版商業(yè)案例精粹
- Learning Apache Spark 2
- 腦動力:PHP函數速查效率手冊
- 機器學習流水線實戰(zhàn)
- Godot Engine Game Development Projects
- 在實戰(zhàn)中成長:C++開發(fā)之路
- 3ds Max造型表現藝術
- Creating ELearning Games with Unity
- 人工智能:智能人機交互
- Oracle 11g Anti-hacker's Cookbook
- Flash CS3動畫制作
- Microsoft Power BI Complete Reference