From the course: Exam Tips: AWS Certified Developer – Associate

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deployment key points

Deployment key points - Amazon Web Services (AWS) Tutorial

From the course: Exam Tips: AWS Certified Developer – Associate

Start my 1-month free trial

Deployment key points

- [Instructor] Key points are always hard to narrow down when you're expected to have broad knowledge in a subject area, but let's do our best here. Let's start with application development lifecycle. Usually this means that you have to be good with tools like CodeCommit, CodePipeline, CodeBuild, and CodeDeploy. Just essentially tools to help you deploy applications to the cloud. Now, you'll also be faced with credential management, like how do you change a password, where do you store your password securely, what to do if a password is exposed? Along the same lines, you have IAM roles, which is a way to avoid having to use passwords in the first place. So when you see questions around IAM roles, they're trying to lead you in that direction, so keep that in mind. When it comes to a specific deployment, remember how to do zero-downtime deployments by using auto-scaling means, blue/green deployments by using something…

Contents