SlideShare a Scribd company logo
AWS Certifications
AWS Midwest Community Day - June 2018
Presenter: Andrew May
● Senior Solutions Architect & Cloud
Solutions Lead @ Leading EDJE
● Based in Columbus, Ohio
● Java developer since 2000
● 2 ½ years AWS experience
● www.leadingedje.com
● andrew.may@leadingedje.com
● AWS Solutions Architect (associate)
● AWS Cloud Practitioner
● AWS Developer (associate)
● AWS SysOps Administrator (associate)
Agenda
❏ Why get Certified?
❏ Certification Roadmap
❏ Details of the Certifications
❏ Exam Preparation
❏ AWS Partner Network
Record of AWS experience
Image via Mario Lurig (CC BY)
Learn about AWS
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
○ This mostly applies for Solutions Architect
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 (1) - Technology
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)
Sample Question (2) - Security
Which of the following is AWS's responsibility under the AWS shared responsibility model?
A) Configuring third-party applications
B) Maintaining physical hardware
C) Securing application access and data
D) Managing custom Amazon Machine Images (AMIs)
My impressions:
● Most questions were “guess the service”
● Skip if you are planning to take one of the associate certifications
● Too much technical detail for most non-technical roles
● Useful for those working alongside technical staff (e.g. project
managers)
● Free training is a mixed bag, but Bonus Materials has some great videos
on VPC design
Associate
Certifications
Developer (Associate) - Current version
● Recommended to have 1+ years of AWS experience
● Focus on certain core AWS services:
EC2, DynamoDB, S3, SQS, SNS, Route 53, ElasticBeanstalk, IAM,
Simple Workflow, CloudFormation, ElastiCache
● Very little Lambda
● Knowledge of SDKs and APIs
Developer (Associate) - New version
● Coming Soon? Beta finished in March
● Focus on Serverless
○ Lambda, DynamoDB, S3, API Gateway
● Tools
○ X-Ray, CI/CD (CodeBuild/CodePipeline), ElasticBeanstalk
● Security
Breakdown from Exam Guide
Sample Question (1) - Designing & Developing
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
Sample Question (2) - Debugging
Your CloudFormation template launches a two-tier web application in us-east-1. When you attempt to
create a development stack in us-west-1, the process fails.
What could be the problem?
A) The AMIs referenced in the template are not available in us-west-1
B) The IAM roles referenced in the template are not valid in us-west-1
C) Two ELB Classic Load Balancers cannot have the same Name tag
D) CloudFormation templates can be launched only in a single region
My impressions:
● 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
● Know which languages have an SDK
● You’ll get a few questions about
SWF/ElastiCache/CloudFormation/Route 53
Solutions Architect (Associate)
● Recommended to have 1+ years of AWS experience
● New version of Exam released earlier this year
○ You can choose which you take until August 12th 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 (1) - Data Security
You are building a system to distribute confidential training videos to employees. Using CloudFront, what
method could be used to serve content that is stored in S3, but not publicly accessible from S3 directly?
A) Create an Origin Access Identity (OAI) for CloudFront and grant access to the objects in your S3
bucket to that OAI
B) Add the CloudFront account security group “amazon-cf/amazon-cf-sg” to the appropriate S3 bucket
policy
C) Create an Identity and Access Management (IAM) User for CloudFront and grant access to the
objects in your S3 bucket to that IAM User
D) Create a S3 bucket policy that lists the CloudFront distribution ID as the Principal and the target bucket
as the Amazon Resource Name (ARN)
Sample Question (2) - Designing
Which of the following will occur when an EC2 instance in a VPC (Virtual Private Cloud) with an associated
Elastic IP is stopped and started? (Choose 2 answers)
A) The Elastic IP will be dissociated from the instance
B) All data on instance-store devices will be lost
C) All data on EBS (Elastic Block Store) devices will be lost
D) The ENI (Elastic Network Interface) is detached
E) The underlying host for the instance is changed
My impressions:
● 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)
● I got a lot of questions about EBS, someone else got a lot of S3
questions
New Exam:
● More questions (55->65), longer (80 min -> 130 min)
● Different distribution of content
● More up to date services (Lambda, ALB, DynamoDB DAX, SQS FIFO,
EFS)
● Recommended if you haven’t already been studying for the old exam
SysOps Administrator
● Recommended to have 1+ years of AWS experience
● 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 (1) - Provisioning
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
Example Question (2) - Networking
Instance A and instance B are running in two different subnets A and B of a VPC. Instance A is not able to
ping instance B.
What are two possible reasons for this? (Pick 2 correct answers)
A) The routing table of subnet A has no target route to subnet B
B) The security group attached to instance B does not allow inbound ICMP traffic
C) The policy linked to the IAM role on instance A is not configured correctly
D) The NACL on subnet B does not allow outbound ICMP traffic
My impressions:
● 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
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
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
● Released April 2018
● 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
● Classroom (in-person or virtual) training course available ($$$)
○ Content determined by AWS, provided by partners
○ Hands on 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
● Possibly some of the same questions you
will get
● 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
○ APN members should create training account via APN portal
○ 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
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
For AWS Partner Network members
● If Training account created via APN and with same email, new
certifications should automatically update APN account
● Consulting Partner levels:
○ Standard: 2 Associate Certifications
○ Advanced: 2 Professional, 4 Associate
○ Premier: 8 Professional, 20 Associate
(but certifications are the easy part of the higher levels)
Questions/Discussion
How did you train for your
Certification?

More Related Content

What's hot

AWS Kinesis
AWS KinesisAWS Kinesis
AWS Kinesis
Julian Kleinhans
 
Building PCI Compliance Solution on AWS - Pop-up Loft Tel Aviv
Building PCI Compliance Solution on AWS - Pop-up Loft Tel AvivBuilding PCI Compliance Solution on AWS - Pop-up Loft Tel Aviv
Building PCI Compliance Solution on AWS - Pop-up Loft Tel Aviv
Amazon Web Services
 
Enabling High Performance IT with 2nd Watch, Docker & AWS
Enabling High Performance IT with 2nd Watch, Docker & AWSEnabling High Performance IT with 2nd Watch, Docker & AWS
Enabling High Performance IT with 2nd Watch, Docker & AWS
2nd Watch
 
Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...
Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...
Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...
Amazon Web Services
 
Batch Processing with Containers on AWS - June 2017 AWS Online Tech Talks
Batch Processing with Containers on AWS -  June 2017 AWS Online Tech TalksBatch Processing with Containers on AWS -  June 2017 AWS Online Tech Talks
Batch Processing with Containers on AWS - June 2017 AWS Online Tech Talks
Amazon Web Services
 
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
Amazon Web Services
 
Reinvent recap
Reinvent recapReinvent recap
Reinvent recap
Jason Poley
 
Serverless Big Data Architectures: Serverless Data Analytics
Serverless Big Data Architectures: Serverless Data AnalyticsServerless Big Data Architectures: Serverless Data Analytics
Serverless Big Data Architectures: Serverless Data Analytics
Kristana Kane
 
Containers on AWS
Containers on AWSContainers on AWS
Containers on AWS
AWS Riyadh User Group
 
Serverless Workshop
Serverless WorkshopServerless Workshop
Serverless Workshop
Amazon Web Services
 
Deep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech Talks
Deep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech TalksDeep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech Talks
Deep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech Talks
Amazon Web Services
 
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel AvivSelf Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
Amazon Web Services
 
NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...
NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...
NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...
Amazon Web Services
 
Amazon Virtual Private Cloud - VPC 2
Amazon Virtual Private Cloud - VPC 2Amazon Virtual Private Cloud - VPC 2
Amazon Virtual Private Cloud - VPC 2
AWS Riyadh User Group
 
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
Amazon Web Services
 
(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
Amazon Web Services
 
Introduction to AWS Kinesis
Introduction to AWS KinesisIntroduction to AWS Kinesis
Introduction to AWS Kinesis
Steven Ensslen
 
AWS Greengrass Technical Deep Dive - AWS Online Tech Talks
AWS Greengrass Technical Deep Dive - AWS Online Tech TalksAWS Greengrass Technical Deep Dive - AWS Online Tech Talks
AWS Greengrass Technical Deep Dive - AWS Online Tech Talks
Amazon Web Services
 
How to Secure your Hybrid Enviroment - Pop-up Loft Tel Aviv
How to Secure your Hybrid Enviroment - Pop-up Loft Tel AvivHow to Secure your Hybrid Enviroment - Pop-up Loft Tel Aviv
How to Secure your Hybrid Enviroment - Pop-up Loft Tel Aviv
Amazon Web Services
 
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
Amazon Web Services
 

What's hot (20)

AWS Kinesis
AWS KinesisAWS Kinesis
AWS Kinesis
 
Building PCI Compliance Solution on AWS - Pop-up Loft Tel Aviv
Building PCI Compliance Solution on AWS - Pop-up Loft Tel AvivBuilding PCI Compliance Solution on AWS - Pop-up Loft Tel Aviv
Building PCI Compliance Solution on AWS - Pop-up Loft Tel Aviv
 
Enabling High Performance IT with 2nd Watch, Docker & AWS
Enabling High Performance IT with 2nd Watch, Docker & AWSEnabling High Performance IT with 2nd Watch, Docker & AWS
Enabling High Performance IT with 2nd Watch, Docker & AWS
 
Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...
Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...
Introducing and Benefits of Ultra Fast Cloud Direct Connectivity to and from ...
 
Batch Processing with Containers on AWS - June 2017 AWS Online Tech Talks
Batch Processing with Containers on AWS -  June 2017 AWS Online Tech TalksBatch Processing with Containers on AWS -  June 2017 AWS Online Tech Talks
Batch Processing with Containers on AWS - June 2017 AWS Online Tech Talks
 
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
 
Reinvent recap
Reinvent recapReinvent recap
Reinvent recap
 
Serverless Big Data Architectures: Serverless Data Analytics
Serverless Big Data Architectures: Serverless Data AnalyticsServerless Big Data Architectures: Serverless Data Analytics
Serverless Big Data Architectures: Serverless Data Analytics
 
Containers on AWS
Containers on AWSContainers on AWS
Containers on AWS
 
Serverless Workshop
Serverless WorkshopServerless Workshop
Serverless Workshop
 
Deep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech Talks
Deep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech TalksDeep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech Talks
Deep Dive: Amazon EC2 Elastic GPUs - May 2017 AWS Online Tech Talks
 
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel AvivSelf Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
 
NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...
NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...
NEW LAUNCH! Delivering Powerful Graphics-Intensive Applications from the AWS ...
 
Amazon Virtual Private Cloud - VPC 2
Amazon Virtual Private Cloud - VPC 2Amazon Virtual Private Cloud - VPC 2
Amazon Virtual Private Cloud - VPC 2
 
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
 
(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
 
Introduction to AWS Kinesis
Introduction to AWS KinesisIntroduction to AWS Kinesis
Introduction to AWS Kinesis
 
AWS Greengrass Technical Deep Dive - AWS Online Tech Talks
AWS Greengrass Technical Deep Dive - AWS Online Tech TalksAWS Greengrass Technical Deep Dive - AWS Online Tech Talks
AWS Greengrass Technical Deep Dive - AWS Online Tech Talks
 
How to Secure your Hybrid Enviroment - Pop-up Loft Tel Aviv
How to Secure your Hybrid Enviroment - Pop-up Loft Tel AvivHow to Secure your Hybrid Enviroment - Pop-up Loft Tel Aviv
How to Secure your Hybrid Enviroment - Pop-up Loft Tel Aviv
 
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
 

Similar to Learn about AWS Certifications - Andrew May, Columbus

Columbus AWS Meetup: AWS Certifications
Columbus AWS Meetup: AWS CertificationsColumbus AWS Meetup: AWS Certifications
Columbus AWS Meetup: AWS Certifications
AndrewMay59
 
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
AWS Chicago
 
AWS CSA Associate 07-07
AWS CSA Associate 07-07AWS CSA Associate 07-07
AWS CSA Associate 07-07
Heitor Vital
 
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
 
Exploring Cloud Computing with Amazon Web Services (AWS)
Exploring Cloud Computing with Amazon Web Services (AWS)Exploring Cloud Computing with Amazon Web Services (AWS)
Exploring Cloud Computing with Amazon Web Services (AWS)
Kalema Edgar
 
AWS Certifications
AWS CertificationsAWS Certifications
AWS Certifications
Natalia Strelkova
 
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
Infosec
 
AWS CSA Associate 01-07
AWS CSA Associate 01-07AWS CSA Associate 01-07
AWS CSA Associate 01-07
Heitor Vital
 
Azure presentation nnug dec 2010
Azure presentation nnug  dec 2010Azure presentation nnug  dec 2010
Azure presentation nnug dec 2010
Ethos Technologies
 
Treinamento de AWS - 1° Parte
Treinamento de AWS - 1° ParteTreinamento de AWS - 1° Parte
Treinamento de AWS - 1° Parte
Site Blindado Labs
 
Shaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patternsShaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patterns
Asher Sterkin
 
Shaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patternsShaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patterns
Shimon Tolts
 
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at DatabricksLessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
Databricks
 
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
CeciliaTimm2
 
Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)
Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)
Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)
Igalia
 
Snowflake on AWS Workshop
Snowflake on AWS WorkshopSnowflake on AWS Workshop
Snowflake on AWS Workshop
David Teszler
 
Migrating a multi tenant app to Azure (war biopic)
Migrating a multi tenant app to Azure (war biopic)Migrating a multi tenant app to Azure (war biopic)
Migrating a multi tenant app to Azure (war biopic)
★ Akshay Surve
 
Aws Developer Associate Overview
Aws Developer Associate OverviewAws Developer Associate Overview
Aws Developer Associate Overview
Abhi Jain
 
Cloud computing workshop at IIT bombay
Cloud computing workshop at IIT bombayCloud computing workshop at IIT bombay
Cloud computing workshop at IIT bombayNilesh Satpute
 
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Amazon Web Services
 

Similar to Learn about AWS Certifications - Andrew May, Columbus (20)

Columbus AWS Meetup: AWS Certifications
Columbus AWS Meetup: AWS CertificationsColumbus AWS Meetup: AWS Certifications
Columbus AWS Meetup: AWS Certifications
 
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
 
AWS CSA Associate 07-07
AWS CSA Associate 07-07AWS CSA Associate 07-07
AWS CSA Associate 07-07
 
2016 07 - CloudBridge Python library (XSEDE16)
2016 07 - CloudBridge Python library (XSEDE16)2016 07 - CloudBridge Python library (XSEDE16)
2016 07 - CloudBridge Python library (XSEDE16)
 
Exploring Cloud Computing with Amazon Web Services (AWS)
Exploring Cloud Computing with Amazon Web Services (AWS)Exploring Cloud Computing with Amazon Web Services (AWS)
Exploring Cloud Computing with Amazon Web Services (AWS)
 
AWS Certifications
AWS CertificationsAWS Certifications
AWS Certifications
 
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 CSA Associate 01-07
AWS CSA Associate 01-07AWS CSA Associate 01-07
AWS CSA Associate 01-07
 
Azure presentation nnug dec 2010
Azure presentation nnug  dec 2010Azure presentation nnug  dec 2010
Azure presentation nnug dec 2010
 
Treinamento de AWS - 1° Parte
Treinamento de AWS - 1° ParteTreinamento de AWS - 1° Parte
Treinamento de AWS - 1° Parte
 
Shaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patternsShaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patterns
 
Shaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patternsShaping serverless architecture with domain driven design patterns
Shaping serverless architecture with domain driven design patterns
 
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at DatabricksLessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
Lessons from Building Large-Scale, Multi-Cloud, SaaS Software at Databricks
 
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
 
Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)
Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)
Keeping up a Competitive Ceph/RadosGW S3 API (Cephalocon Barcelona 2019)
 
Snowflake on AWS Workshop
Snowflake on AWS WorkshopSnowflake on AWS Workshop
Snowflake on AWS Workshop
 
Migrating a multi tenant app to Azure (war biopic)
Migrating a multi tenant app to Azure (war biopic)Migrating a multi tenant app to Azure (war biopic)
Migrating a multi tenant app to Azure (war biopic)
 
Aws Developer Associate Overview
Aws Developer Associate OverviewAws Developer Associate Overview
Aws Developer Associate Overview
 
Cloud computing workshop at IIT bombay
Cloud computing workshop at IIT bombayCloud computing workshop at IIT bombay
Cloud computing workshop at IIT bombay
 
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
Migrating Enterprise Applications to AWS: Best Practices & Techniques (ENT303...
 

More from AWS Chicago

AWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user groupAWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user group
AWS Chicago
 
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
AWS Chicago
 
WilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptxWilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptx
AWS Chicago
 
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdfSuresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
AWS Chicago
 
Streamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha DwivedulaStreamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
AWS Chicago
 
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptxSteve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
AWS Chicago
 
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptxSaurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptx
AWS Chicago
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdf
AWS Chicago
 
Ross Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptxRoss Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptx
AWS Chicago
 
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdfrobsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
AWS Chicago
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdf
AWS Chicago
 
Mohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptxMohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptx
AWS Chicago
 
Nick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptxNick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptx
AWS Chicago
 
Pat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdfPat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdf
AWS Chicago
 
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
AWS Chicago
 
MichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptxMichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptx
AWS Chicago
 
Michal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdfMichal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdf
AWS Chicago
 
Kamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptxKamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptx
AWS Chicago
 
John Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptxJohn Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptx
AWS Chicago
 
JuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptxJuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptx
AWS Chicago
 

More from AWS Chicago (20)

AWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user groupAWS reInvent 2023 recaps from Chicago AWS user group
AWS reInvent 2023 recaps from Chicago AWS user group
 
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
Chicago AWS Solutions Architect Mehdy Haghy recaps the new AI/ML releases and...
 
WilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptxWilliamCollins_Road-to-Transit-Gateway.pptx
WilliamCollins_Road-to-Transit-Gateway.pptx
 
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdfSuresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
Suresh Poopandi_Generative AI On AWS-MidWestCommunityDay-Final.pdf
 
Streamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha DwivedulaStreamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
Streamlined Entitlements with AWS Lake Formation - Anusha Dwivedula
 
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptxSteve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
Steve Seaney_AWS Control Tower - 2023 Midwest Community Day - Final.pptx
 
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptxSaurabh_Shanbhag - Building_SaaS_on_AWS.pptx
Saurabh_Shanbhag - Building_SaaS_on_AWS.pptx
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdf
 
Ross Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptxRoss Stuart_Using ML to Solve Lifes Problems.pptx
Ross Stuart_Using ML to Solve Lifes Problems.pptx
 
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdfrobsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
robsable_Enhancing DevOps Practices with CloudWatch APM FINAL.pdf
 
Sanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdfSanket_Nasre_Simplify Modernization.pdf
Sanket_Nasre_Simplify Modernization.pdf
 
Mohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptxMohamed Wali_AWS Security Reference Architecture.pptx
Mohamed Wali_AWS Security Reference Architecture.pptx
 
Nick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptxNick-Walter-HOB_Migrating_Dinosaurs.pptx
Nick-Walter-HOB_Migrating_Dinosaurs.pptx
 
Pat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdfPat_Davies_AWSCostOptimization_Final.pdf
Pat_Davies_AWSCostOptimization_Final.pdf
 
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
MARK GAMBLE_ASC For Really Remote Edge Computing - AWS Community Day Chicago ...
 
MichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptxMichaelSoule-UsingJupyterNotebooks.pptx
MichaelSoule-UsingJupyterNotebooks.pptx
 
Michal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdfMichal Brygidyn_CloudHackingScenarios.pdf
Michal Brygidyn_CloudHackingScenarios.pdf
 
Kamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptxKamil Kolodziejski_Structura-AWS.pptx
Kamil Kolodziejski_Structura-AWS.pptx
 
John Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptxJohn Merline AWS Certification FAQ.pptx
John Merline AWS Certification FAQ.pptx
 
JuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptxJuliaFMorgado_Breaking_bad_habits.pptx
JuliaFMorgado_Breaking_bad_habits.pptx
 

Recently uploaded

A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 

Recently uploaded (20)

A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 

Learn about AWS Certifications - Andrew May, Columbus

  • 1. AWS Certifications AWS Midwest Community Day - June 2018
  • 2. Presenter: Andrew May ● Senior Solutions Architect & Cloud Solutions Lead @ Leading EDJE ● Based in Columbus, Ohio ● Java developer since 2000 ● 2 ½ years AWS experience ● www.leadingedje.com ● andrew.may@leadingedje.com ● AWS Solutions Architect (associate) ● AWS Cloud Practitioner ● AWS Developer (associate) ● AWS SysOps Administrator (associate)
  • 3. Agenda ❏ Why get Certified? ❏ Certification Roadmap ❏ Details of the Certifications ❏ Exam Preparation ❏ AWS Partner Network
  • 4. Record of AWS experience Image via Mario Lurig (CC BY)
  • 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 ○ This mostly applies for Solutions Architect
  • 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 (1) - Technology 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. Sample Question (2) - Security Which of the following is AWS's responsibility under the AWS shared responsibility model? A) Configuring third-party applications B) Maintaining physical hardware C) Securing application access and data D) Managing custom Amazon Machine Images (AMIs)
  • 14. My impressions: ● Most questions were “guess the service” ● Skip if you are planning to take one of the associate certifications ● Too much technical detail for most non-technical roles ● Useful for those working alongside technical staff (e.g. project managers) ● Free training is a mixed bag, but Bonus Materials has some great videos on VPC design
  • 16. Developer (Associate) - Current version ● Recommended to have 1+ years of AWS experience ● Focus on certain core AWS services: EC2, DynamoDB, S3, SQS, SNS, Route 53, ElasticBeanstalk, IAM, Simple Workflow, CloudFormation, ElastiCache ● Very little Lambda ● Knowledge of SDKs and APIs
  • 17. Developer (Associate) - New version ● Coming Soon? Beta finished in March ● Focus on Serverless ○ Lambda, DynamoDB, S3, API Gateway ● Tools ○ X-Ray, CI/CD (CodeBuild/CodePipeline), ElasticBeanstalk ● Security
  • 19. Sample Question (1) - Designing & Developing 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
  • 20. Sample Question (2) - Debugging Your CloudFormation template launches a two-tier web application in us-east-1. When you attempt to create a development stack in us-west-1, the process fails. What could be the problem? A) The AMIs referenced in the template are not available in us-west-1 B) The IAM roles referenced in the template are not valid in us-west-1 C) Two ELB Classic Load Balancers cannot have the same Name tag D) CloudFormation templates can be launched only in a single region
  • 21. My impressions: ● 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 ● Know which languages have an SDK ● You’ll get a few questions about SWF/ElastiCache/CloudFormation/Route 53
  • 22. Solutions Architect (Associate) ● Recommended to have 1+ years of AWS experience ● New version of Exam released earlier this year ○ You can choose which you take until August 12th 2018 ● Covers wider range of services ● More focus on combining services, architectural issues (e.g. VPC design), security and migration
  • 24. Sample Question (1) - Data Security You are building a system to distribute confidential training videos to employees. Using CloudFront, what method could be used to serve content that is stored in S3, but not publicly accessible from S3 directly? A) Create an Origin Access Identity (OAI) for CloudFront and grant access to the objects in your S3 bucket to that OAI B) Add the CloudFront account security group “amazon-cf/amazon-cf-sg” to the appropriate S3 bucket policy C) Create an Identity and Access Management (IAM) User for CloudFront and grant access to the objects in your S3 bucket to that IAM User D) Create a S3 bucket policy that lists the CloudFront distribution ID as the Principal and the target bucket as the Amazon Resource Name (ARN)
  • 25. Sample Question (2) - Designing Which of the following will occur when an EC2 instance in a VPC (Virtual Private Cloud) with an associated Elastic IP is stopped and started? (Choose 2 answers) A) The Elastic IP will be dissociated from the instance B) All data on instance-store devices will be lost C) All data on EBS (Elastic Block Store) devices will be lost D) The ENI (Elastic Network Interface) is detached E) The underlying host for the instance is changed
  • 26. My impressions: ● 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) ● I got a lot of questions about EBS, someone else got a lot of S3 questions
  • 27. New Exam: ● More questions (55->65), longer (80 min -> 130 min) ● Different distribution of content ● More up to date services (Lambda, ALB, DynamoDB DAX, SQS FIFO, EFS) ● Recommended if you haven’t already been studying for the old exam
  • 28. SysOps Administrator ● Recommended to have 1+ years of AWS experience ● Operational focus: ○ Deployment, configuration, monitoring and security ● Choose between different options for price/performance ○ Understand different EC2 instance types ○ IOPS limits and calculations
  • 30. Example Question (1) - Provisioning 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
  • 31. Example Question (2) - Networking Instance A and instance B are running in two different subnets A and B of a VPC. Instance A is not able to ping instance B. What are two possible reasons for this? (Pick 2 correct answers) A) The routing table of subnet A has no target route to subnet B B) The security group attached to instance B does not allow inbound ICMP traffic C) The policy linked to the IAM role on instance A is not configured correctly D) The NACL on subnet B does not allow outbound ICMP traffic
  • 32. My impressions: ● 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
  • 34. 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
  • 36.
  • 37. 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
  • 39.
  • 41. 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?
  • 42. 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
  • 43. Security Specialty ● Released April 2018 ● Key Areas: ○ Networking (Security Groups/NACLs) ○ Encryption (KMS, CloudHSM) ○ Audit (CloudTrail) ○ Denial of Service, Intrusion Detection
  • 45. 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
  • 46. 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
  • 47. Books Published Oct 2016 Published Oct 2017 Published March 2018
  • 48. Training ● Classroom (in-person or virtual) training course available ($$$) ○ Content determined by AWS, provided by partners ○ Hands on 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 ($$)
  • 49. Practice Exams ● Register the same was as for Certification Exams ● 20 questions for $20 ● Same format and software as real exams ● Possibly some of the same questions you will get ● 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%
  • 51. Registering ● Create AWS Training account and from there select “Certifications” ○ This will create a linked certification account ○ APN members should create training account via APN portal ○ 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
  • 52. 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
  • 53. 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
  • 55. 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
  • 56. For AWS Partner Network members ● If Training account created via APN and with same email, new certifications should automatically update APN account ● Consulting Partner levels: ○ Standard: 2 Associate Certifications ○ Advanced: 2 Professional, 4 Associate ○ Premier: 8 Professional, 20 Associate (but certifications are the easy part of the higher levels)
  • 57. Questions/Discussion How did you train for your Certification?