SlideShare uma empresa Scribd logo
1 de 42
Baixar para ler offline
© 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
Cloud migration has accelerated,
and AWS is innovating faster than ever
AWS Pace of Innovation
New
features
and/or
services
82
159
280
516
722
1000
0
200
400
600
800
1000
1200
2011 2012 2013 2014 2015 2016
~
The result: a demand for cloud skills
Companies need cloud expertise now more than ever
Indeed Job Postings that include “AWS”
0
100
200
300
400
500
600
700
2012 2013 2014 2015 2016
Relative
Percentage
*Indeed.com job trends, http://www.indeed.com/jobtrends/q-AWS.html
Certifications stand out
AWS Certifications validate knowledge with
an industry-recognized credential
Why get certified?
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,801
average annual salary
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 Panth
Architect, Accenture
“
Our certification roadmap
Coming soon: specialty certifications
Tips for Preparing
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
How to prepare
The best preparation for certification exams is practical experience, and we
also offer preparation resources to help you study
Take your
certification exam
Sample Questions
Sample SA – Associate question
You 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:
Sample SA – Associate question
You 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.
Sample SA – Associate question
You 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.
Sample SA – Associate question
You 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.
Sample SA – Associate question
You 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)
Sample SA – Associate question
You 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)
Sample Developer – Associate question
A 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?
Sample Developer – Associate question
A 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.
Sample Developer – Associate question
A 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.
Sample Developer – Associate question
A 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)
Sample Developer – Associate question
A 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)
Sample Developer – Associate question
A 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)
Sample SysOps – Associate question
Which of the following is not available via a standard Amazon CloudWatch
metric to monitor?
Sample SysOps – Associate question
Which 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.
Sample SysOps – Associate question
Which 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.
Sample SysOps – Associate question
Which 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)
Sample SysOps – Associate question
Which 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)
Sample SysOps – Associate question
Which 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)
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 class
3. Schedule your exam so you have a date to study for
4. Take a practice exam online to test your knowledge
before your exam date
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
Questions?
Thank you!
Russell Sayers, AWS Technical Architect
sayersr@amazon.com

Mais conteúdo relacionado

Destaque

Best Practices with IoT Security - February Online Tech Talks
Best Practices with IoT Security - February Online Tech TalksBest Practices with IoT Security - February Online Tech Talks
Best Practices with IoT Security - February Online Tech TalksAmazon Web Services
 
AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...
AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...
AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...Amazon Web Services
 
Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)
Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)
Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)Amazon Web Services Korea
 
AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...
AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...
AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...Amazon Web Services
 
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the CloudAccelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the CloudAmazon Web Services
 
Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...
Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...
Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...Amazon Web Services
 
AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...
AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...
AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...Amazon Web Services
 
AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...
AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...
AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...Amazon Web Services
 
AWS Services for Content Production
AWS Services for Content ProductionAWS Services for Content Production
AWS Services for Content ProductionAmazon Web Services
 
AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...
AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...
AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...Amazon Web Services
 
Deliver and monetize your content with video center operations on aws
Deliver and monetize your content with video center operations on awsDeliver and monetize your content with video center operations on aws
Deliver and monetize your content with video center operations on awsAmazon Web Services
 
AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)
AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)
AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)Amazon Web Services
 
AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...
AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...
AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...Amazon Web Services
 
Ask the Trainer - Treinamentos e Certificações da AWS
Ask the Trainer - Treinamentos e Certificações da AWSAsk the Trainer - Treinamentos e Certificações da AWS
Ask the Trainer - Treinamentos e Certificações da AWSAmazon Web Services LATAM
 
Architecting a 24x7 Live Linear Broadcast for Availability on AWS
Architecting a 24x7 Live Linear Broadcast for Availability on AWSArchitecting a 24x7 Live Linear Broadcast for Availability on AWS
Architecting a 24x7 Live Linear Broadcast for Availability on AWSAmazon Web Services
 

Destaque (19)

Best Practices with IoT Security - February Online Tech Talks
Best Practices with IoT Security - February Online Tech TalksBest Practices with IoT Security - February Online Tech Talks
Best Practices with IoT Security - February Online Tech Talks
 
AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...
AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...
AWS re:Invent 2016: [JK REPEAT] Deep Dive on Amazon EC2 Instances, Featuring ...
 
Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)
Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)
Amazon 인공 지능(AI) 서비스 및 AWS 기반 딥러닝 활용 방법 - 윤석찬 (AWS, 테크에반젤리스트)
 
Bases de datos en la nube con AWS
Bases de datos en la nube con AWSBases de datos en la nube con AWS
Bases de datos en la nube con AWS
 
AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...
AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...
AWS re:Invent 2016: Design Patterns for High Availability: Lessons from Amazo...
 
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the CloudAccelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
 
The Best of re:invent 2016
The Best of re:invent 2016The Best of re:invent 2016
The Best of re:invent 2016
 
Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...
Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...
Introducing Amazon Lex – A Service for Building Voice or Text Chatbots - Marc...
 
AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...
AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...
AWS re:Invent 2016: Achieving Agility by Following Well-Architected Framework...
 
AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...
AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...
AWS re:Invent 2016: Extending Datacenters to the Cloud: Connectivity Options ...
 
Towards Full Stack Security
Towards Full Stack Security Towards Full Stack Security
Towards Full Stack Security
 
AWS Services for Content Production
AWS Services for Content ProductionAWS Services for Content Production
AWS Services for Content Production
 
AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...
AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...
AWS re:Invent 2016: Cloud Monitoring - Understanding, Preparing, and Troubles...
 
Deliver and monetize your content with video center operations on aws
Deliver and monetize your content with video center operations on awsDeliver and monetize your content with video center operations on aws
Deliver and monetize your content with video center operations on aws
 
AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)
AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)
AWS re:Invent 2016: Introduction to Managed Database Services on AWS (DAT307)
 
DDoS Resiliency
DDoS ResiliencyDDoS Resiliency
DDoS Resiliency
 
AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...
AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...
AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC...
 
Ask the Trainer - Treinamentos e Certificações da AWS
Ask the Trainer - Treinamentos e Certificações da AWSAsk the Trainer - Treinamentos e Certificações da AWS
Ask the Trainer - Treinamentos e Certificações da AWS
 
Architecting a 24x7 Live Linear Broadcast for Availability on AWS
Architecting a 24x7 Live Linear Broadcast for Availability on AWSArchitecting a 24x7 Live Linear Broadcast for Availability on AWS
Architecting a 24x7 Live Linear Broadcast for Availability on AWS
 

Mais de Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

Mais de Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Último

UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6DianaGray10
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfJamie (Taka) Wang
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopBachir Benyammi
 
Cybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxCybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxGDSC PJATK
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationIES VE
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsSeth Reyes
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Brian Pichman
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesMd Hossain Ali
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfAijun Zhang
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8DianaGray10
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfDaniel Santiago Silva Capera
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.YounusS2
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureEric D. Schabell
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxUdaiappa Ramachandran
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-pyJamie (Taka) Wang
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemAsko Soukka
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 

Último (20)

UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
 
NIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 WorkshopNIST Cybersecurity Framework (CSF) 2.0 Workshop
NIST Cybersecurity Framework (CSF) 2.0 Workshop
 
Cybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxCybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptx
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
 
201610817 - edge part1
201610817 - edge part1201610817 - edge part1
201610817 - edge part1
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and Hazards
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdf
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability Adventure
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptx
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-py
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystem
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 

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

  • 1. © 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
  • 2. Cloud migration has accelerated, and AWS is innovating faster than ever
  • 3. AWS Pace of Innovation New features and/or services 82 159 280 516 722 1000 0 200 400 600 800 1000 1200 2011 2012 2013 2014 2015 2016 ~
  • 4. The result: a demand for cloud skills Companies need cloud expertise now more than ever Indeed Job Postings that include “AWS” 0 100 200 300 400 500 600 700 2012 2013 2014 2015 2016 Relative Percentage *Indeed.com job trends, http://www.indeed.com/jobtrends/q-AWS.html
  • 5. Certifications stand out AWS Certifications validate knowledge with an industry-recognized credential
  • 7. 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,801 average annual salary
  • 8. 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 Panth Architect, Accenture “
  • 10. Coming soon: specialty certifications
  • 12. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study
  • 13. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study
  • 14. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study
  • 15. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study
  • 16. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study
  • 17. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study
  • 18. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study
  • 19. How to prepare The best preparation for certification exams is practical experience, and we also offer preparation resources to help you study Take your certification exam
  • 21. Sample SA – Associate question You 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:
  • 22. Sample SA – Associate question You 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.
  • 23. Sample SA – Associate question You 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.
  • 24. Sample SA – Associate question You 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.
  • 25. Sample SA – Associate question You 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)
  • 26. Sample SA – Associate question You 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)
  • 27. Sample Developer – Associate question A 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?
  • 28. Sample Developer – Associate question A 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.
  • 29. Sample Developer – Associate question A 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.
  • 30. Sample Developer – Associate question A 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)
  • 31. Sample Developer – Associate question A 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)
  • 32. Sample Developer – Associate question A 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)
  • 33. Sample SysOps – Associate question Which of the following is not available via a standard Amazon CloudWatch metric to monitor?
  • 34. Sample SysOps – Associate question Which 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.
  • 35. Sample SysOps – Associate question Which 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.
  • 36. Sample SysOps – Associate question Which 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)
  • 37. Sample SysOps – Associate question Which 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)
  • 38. Sample SysOps – Associate question Which 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)
  • 39. 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 class 3. Schedule your exam so you have a date to study for 4. Take a practice exam online to test your knowledge before your exam date
  • 40. 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
  • 42. Thank you! Russell Sayers, AWS Technical Architect sayersr@amazon.com