SlideShare a Scribd company logo
1 of 50
Download to read offline
The Who, What, Where and How
of AWS Certifications
& their use in the workforce
Columbus AWS Meetup - October 2018
Agenda
❏ Overview of AWS Certifications
❏ AWS Academy @ CSCC
❏ NSF Cloud Update
Presenter: Andrew May
● Senior Solutions Architect & Cloud
Solutions Lead @ Leading EDJE
● 3 years AWS experience
● www.leadingedje.com
● andrew.may@leadingedje.com
● AWS Academy instructor at CSCC
● AWS Solutions Architect (associate)
● AWS Cloud Practitioner
● AWS Developer (associate)
● AWS SysOps Administrator (associate)
Record of AWS experience
Image via Mario Lurig (CC BY)
Learn about AWS (perhaps your boss will pay?)
From AWS EBook
“Elevate your Cloud Skills”
Résumé
Image via FlazIngo Photos (CC BY-SA)
Roadmap
● Certifications expire after 2 years
○ Recertification exams are cheaper
● You may choose to take Professional Certification instead of renewing
Associate Certification
○ e.g. SysOps Admin Associate -> DevOps Engineer Professional
Foundational
Certifications
Cloud Practitioner
● Launched at re:Invent 2017
● Introductory Certification
● Recommended for anyone including technical, managerial, and sales
● Covers general cloud principals, an overview of a range of AWS
services, security, architecture, pricing and support
● Free online training at http://aws.training (~7 hours of videos)
Breakdown from Exam Guide
Sample Question
Which service can identify the user that made the API call when an Amazon Elastic Compute
Cloud (Amazon EC2) instance is terminated?
A) Amazon CloudWatch
B) AWS CloudTrail
C) AWS X-Ray
D) AWS Identity and Access Management (AWS IAM)
My impressions:
● Most questions were “guess the service”
● Too much technical detail for most non-technical roles
● Useful for those working alongside technical staff (e.g. project
managers)
● Introduction to AWS for those with no AWS background
● Free training is a mixed bag
Associate
Certifications
Developer (Associate)
● Recommended to have 1+ years of AWS experience
● Updated in 2018, content refreshed with significant focus on
Serverless and DevOps
● Focus on security
● Requires knowledge of SDKs and APIs
Breakdown from Exam Guide
Sample Question
Your web application reads an item from your DynamoDB table, changes an attribute, and then writes the
item back to the table. You need to ensure that one process doesn't overwrite a simultaneous change from
another process.
How can you ensure concurrency?
A) Implement optimistic concurrency by using a conditional write
B) Implement pessimistic concurrency by using a conditional write
C) Implement optimistic concurrency by locking the item upon read
D) Implement pessimistic concurrency by locking the item upon read
My impressions:
(from previous version of exam)
● Most questions are about the details of a specific service
● Know how to calculate DynamoDB read/write capacity units usage
● Know how to optimize S3 keys for performance (outdated)
● New exam has much more focus on Serverless technologies:
Lambda, API Gateway
Solutions Architect (Associate)
● Recommended to have 1+ years of AWS experience
● Updated in 2018
● Covers wider range of services
● More focus on combining services, architectural issues (e.g. VPC
design), security and migration
Breakdowns from Exam Guide
Sample Question
A web application allows customers to upload orders to an S3 bucket. The resulting Amazon S3 events
trigger a Lambda function that inserts a message to an SQS queue. A single EC2 instance reads
messages from the queue, processes them, and stores them in an DynamoDB table partitioned by unique
order ID. Next month traffic is expected to increase by a factor of 10 and a Solutions Architect is reviewing
the architecture for possible scaling problems.
Which component is MOST likely to need re-architecting to be able to scale to accommodate the
new traffic?
A) Lambda function
B) SQS queue
C) EC2 instance
D) DynamoDB table
My impressions:
(from previous version of exam)
● Expects a deeper level of understanding about how AWS services work
● Know how to design a VPC
● Wrong answers in questions are harder to spot (especially when you
have to pick multiple)
● Exam has been updated to cover newer services like DynamoDB DAX,
SQS FIFO, EFS
SysOps Administrator
● Recommended to have 1+ years of AWS experience
● Updated in 2018, but not very obvious what has changed
● Operational focus:
○ Deployment, configuration, monitoring and security
● Choose between different options for price/performance
○ Understand different EC2 instance types
○ IOPS limits and calculations
Breakdown from Exam Guide
Example Question
You have been tasked with identifying an appropriate storage solution for a NoSQL database that requires
random I/O reads of greater than 100,000 4kB IOPS.
Which EC2 option will meet this requirement?
A) EBS provisioned IOPS
B) SSD instance store
C) EBS optimized instances
D) High Storage instance configured in RAID 10
My impressions:
(from previous version of exam)
● Most difficult of the Associate Certifications
● Need to understand EBS (IOPS, Snapshots)
● Surprising number of questions about Billing
● Some obscure questions that weren’t covered in the training I took
○ E.g. restricting access from a VPC to a single bucket using
S3 VPC Endpoint, Bucket Policy and VPC Endpoint policy
Professional
Certifications
Solutions Architect (Professional)
● 2+ years experience & Solutions Architect (Associate)
● Requires deeper understanding of AWS services and architecture
● Questions and answers are more complex
● Probably the most difficult Certification to obtain
● New Beta version of exam currently available
Breakdown from Exam Guide
DevOps Engineer (Professional)
● 2+ years of experience & either Developer (Associate) or SysOps
Engineer (Associate) certifications
● Focus on Automation and Continuous Delivery using AWS tools:
○ CloudFormation, ElasticBeanstalk, OpsWorks, CodeDeploy, Data
Pipeline
● Not yet updated to cover Lambda/ECS/CodePipeline/CodeBuild
● New Beta version of exam currently available
Breakdown from Exam Guide
Specialty
Certifications
Advanced Networking Specialty
● Recommended to have 5 years of Networking experience
● Focus on Hybrid Networks for Enterprises
● Design Networks to support required performance and security
○ E.g. how many Direct Connect links do you need?
Big Data Specialty
● Recommended to have 5 years of Data Analytics experience
● Domains:
○ Collection, Storage, Processing, Analysis, Visualization, Security
● Services:
○ S3, Redshift, Kinesis, Data Pipeline, EMR, QuickSight
Security Specialty
● Key Areas:
○ Networking (Security Groups/NACLs)
○ Encryption (KMS, CloudHSM)
○ Audit (CloudTrail)
○ Denial of Service, Intrusion Detection
Preparing for
Exams
Explore AWS
● Pick a service in the AWS Console you’ve never used and try it out
● Check pricing page - there may be a free tier
○ Some services have temporary free tiers, some are permanent
● Remember to shutdown/delete everything when you’re done
● Monitor your costs before you get a bill
Read Documentation
● AWS Developer Documentation
○ Often contains Tutorials that you can try out
● FAQs for individual services
● AWS Whitepapers cover a lot of different use cases
○ Architecting for the Cloud: AWS Best Practices
● AWS Blogs and Release Notes email cover new services and changes to
existing service
Books
Published Oct 2016 Published Oct 2017 Published March 2018
Training
● AWS Academy
● Classroom (in-person or virtual) training course available
○ Content determined by AWS, provided by partners, includes labs
● Free AWS Courses on edX
● Online Courses (e.g. A Cloud Guru)
○ Certification specific and more general technology courses
○ Exercises (using your own AWS Account)
● Quiklabs - hands on training using provided AWS account
Practice Exams
● Register the same was as for Certification
Exams
● 20 questions for $20
● Same format and software as real exams
● Instant pass/fail result, email with % for
different domains
Practice Test results:
Overall Score: 80%
Topic Level Scoring:
1.0  Monitoring and Metrics: 66%
2.0  High Availability: 66%
3.0  Analysis: 100%
4.0  Deployment and Provisioning: 100%
5.0  Data Management: 100%
6.0  Security: 100%
7.0  Networking: 33%
Taking the Exams
Registering
● Create AWS Training account and from there select “Certifications”
○ This will create a linked certification account
○ Can use existing Amazon account
● Select Certification, Language, Location and Month and schedule exam
● Multiple locations in larger cities
● Practitioner: $100, Associate: $150, Professional: $300
(Beta exams are 50% off)
Test Centers
● Run by PSI
● Lots of different tests being taken in same facility
○ You will probably be the only person taking an AWS certification
● Empty everything from your pockets
○ Limited storage for valuables
The Test
● Make sure you’re taking the right test
● Accept NDA!
● Read questions carefully, you have plenty of time
○ Questions can be marked for later and gone back to
○ Timer in top right
● Questionnaire at end
● Pass/fail result immediately, email soon after
Benefits
From Certification Portal
● These take a few days to become available
● Certification Certificate
● Digital Badge
● Generate a public Transcript to share your Certification(s)
● Practice Exam Credit (not Practitioner)
● Access to AWS Certified Store
Questions:
I’ll be available after all the
presentations are completed

More Related Content

What's hot

AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019
AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019
AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019Derek Ashmore
 
Serverless Architectures on AWS Lambda
Serverless Architectures on AWS LambdaServerless Architectures on AWS Lambda
Serverless Architectures on AWS LambdaSerhat Can
 
Serverless design considerations for Cloud Native workloads
Serverless design considerations for Cloud Native workloadsServerless design considerations for Cloud Native workloads
Serverless design considerations for Cloud Native workloadsTensult
 
Infinite Scaling using Lambda and Aws - Atlogys Tech Talk
Infinite Scaling using Lambda and Aws - Atlogys Tech TalkInfinite Scaling using Lambda and Aws - Atlogys Tech Talk
Infinite Scaling using Lambda and Aws - Atlogys Tech TalkAtlogys Technical Consulting
 
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
(NET307) Pinterest: The road from EC2-Classic To EC2-VPCAmazon Web Services
 
Serverless in java Lessons learnt
Serverless in java Lessons learntServerless in java Lessons learnt
Serverless in java Lessons learntKrzysztof Pawlowski
 
Getting Started with Serverless Architectures
Getting Started with Serverless ArchitecturesGetting Started with Serverless Architectures
Getting Started with Serverless ArchitecturesAmazon Web Services
 
"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar Warken
"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar Warken"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar Warken
"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar WarkenVadym Kazulkin
 
AWS re:Invent 2016: AWS Training Opportunities (DCS202 )
AWS re:Invent 2016: AWS Training Opportunities (DCS202 )AWS re:Invent 2016: AWS Training Opportunities (DCS202 )
AWS re:Invent 2016: AWS Training Opportunities (DCS202 )Amazon Web Services
 
Building Automated Control Systems for Your AWS Infrastructure
Building Automated Control Systems for Your AWS InfrastructureBuilding Automated Control Systems for Your AWS Infrastructure
Building Automated Control Systems for Your AWS InfrastructureAmazon Web Services
 
使用 AWS 無伺服器運算服務打造您的第一個語音助理
使用 AWS 無伺服器運算服務打造您的第一個語音助理使用 AWS 無伺服器運算服務打造您的第一個語音助理
使用 AWS 無伺服器運算服務打造您的第一個語音助理Amazon Web Services
 
Infrastructure is code with the AWS cloud development kit
Infrastructure is code with the AWS cloud development kitInfrastructure is code with the AWS cloud development kit
Infrastructure is code with the AWS cloud development kitAWS User Group Pune
 
Stephen Liedig: Building Serverless Backends with AWS Lambda and API Gateway
Stephen Liedig: Building Serverless Backends with AWS Lambda and API GatewayStephen Liedig: Building Serverless Backends with AWS Lambda and API Gateway
Stephen Liedig: Building Serverless Backends with AWS Lambda and API GatewaySteve Androulakis
 
AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...
AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...
AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...Amazon Web Services
 
Aws certified solutions_architect_associate_blueprint
Aws certified solutions_architect_associate_blueprintAws certified solutions_architect_associate_blueprint
Aws certified solutions_architect_associate_blueprintsaifam
 

What's hot (20)

AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019
AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019
AWS Lambda: Best Practices and Common Mistakes - AWS Community Days 2019
 
Serverless Architectures on AWS Lambda
Serverless Architectures on AWS LambdaServerless Architectures on AWS Lambda
Serverless Architectures on AWS Lambda
 
Serverless design considerations for Cloud Native workloads
Serverless design considerations for Cloud Native workloadsServerless design considerations for Cloud Native workloads
Serverless design considerations for Cloud Native workloads
 
Serverless Culture
Serverless CultureServerless Culture
Serverless Culture
 
Serverless AI - London Loft
Serverless AI - London LoftServerless AI - London Loft
Serverless AI - London Loft
 
Infinite Scaling using Lambda and Aws - Atlogys Tech Talk
Infinite Scaling using Lambda and Aws - Atlogys Tech TalkInfinite Scaling using Lambda and Aws - Atlogys Tech Talk
Infinite Scaling using Lambda and Aws - Atlogys Tech Talk
 
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
 
Serverless in java Lessons learnt
Serverless in java Lessons learntServerless in java Lessons learnt
Serverless in java Lessons learnt
 
Getting Started with Serverless Architectures
Getting Started with Serverless ArchitecturesGetting Started with Serverless Architectures
Getting Started with Serverless Architectures
 
Practical cloud
Practical cloudPractical cloud
Practical cloud
 
AWS Lambda Deep Dive
AWS Lambda Deep DiveAWS Lambda Deep Dive
AWS Lambda Deep Dive
 
"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar Warken
"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar Warken"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar Warken
"Serverless Java Applications" at Froscon 2018 by Vadym Kazulkin/Elmar Warken
 
AWS re:Invent 2016: AWS Training Opportunities (DCS202 )
AWS re:Invent 2016: AWS Training Opportunities (DCS202 )AWS re:Invent 2016: AWS Training Opportunities (DCS202 )
AWS re:Invent 2016: AWS Training Opportunities (DCS202 )
 
Building Automated Control Systems for Your AWS Infrastructure
Building Automated Control Systems for Your AWS InfrastructureBuilding Automated Control Systems for Your AWS Infrastructure
Building Automated Control Systems for Your AWS Infrastructure
 
使用 AWS 無伺服器運算服務打造您的第一個語音助理
使用 AWS 無伺服器運算服務打造您的第一個語音助理使用 AWS 無伺服器運算服務打造您的第一個語音助理
使用 AWS 無伺服器運算服務打造您的第一個語音助理
 
Infrastructure is code with the AWS cloud development kit
Infrastructure is code with the AWS cloud development kitInfrastructure is code with the AWS cloud development kit
Infrastructure is code with the AWS cloud development kit
 
Stephen Liedig: Building Serverless Backends with AWS Lambda and API Gateway
Stephen Liedig: Building Serverless Backends with AWS Lambda and API GatewayStephen Liedig: Building Serverless Backends with AWS Lambda and API Gateway
Stephen Liedig: Building Serverless Backends with AWS Lambda and API Gateway
 
ITV& Bashton
ITV& Bashton ITV& Bashton
ITV& Bashton
 
AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...
AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...
AWS April Webinar Series - AWS Lambda: Event-driven Code for Devices and the ...
 
Aws certified solutions_architect_associate_blueprint
Aws certified solutions_architect_associate_blueprintAws certified solutions_architect_associate_blueprint
Aws certified solutions_architect_associate_blueprint
 

Similar to Columbus AWS Meetup: AWS Certifications

Learn about AWS Certifications - Andrew May, Columbus
Learn about AWS Certifications - Andrew May, ColumbusLearn about AWS Certifications - Andrew May, Columbus
Learn about AWS Certifications - Andrew May, ColumbusAWS Chicago
 
Andrew May - Getting Certified for Fun and Profit
Andrew May - Getting Certified for Fun and ProfitAndrew May - Getting Certified for Fun and Profit
Andrew May - Getting Certified for Fun and ProfitAWS Chicago
 
2016 07 - CloudBridge Python library (XSEDE16)
2016 07 - CloudBridge Python library (XSEDE16)2016 07 - CloudBridge Python library (XSEDE16)
2016 07 - CloudBridge Python library (XSEDE16)Enis Afgan
 
Adding to the bottom line - the Key Cloud plays for the Mid-Market - Adam Beavis
Adding to the bottom line - the Key Cloud plays for the Mid-Market - Adam BeavisAdding to the bottom line - the Key Cloud plays for the Mid-Market - Adam Beavis
Adding to the bottom line - the Key Cloud plays for the Mid-Market - Adam BeavisAmazon Web Services
 
Become The AWS Certified Solution Architect Associate
Become The AWS Certified Solution Architect AssociateBecome The AWS Certified Solution Architect Associate
Become The AWS Certified Solution Architect AssociateSam Dias
 
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)Amazon Web Services
 
AWS Certified DevOps Engineer: What it is and how to get certified
AWS Certified DevOps Engineer: What it is and how to get certifiedAWS Certified DevOps Engineer: What it is and how to get certified
AWS Certified DevOps Engineer: What it is and how to get certifiedInfosec
 
AWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesAWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesTobyWilman
 
Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionAccenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionTom Laszewski
 
AWS CSA Associate 07-07
AWS CSA Associate 07-07AWS CSA Associate 07-07
AWS CSA Associate 07-07Heitor Vital
 
AWS Dev Tips: Learn from the experts
AWS Dev Tips: Learn from the expertsAWS Dev Tips: Learn from the experts
AWS Dev Tips: Learn from the expertsCeciliaTimm2
 
Cloud Certifications - Overview
Cloud Certifications - OverviewCloud Certifications - Overview
Cloud Certifications - OverviewFelipe
 
Best AWS Course at Texceed
Best AWS Course at TexceedBest AWS Course at Texceed
Best AWS Course at TexceedSamidha Takle
 
Aws Developer Associate Overview
Aws Developer Associate OverviewAws Developer Associate Overview
Aws Developer Associate OverviewAbhi Jain
 
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...Amazon Web Services
 
Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps Feb_08_2022
Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps  Feb_08_2022Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps  Feb_08_2022
Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps Feb_08_2022Varun Manik
 
WIN401_Migrating Microsoft Applications to AWS
WIN401_Migrating Microsoft Applications to AWSWIN401_Migrating Microsoft Applications to AWS
WIN401_Migrating Microsoft Applications to AWSAmazon Web Services
 
AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A Tom Laszewski
 
New ThousandEyes Product Features and Release Highlights: November 2023
New ThousandEyes Product Features and Release Highlights: November 2023New ThousandEyes Product Features and Release Highlights: November 2023
New ThousandEyes Product Features and Release Highlights: November 2023ThousandEyes
 

Similar to Columbus AWS Meetup: AWS Certifications (20)

Learn about AWS Certifications - Andrew May, Columbus
Learn about AWS Certifications - Andrew May, ColumbusLearn about AWS Certifications - Andrew May, Columbus
Learn about AWS Certifications - Andrew May, Columbus
 
Andrew May - Getting Certified for Fun and Profit
Andrew May - Getting Certified for Fun and ProfitAndrew May - Getting Certified for Fun and Profit
Andrew May - Getting Certified for Fun and Profit
 
2016 07 - CloudBridge Python library (XSEDE16)
2016 07 - CloudBridge Python library (XSEDE16)2016 07 - CloudBridge Python library (XSEDE16)
2016 07 - CloudBridge Python library (XSEDE16)
 
Adding to the bottom line - the Key Cloud plays for the Mid-Market - Adam Beavis
Adding to the bottom line - the Key Cloud plays for the Mid-Market - Adam BeavisAdding to the bottom line - the Key Cloud plays for the Mid-Market - Adam Beavis
Adding to the bottom line - the Key Cloud plays for the Mid-Market - Adam Beavis
 
AWS Certifications
AWS CertificationsAWS Certifications
AWS Certifications
 
Become The AWS Certified Solution Architect Associate
Become The AWS Certified Solution Architect AssociateBecome The AWS Certified Solution Architect Associate
Become The AWS Certified Solution Architect Associate
 
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
 
AWS Certified DevOps Engineer: What it is and how to get certified
AWS Certified DevOps Engineer: What it is and how to get certifiedAWS Certified DevOps Engineer: What it is and how to get certified
AWS Certified DevOps Engineer: What it is and how to get certified
 
AWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesAWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - Slides
 
Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionAccenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
 
AWS CSA Associate 07-07
AWS CSA Associate 07-07AWS CSA Associate 07-07
AWS CSA Associate 07-07
 
AWS Dev Tips: Learn from the experts
AWS Dev Tips: Learn from the expertsAWS Dev Tips: Learn from the experts
AWS Dev Tips: Learn from the experts
 
Cloud Certifications - Overview
Cloud Certifications - OverviewCloud Certifications - Overview
Cloud Certifications - Overview
 
Best AWS Course at Texceed
Best AWS Course at TexceedBest AWS Course at Texceed
Best AWS Course at Texceed
 
Aws Developer Associate Overview
Aws Developer Associate OverviewAws Developer Associate Overview
Aws Developer Associate Overview
 
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
 
Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps Feb_08_2022
Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps  Feb_08_2022Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps  Feb_08_2022
Axis Collage Kanpur: AWS Cloud Formation Presentation DevOps Feb_08_2022
 
WIN401_Migrating Microsoft Applications to AWS
WIN401_Migrating Microsoft Applications to AWSWIN401_Migrating Microsoft Applications to AWS
WIN401_Migrating Microsoft Applications to AWS
 
AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A
 
New ThousandEyes Product Features and Release Highlights: November 2023
New ThousandEyes Product Features and Release Highlights: November 2023New ThousandEyes Product Features and Release Highlights: November 2023
New ThousandEyes Product Features and Release Highlights: November 2023
 

Recently uploaded

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 

Recently uploaded (20)

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 

Columbus AWS Meetup: AWS Certifications

  • 1. The Who, What, Where and How of AWS Certifications & their use in the workforce Columbus AWS Meetup - October 2018
  • 2. Agenda ❏ Overview of AWS Certifications ❏ AWS Academy @ CSCC ❏ NSF Cloud Update
  • 3. Presenter: Andrew May ● Senior Solutions Architect & Cloud Solutions Lead @ Leading EDJE ● 3 years AWS experience ● www.leadingedje.com ● andrew.may@leadingedje.com ● AWS Academy instructor at CSCC ● AWS Solutions Architect (associate) ● AWS Cloud Practitioner ● AWS Developer (associate) ● AWS SysOps Administrator (associate)
  • 4. Record of AWS experience Image via Mario Lurig (CC BY)
  • 5. Learn about AWS (perhaps your boss will pay?) From AWS EBook “Elevate your Cloud Skills”
  • 6. Résumé Image via FlazIngo Photos (CC BY-SA)
  • 7.
  • 8. Roadmap ● Certifications expire after 2 years ○ Recertification exams are cheaper ● You may choose to take Professional Certification instead of renewing Associate Certification ○ e.g. SysOps Admin Associate -> DevOps Engineer Professional
  • 10. Cloud Practitioner ● Launched at re:Invent 2017 ● Introductory Certification ● Recommended for anyone including technical, managerial, and sales ● Covers general cloud principals, an overview of a range of AWS services, security, architecture, pricing and support ● Free online training at http://aws.training (~7 hours of videos)
  • 12. Sample Question Which service can identify the user that made the API call when an Amazon Elastic Compute Cloud (Amazon EC2) instance is terminated? A) Amazon CloudWatch B) AWS CloudTrail C) AWS X-Ray D) AWS Identity and Access Management (AWS IAM)
  • 13. My impressions: ● Most questions were “guess the service” ● Too much technical detail for most non-technical roles ● Useful for those working alongside technical staff (e.g. project managers) ● Introduction to AWS for those with no AWS background ● Free training is a mixed bag
  • 15. Developer (Associate) ● Recommended to have 1+ years of AWS experience ● Updated in 2018, content refreshed with significant focus on Serverless and DevOps ● Focus on security ● Requires knowledge of SDKs and APIs
  • 17. Sample Question Your web application reads an item from your DynamoDB table, changes an attribute, and then writes the item back to the table. You need to ensure that one process doesn't overwrite a simultaneous change from another process. How can you ensure concurrency? A) Implement optimistic concurrency by using a conditional write B) Implement pessimistic concurrency by using a conditional write C) Implement optimistic concurrency by locking the item upon read D) Implement pessimistic concurrency by locking the item upon read
  • 18. My impressions: (from previous version of exam) ● Most questions are about the details of a specific service ● Know how to calculate DynamoDB read/write capacity units usage ● Know how to optimize S3 keys for performance (outdated) ● New exam has much more focus on Serverless technologies: Lambda, API Gateway
  • 19. Solutions Architect (Associate) ● Recommended to have 1+ years of AWS experience ● Updated in 2018 ● Covers wider range of services ● More focus on combining services, architectural issues (e.g. VPC design), security and migration
  • 21. Sample Question A web application allows customers to upload orders to an S3 bucket. The resulting Amazon S3 events trigger a Lambda function that inserts a message to an SQS queue. A single EC2 instance reads messages from the queue, processes them, and stores them in an DynamoDB table partitioned by unique order ID. Next month traffic is expected to increase by a factor of 10 and a Solutions Architect is reviewing the architecture for possible scaling problems. Which component is MOST likely to need re-architecting to be able to scale to accommodate the new traffic? A) Lambda function B) SQS queue C) EC2 instance D) DynamoDB table
  • 22. My impressions: (from previous version of exam) ● Expects a deeper level of understanding about how AWS services work ● Know how to design a VPC ● Wrong answers in questions are harder to spot (especially when you have to pick multiple) ● Exam has been updated to cover newer services like DynamoDB DAX, SQS FIFO, EFS
  • 23. SysOps Administrator ● Recommended to have 1+ years of AWS experience ● Updated in 2018, but not very obvious what has changed ● Operational focus: ○ Deployment, configuration, monitoring and security ● Choose between different options for price/performance ○ Understand different EC2 instance types ○ IOPS limits and calculations
  • 25. Example Question You have been tasked with identifying an appropriate storage solution for a NoSQL database that requires random I/O reads of greater than 100,000 4kB IOPS. Which EC2 option will meet this requirement? A) EBS provisioned IOPS B) SSD instance store C) EBS optimized instances D) High Storage instance configured in RAID 10
  • 26. My impressions: (from previous version of exam) ● Most difficult of the Associate Certifications ● Need to understand EBS (IOPS, Snapshots) ● Surprising number of questions about Billing ● Some obscure questions that weren’t covered in the training I took ○ E.g. restricting access from a VPC to a single bucket using S3 VPC Endpoint, Bucket Policy and VPC Endpoint policy
  • 28. Solutions Architect (Professional) ● 2+ years experience & Solutions Architect (Associate) ● Requires deeper understanding of AWS services and architecture ● Questions and answers are more complex ● Probably the most difficult Certification to obtain ● New Beta version of exam currently available
  • 30.
  • 31. DevOps Engineer (Professional) ● 2+ years of experience & either Developer (Associate) or SysOps Engineer (Associate) certifications ● Focus on Automation and Continuous Delivery using AWS tools: ○ CloudFormation, ElasticBeanstalk, OpsWorks, CodeDeploy, Data Pipeline ● Not yet updated to cover Lambda/ECS/CodePipeline/CodeBuild ● New Beta version of exam currently available
  • 33.
  • 35. Advanced Networking Specialty ● Recommended to have 5 years of Networking experience ● Focus on Hybrid Networks for Enterprises ● Design Networks to support required performance and security ○ E.g. how many Direct Connect links do you need?
  • 36. Big Data Specialty ● Recommended to have 5 years of Data Analytics experience ● Domains: ○ Collection, Storage, Processing, Analysis, Visualization, Security ● Services: ○ S3, Redshift, Kinesis, Data Pipeline, EMR, QuickSight
  • 37. Security Specialty ● Key Areas: ○ Networking (Security Groups/NACLs) ○ Encryption (KMS, CloudHSM) ○ Audit (CloudTrail) ○ Denial of Service, Intrusion Detection
  • 39. Explore AWS ● Pick a service in the AWS Console you’ve never used and try it out ● Check pricing page - there may be a free tier ○ Some services have temporary free tiers, some are permanent ● Remember to shutdown/delete everything when you’re done ● Monitor your costs before you get a bill
  • 40. Read Documentation ● AWS Developer Documentation ○ Often contains Tutorials that you can try out ● FAQs for individual services ● AWS Whitepapers cover a lot of different use cases ○ Architecting for the Cloud: AWS Best Practices ● AWS Blogs and Release Notes email cover new services and changes to existing service
  • 41. Books Published Oct 2016 Published Oct 2017 Published March 2018
  • 42. Training ● AWS Academy ● Classroom (in-person or virtual) training course available ○ Content determined by AWS, provided by partners, includes labs ● Free AWS Courses on edX ● Online Courses (e.g. A Cloud Guru) ○ Certification specific and more general technology courses ○ Exercises (using your own AWS Account) ● Quiklabs - hands on training using provided AWS account
  • 43. Practice Exams ● Register the same was as for Certification Exams ● 20 questions for $20 ● Same format and software as real exams ● Instant pass/fail result, email with % for different domains Practice Test results: Overall Score: 80% Topic Level Scoring: 1.0  Monitoring and Metrics: 66% 2.0  High Availability: 66% 3.0  Analysis: 100% 4.0  Deployment and Provisioning: 100% 5.0  Data Management: 100% 6.0  Security: 100% 7.0  Networking: 33%
  • 45. Registering ● Create AWS Training account and from there select “Certifications” ○ This will create a linked certification account ○ Can use existing Amazon account ● Select Certification, Language, Location and Month and schedule exam ● Multiple locations in larger cities ● Practitioner: $100, Associate: $150, Professional: $300 (Beta exams are 50% off)
  • 46. Test Centers ● Run by PSI ● Lots of different tests being taken in same facility ○ You will probably be the only person taking an AWS certification ● Empty everything from your pockets ○ Limited storage for valuables
  • 47. The Test ● Make sure you’re taking the right test ● Accept NDA! ● Read questions carefully, you have plenty of time ○ Questions can be marked for later and gone back to ○ Timer in top right ● Questionnaire at end ● Pass/fail result immediately, email soon after
  • 49. From Certification Portal ● These take a few days to become available ● Certification Certificate ● Digital Badge ● Generate a public Transcript to share your Certification(s) ● Practice Exam Credit (not Practitioner) ● Access to AWS Certified Store
  • 50. Questions: I’ll be available after all the presentations are completed