← AWS Certified Developer - Associate
AWS · objective · 24% of the exam
Deployment — AWS Certified Developer - Associate
The official AWS documentation our Deployment practice questions are cited to. Review the primary sources, then practise.
Official references for this objective
-
Amazon Web Services — Deployment policies and settings - AWS Elastic Beanstalk
you can configure your environment to launch a new batch of instances before taking any instances out of service. This option is known as a
-
Amazon Web Services — Amazon ECS service deployment controllers and strategies - Amazon Elastic Container Service
Tasks using Fargate or the CODE_DEPLOY or EXTERNAL deployment controller types don't support the daemon scheduling strategy.
-
Amazon Web Services — Working with deployment configurations in CodeDeploy - AWS CodeDeploy
CodeDeployDefault.AllAtOnce In-place deployments : Attempts to deploy an application revision to as many instances as possible at once.
-
Amazon Web Services — AWS Lambda deploy action reference - AWS CodePipeline
If not provided, the action deploys the source artifact to $LATEST and creates a new version. In this use case, the deploy strategy and target
-
Amazon Web Services — Deploying serverless applications gradually with AWS SAM - AWS Serverless Application Model
Hooks : These are pre-traffic and post-traffic test functions that run checks before traffic shifting starts to the new version, and after traffic shifting completes.
-
Amazon Web Services — Deployment strategies - Introduction to DevOps on AWS
the previous version of the application on each compute resource is stopped, the latest application is installed, and the new version of the application is
-
Amazon Web Services — Implement Lambda canary deployments using a weighted alias - AWS Lambda
You can point an alias to a maximum of two Lambda function versions.
-
Amazon Web Services — What is CodeDeploy? - AWS CodeDeploy
For blue/green deployments through CloudFormation, you don't create a CodeDeploy application or deployment group. This method supports Amazon ECS blue/green deployments only.