DEV Community

Sathish P
Sathish P

Posted on

Deployment on AWS

AWS developer associate certification exams have 22% of weightage and will be around 14 questions.

Contents

  1. Deploy written code in AWS using existing CI/CD pipelines, processes and design patterns.
  2. Deploy applications using Elastic Beanstalk.
  3. Prepare the application deployment package to be deployed to AWS.
  4. Deploy serverless applications.

Deploy written code in AWS using existing CI/CD pipelines, processes and design patterns

  • Continuous Integration
  • Continuous Delivery
  • Continuous Deployment

Useful services:

  1. AWS CodeCommit
  2. AWS CodeBuild
  3. AWS CodeDeploy
  4. AWS CodePipeline

Top comments (0)