AWS-Logo_White-Color
1.
Introduction
1.1
AWS Code Build
1.2
AWS Code Pipeline
1.3
Elastic Beanstalk
2.
Setup Git Repo
3.
Deloy Your App
3.1
Create AWS Elastic Beanstalk
4.
Create Build Project
4.1
Config AWS CodeBuild
4.2
Create Build Spec
5.
Create Delivery Pipeline
5.1
Create New Pipeline
5.2
Config The Source Stage
5.3
Config The Build Stage
5.4
Config The Deploy Stage
5.5
Adding Tester Stage
6.
Clean up resources
More
AWS Study Group - Blog
AWS Study Group - FB Group
English
Clear History
Workshop
Cloud Journey
Last Updated
24-3-2024
Team
Phát Đạt
Create Continuous Delivery Pipeline with NodeJS
>
Create Delivery Pipeline
> Adding Tester Stage
Adding Tester Stage
Adding Tester Stage
Adding Tester Stage
Now, go back to the
AWS CodePipeline Console
Click on your latest Pipeline, that’s
Pipeline-DevOpsGettingStarted
Click
Edit
button
Choose the white
Add stage
button between the
Build
and
Deploy stages
.
Put
Tester
for
Stage name
and click
Add stage
Good job bro,
Tester Stage
is here !
In the
Tester stage
, choose the white
Add action
group button.
Under
Action name
, enter
Manual_Test
.
From the
Action provider
dropdown, select
Manual approval
Confirm that the optional fields have been left blank.
Go to the
Top
and click
Save
This is the
Application architecture
if you completed all the section in this workshop !