how to prepare for aws certification and advance your career - february 2017 aws online tech talks

42
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Russell Sayers, AWS Technical Architect February 23, 2017 How to prepare for certification and advance your career

Upload: amazon-web-services

Post on 03-Mar-2017

685 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Russell Sayers, AWS Technical Architect

February 23, 2017

How to prepare for certification and advance your career

Page 2: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Cloud migration has accelerated, and AWS is innovating faster than ever

Page 3: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

AWS Pace of Innovation

New features and/or

services

2011 2012 2013 2014 2015 20160

200

400

600

800

1000

1200

82159

280

516

722

1000~

Page 4: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

The result: a demand for cloud skills

Companies need cloud expertise now more than ever

Indeed Job Postings that include “AWS”

2012 2013 2014 2015 20160

100

200

300

400

500

600

700

Relative Percentage

*Indeed.com job trends, http://www.indeed.com/jobtrends/q-AWS.html

Page 5: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Certifications stand out

AWS Certifications validate knowledge with an industry-recognized credential

Page 6: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Why get certified?

Page 7: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

What industry research says

AWS Certified Solutions Architect – Associate is recognized as a high

paying certification in the industry

*Data from the 2016 Global Knowledge IT Skills and Salary Report

73% of respondents who pursued certification in the

past year noted an increase in their job effectiveness

because of related training

$123,801average annual salary

Page 8: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

What other IT professionals say

AWS Certification has helped me establish my technical

credibility at Adobe.” – Todd Murchison

Cloud Operations Engineer, Adobe Systems

“ The company now sees me as an expert in my area.

Colleagues consult me on cloud solutions more often.”

– Deepak PanthArchitect, Accenture

Page 9: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Our certification roadmap

Page 10: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Coming soon: specialty certifications

Page 11: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Tips for Preparing

Page 12: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

How to prepareThe best preparation for certification exams is practical experience, and we also offer preparation resources to help you study

Page 20: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample Questions

Page 21: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SA – Associate questionYou are architecting a website for viewers of a commercial to complete a survey. The survey is an interactive PHP application, displaying dynamic set of questions to each viewer. Which architecture will use Auto Scaling to scale out during periods of peak demand, while providing a cost optimized solution:

Page 22: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SA – Associate questionYou are architecting a website for viewers of a commercial to complete a survey. The survey is an interactive PHP application, displaying dynamic set of questions to each viewer. Which architecture will use Auto Scaling to scale out during periods of peak demand, while providing a cost optimized solution:

A) Calculate the instances that will accommodate peak load. Use this number as your Auto Scaling minimum.

B) Create an Auto Scaling group 30% larger than the size needed for peak load. Stop some instances, and configure Auto Scaling to start instances as traffic increases.

C) Move static content to CloudFront and Amazon S3. Configure Auto Scaling to add instances to the group as traffic increases. Configure a Launch Configuration with an AMI which contains your web application.

D) Move PHP application to CloudFront and Amazon S3. Configure Auto Scaling as the origin of your CloudFront distribution.

Page 23: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SA – Associate questionYou are architecting a website for viewers of a commercial to complete a survey. The survey is an interactive PHP application, displaying dynamic set of questions to each viewer. Which architecture will use Auto Scaling to scale out during periods of peak demand, while providing a cost optimized solution:

A) Calculate the instances that will accommodate peak load. Use this number as your Auto Scaling minimum. (expensive, provisioning for peak)

B) Create an Auto Scaling group 30% larger than the size needed for peak load. Stop some instances, and configure Auto Scaling to start instances as traffic increases.

C) Move static content to CloudFront and Amazon S3. Configure Auto Scaling to add instances to the group as traffic increases. Configure a Launch Configuration with an AMI which contains your web application.

D) Move PHP application to CloudFront and Amazon S3. Configure Auto Scaling as the origin of your CloudFront distribution.

Page 24: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SA – Associate questionYou are architecting a website for viewers of a commercial to complete a survey. The survey is an interactive PHP application, displaying dynamic set of questions to each viewer. Which architecture will use Auto Scaling to scale out during periods of peak demand, while providing a cost optimized solution:

A) Calculate the instances that will accommodate peak load. Use this number as your Auto Scaling minimum. (expensive, provisioning for peak)

B) Create an Auto Scaling group 30% larger than the size needed for peak load. Stop some instances, and configure Auto Scaling to start instances as traffic increases. (Auto Scaling doesn’t start/stop instances)

C) Move static content to CloudFront and Amazon S3. Configure Auto Scaling to add instances to the group as traffic increases. Configure a Launch Configuration with an AMI which contains your web application.

D) Move PHP application to CloudFront and Amazon S3. Configure Auto Scaling as the origin of your CloudFront distribution.

Page 25: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SA – Associate questionYou are architecting a website for viewers of a commercial to complete a survey. The survey is an interactive PHP application, displaying dynamic set of questions to each viewer. Which architecture will use Auto Scaling to scale out during periods of peak demand, while providing a cost optimized solution:

A) Calculate the instances that will accommodate peak load. Use this number as your Auto Scaling minimum. (expensive, provisioning for peak)

B) Create an Auto Scaling group 30% larger than the size needed for peak load. Stop some instances, and configure Auto Scaling to start instances as traffic increases. (Auto Scaling doesn’t start/stop instances)

C) Move static content to CloudFront and Amazon S3. Configure Auto Scaling to add instances to the group as traffic increases. Configure a Launch Configuration with an AMI which contains your web application.

D) Move PHP application to CloudFront and Amazon S3. Configure Auto Scaling as the origin of your CloudFront distribution. (S3 cannot host a PHP application, autoscaling cannot be configured as an origin)

Page 26: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SA – Associate questionYou are architecting a website for viewers of a commercial to complete a survey. The survey is an interactive PHP application, displaying dynamic set of questions to each viewer. Which architecture will use Auto Scaling to scale out during periods of peak demand, while providing a cost optimized solution:

A) Calculate the instances that will accommodate peak load. Use this number as your Auto Scaling minimum. (expensive, provisioning for peak)

B) Create an Auto Scaling group 30% larger than the size needed for peak load. Stop some instances, and configure Auto Scaling to start instances as traffic increases. (Auto Scaling doesn’t start/stop instances)

C) Move static content to CloudFront and Amazon S3. Configure Auto Scaling to add instances to the group as traffic increases. Configure a Launch Configuration with an AMI which contains your web application.

D) Move dynamic content to CloudFront and Amazon S3. Configure Auto Scaling as the origin of your CloudFront distribution. (S3 cannot host a PHP application, autoscaling cannot be configured as an origin)

Page 27: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample Developer – Associate questionA recently deployed application is using DynamoDB to store customer registrations. Customers are given a unique randomized hash for the primary key. The application has been working without issue for a month. After unexpected increase of customer registrations we are now seeing a large number of application exceptions and customer complaints.

What could a potential cause of the issue?

Page 28: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample Developer – Associate questionA recently deployed application is using DynamoDB to store customer registrations. Customers are given a unique randomized hash for the primary key. The application has been working without issue for a month. After unexpected increase of customer registrations we are now seeing a large number of application exceptions and customer complaints.

What could a potential cause of the issue?

A) The VPC subnet of the application instance is missing a route to an internet gateway.

B) DynamoDB reads and writes are exceeding the provisioned throughput of the DynamoDB table.

C) The randomized key is causing sub optimal usage of the provisioned throughput.

D) IAM policy to allow is throttling DynamoDB traffic.

Page 29: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample Developer – Associate questionA recently deployed application is using DynamoDB to store customer registrations. Customers are given a unique randomized hash for the primary key. The application has been working without issue for a month. After unexpected increase of customer registrations we are now seeing a large number of application exceptions and customer complaints.

What could a potential cause of the issue?

A) The VPC subnet of the application instance is missing a route to an internet gateway. (Everything was previously working)

B) DynamoDB reads and writes are exceeding the provisioned throughput of the DynamoDB table.

C) The randomized key is causing sub optimal usage of the provisioned throughput.

D) IAM policy to allow is throttling DynamoDB traffic.

Page 30: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample Developer – Associate questionA recently deployed application is using DynamoDB to store customer registrations. Customers are given a unique randomized hash for the primary key. The application has been working without issue for a month. After unexpected increase of customer registrations we are now seeing a large number of application exceptions and customer complaints.

What could a potential cause of the issue?

A) The VPC subnet of the application instance is missing a route to an internet gateway. (Everything was previously working)

B) DynamoDB reads and writes are exceeding the provisioned throughput of the DynamoDB table.

C) The randomized key is causing sub optimal usage of the provisioned throughput.

D) IAM policy to allow is throttling DynamoDB traffic. (This is not an IAM property)

Page 31: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample Developer – Associate questionA recently deployed application is using DynamoDB to store customer registrations. Customers are given a unique randomized hash for the primary key. The application has been working without issue for a month. After unexpected increase of customer registrations we are now seeing a large number of application exceptions and customer complaints.

What could a potential cause of the issue?

A) The VPC subnet of the application instance is missing a route to an internet gateway. (Everything was previously working)

B) DynamoDB reads and writes are exceeding the provisioned throughput of the DynamoDB table.

C) The randomized key is causing sub optimal usage of the provisioned throughput. (Good key entropy gives optimal use of throughput)

D) IAM policy to allow is throttling DynamoDB traffic. (This is not an IAM property)

Page 32: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample Developer – Associate questionA recently deployed application is using DynamoDB to store customer registrations. Customers are given a unique randomized hash for the primary key. The application has been working without issue for a month. After unexpected increase of customer registrations we are now seeing a large number of application exceptions and customer complaints.

What could a potential cause of the issue?

A) The VPC subnet of the application instance is missing a route to an internet gateway. (Everything was previously working)

B) DynamoDB reads and writes are exceeding the provisioned throughput of the DynamoDB table.

C) The randomized key is causing sub optimal usage of the provisioned throughput. (Good key entropy gives optimal use of throughput)

D) IAM policy to allow is throttling DynamoDB traffic. (This is not an IAM property)

Page 33: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SysOps – Associate questionWhich of the following is not available via a standard Amazon CloudWatch metric to monitor?

Page 34: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SysOps – Associate questionWhich of the following is not available via a standard Amazon CloudWatch metric to monitor?

A) The number of bytes currently used by hash tables on an Amazon ElasticCache node.

B) Memory utilization on an EC2 instance.C) Disk usage activity on an EC2 instance.D) The number of connections that were not successfully established

between the load balancer and the registered EC2 instances.

Page 35: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SysOps – Associate questionWhich of the following is not available via a standard Amazon CloudWatch metric to monitor?

A) The number of bytes currently used by hash tables on an Amazon ElasticCache node. (BytesUsedForHash)

B) Memory utilization on an EC2 instance.C) Disk usage activity on an EC2 instance.D) The number of connections that were not successfully established

between the load balancer and the registered EC2 instances.

Page 36: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SysOps – Associate questionWhich of the following is not available via a standard Amazon CloudWatch metric to monitor?

A) The number of bytes currently used by hash tables on an Amazon ElasticCache node. (BytesUsedForHash)

B) Memory utilization on an EC2 instance.C) Disk usage activity on an EC2 instance.D) The number of connections that were not successfully established

between the load balancer and the registered EC2 instances. (BackendConnectionErrors)

Page 37: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SysOps – Associate questionWhich of the following is not available via a standard Amazon CloudWatch metric to monitor?

A) The number of bytes currently used by hash tables on an Amazon ElasticCache node. (BytesUsedForHash)

B) Memory utilization on an EC2 instance.C) Disk usage activity on an EC2 instance. (VolumeReadBytes,

VolumeWriteBytes, VolumeReadOps, VolumeWriteOps)D) The number of connections that were not successfully established

between the load balancer and the registered EC2 instances. (BackendConnectionErrors)

Page 38: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Sample SysOps – Associate questionWhich of the following is not available via a standard Amazon CloudWatch metric to monitor?

A) The number of bytes currently used by hash tables on an Amazon ElasticCache node. (BytesUsedForHash)

B) Memory utilization on an EC2 instance.C) Disk usage activity on an EC2 instance. (VolumeReadBytes,

VolumeWriteBytes, VolumeReadOps, VolumeWriteOps)D) The number of connections that were not successfully established

between the load balancer and the registered EC2 instances. (BackendConnectionErrors)

Page 39: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Next Steps

1. Review exam-specific preparation paths at aws.amazon.com/certification/certification-prep/

2. Take the first step – sign up for a training class3. Schedule your exam so you have a date to study for4. Take a practice exam online to test your knowledge

before your exam date

Page 40: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Take a free practice exam

• We are offering everyone who attended this live webinar a free practice exam

• Codes will be emailed to you over the next few days

• Redeem your free practice exam by March 31, 2017

Page 41: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Questions?

Page 42: How to Prepare for AWS Certification and Advance your Career - February 2017 AWS Online Tech Talks

Thank you!

Russell Sayers, AWS Technical [email protected]