Create a pipeline
Create a CI/CD pipeline with CodePipeline
- We will create a CodePipeline using the AWS CloudFormation engine.

- In the AWS Console
- Find CloudFormation
- Select CloudFormation

- In the CloudFormation interface
- Select Stacks
- Select Create stack
- Select With new resources (standard)

- In the Create stack interface
- Select Template is ready
- Select Upload a template file
- Select Choose file
- Select the downloaded CloudFormation template file. Example
code_pipeline_fcj.yml
- Select Next

- In the Stack name section, enter
Eks-stack

- Next, fill in the following information:
- User name, enter the name Github Account
- Enter Access token created
- Enter the name Repository
- Enter Branch
- Enter the name EksCluster
- Enter EksDeployment
- Enter EksNamespace
- Select Next

- Scroll to the bottom of the page and select Next

- Scroll to the bottom of the page and select Create stack

- Complete stack creation

- In the AWS Console
- Find CodePipeline
- Select CodePipeline

- CI/CD . Process

- CI/CD process completes when entering Succeeded state
