SlideShare a Scribd company logo
Andrew Brown
Nov 27 2018
andrew@exampro.co
CEO of ExamPro
12 Year Full Stack Developer
4/9 AWS Certifications
Loves StarTrek DS9
Lunch&&Learn
6 Things to Learn to
become an AWS Genius
Full-Stack Powerleveling
!!!WARNING THIS IS A FAST TALK!!!
What is AWS and Why Should I Care?
+50% Market !!!!!
+100 Services Support and Docs
Servers, Databases, Storage etc...
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Highly Configurable🔧
Résumé
1. If our web-app goes down our website will
remain running
2. If our web-app goes down, our contact form still
works
3. If our datacenter or entire region fails or we get
lots of traffic our web-app will remain running
4. Keep our authentication separated so we can
build and connect multiple web-apps
5. Encrypt, Failover, Backup, Monitor or Easily
Connect to our Database
6. Create Rich Metrics Dashboards, Keep a audit
trail of resource usages. and prevent Major
Changes to our resources
The Available, Scalable, and Durable Way
Provisioning
Authentication
Databases
Monitoring
Static Website Hosting
Serverless
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Highly Available
Be able to fail over at a moments notice
Highly Scalable
Be able to scale at a moment to meet the needs of service (elastic)
Highly Durable
Preventing Rott, Degradation or Corruption. Self-healing
A web-app should be….
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Résumé
1. If our web-app goes down our website will
remain running
2. If our web-app goes down, our contact form still
works
3. If our datacenter or entire region fails or we get
lots of traffic our web-app will remain running
4. Keep our authentication separated so we can
build and connect multiple web-apps
5. Encrypt, Failover, Backup, Monitor or Easily
Connect to our Database
6. Create Rich Metrics Dashboards, Keep a audit
trail of resource usages. and prevent Major
Changes to our resources
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Static Web Hosting
*
S3 - Simple Storage Service
CloudFront - Content
Distribution Network
Route53 - DNS Hosting
Certification Manager
Manages our Domain eg. masterscript.co
SSL Certificate eg. https://masterscript.co
Distribute your website to multiple edge
locations around the world
eg. Really Fast and Available Website
Super Cheap Storage that can be used to store files
High Amounts of Traffic at the Cost of Pennies
2.
3.
4.
1.
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
S3
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
S3
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
S3
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Certification Manager
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
CloudFront
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Route53
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
If our web-app goes down our
website will remain running
Our website loads instantly
wherever you are in the world
We don’t have to rely on
front-end and full stack
developers. As long as you know
html and css you can update the
website
99.999999999% durability
99.99% availability
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Serverless Contact Form
*
API Gateway Connect AWS Services via URL Endpoints eg. POST /api/contact
AWS Lambda Functions that only run when needed an perform one task
eg. send an email and store record in database
DynamoDB NoSQL Database to store non-transactional data that cost
pennies and scales to millions of requests
SNS Simple Notification Service that can send notifications eg. send a
plain text email, text message when triggered
1.
2.
3.
4.
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
1
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
API Gateway
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
API Gateway
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Lambda
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
DynamoDB
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
SNS
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
If our web-app goes down our
contact form will remain working
Our web-app has less
responsibilities with fewer things
getting in the way of our primary
development
Our contact form is built using
simple javascript making it easy
for anyone come in an update it.
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Provisioning
*
CloudFormation Infrastructure as Code eg write a script that at a press of button
create or destroy all the resources we need to run our service
ELB Elastic Load Balancing distribute incoming traffic across multiple
availability zones or based on a set of rules
AutoScaling Groups Create or Destroy servers to meet the current traffic demand.
EC2 Elastic Cloud Computing servers where we can choose our OS,
Memory, Storage and configure it for our web-application
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
3
*Region and scenarios are fake to make a point
Planning for Doomsday
Our DataCenter was Flooded.
Always run your web-app in two data centers (Availability Zone)
eg. Toronto West, Toronto East
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
*Region and scenarios are fake to make a point
Planning for Doomsday
All data centers destroyed in Toronto due to a Nuke
Always run your web-app in two different locations (Regions)
eg. Vancouver, Toronto
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
*Region and scenarios are fake to make a point
Planning for Doomsday
The Dragon’s want to invest and we have insane amount of traffic!
Our service should automatically create new servers to meet the demand
Auto Scaling Groups
Auto Scaling Group
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Elastic Beanstalk Opsworks Cloudformation DIY eg. EC2
Infrastructure
As Code
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
If a datacenter fails, our web-app
will failover to another
datacenter
If all datacenters in a region fail
our web-app will failover to
another set of data centers in
another region
If we have an unexpected
amount of traffic our web-app
will scale to meet this demand.
Authentication
*
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
AWS Cognito
Sign-up, sign-in, and access control
Both mobile and web
scales to millions of users
4
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Databases
*
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
RDS Amazon Relational Database Service
Managed SQL database with lots of rich features
to make it easy to scale your database
5
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
RDS is Easy to Encrypt, Backup, Failover, Increase Reads
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Monitoring
*
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
AWS CloudWatch
AWS CloudTrail
AWS Config
Set Alarms, Create Data Dashboards, Trigger Events
See what services are being used and by who
See what resources are being changed
6
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
CloudWatch
CloudWatch Lets You Set Billing
Alarms So You Don’t Go Over Budget
CloudWatch Dashboard To Visualize Your Metrics
Import Metrics from AWS or Anywhere
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
CloudWatch
CloudTrail Tracks Who is Using What in AWS
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
CloudTrail
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Config
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Config
Résumé
1. If our web-app goes down our website will
remain running
2. If our web-app goes down, our contact form still
works
3. If our datacenter or entire region fails or we get
lots of traffic our web-app will remain running
4. Keep our authentication separated so we can
build and connect multiple web-apps
5. Encrypt, Failover, Backup, Monitor or Easily
Connect to our Database
6. Create Rich Metrics Dashboards, Keep a audit
trail of resource usages. and prevent Major
Changes to our resources
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Résumé
1. If our web-app goes down our website will
remain running
2. If our web-app goes down, our contact form still
works
3. If our datacenter or entire region fails or we get
lots of traffic our web-app will remain running
4. Keep our authentication separated so we can
build and connect multiple web-apps
5. Encrypt, Failover, Backup, Monitor or Easily
Connect to our Database
6. Create Rich Metrics Dashboards, Keep a audit
trail of resource usages. and prevent Major
Changes to our resources
The Available, Scalable, and Durable Way
Provisioning
Authentication
Databases
Monitoring
Static Website Hosting
Serverless
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
● 6 Hour Workshop at DevHub lead by 2 AWS Certified Professionals
● With 1 Hour Dedicated to each of the 6 Things from this Lunch&&Learn
*
AWS Workshop
● Step by Step Video Instructions in-case you forget
● Ask Questions in our Private Forum if you get stuck on your own
100% Support
$100 Ticket
2 Months of learning condense into 6 Hours
workshop@exampro.co
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Questions?
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
Appendix
Powerleveling Learn 6 Things to become an AWS Genius exampro.co
MONOLITHIC STACK
Powerleveling Learn 6 Things to become an AWS Genius exampro.co

More Related Content

PDF
What i-wish-i-knew-about-aws-certification
PPTX
AWS Certification Lessons and Tips, AWS Meetup Lehi - April 2016
PDF
Career Pathways to AWS_ FrancesGrunberg
PPTX
Aws certification
PDF
Serverless is not Cloudless - Serverless Security in AWS & AWS funds for Star...
PPTX
Aws certification By Piyush Jalan
PDF
What is Cloud Computing | Cloud Computing Tutorial | AWS Tutorial | AWS Train...
PDF
AWS Cloud Practitioner Tutorial | Edureka
What i-wish-i-knew-about-aws-certification
AWS Certification Lessons and Tips, AWS Meetup Lehi - April 2016
Career Pathways to AWS_ FrancesGrunberg
Aws certification
Serverless is not Cloudless - Serverless Security in AWS & AWS funds for Star...
Aws certification By Piyush Jalan
What is Cloud Computing | Cloud Computing Tutorial | AWS Tutorial | AWS Train...
AWS Cloud Practitioner Tutorial | Edureka

What's hot (6)

PDF
Awsgsg wah-linux
PDF
Awsgsg wah
PDF
Aws-What You Need to Know_Simon Elisha
PDF
A Public Sector Guide to AWS_ Avi Lewin
PDF
Awsgsg swh
PPTX
Awsgsg wah-linux
Awsgsg wah
Aws-What You Need to Know_Simon Elisha
A Public Sector Guide to AWS_ Avi Lewin
Awsgsg swh
Ad

Similar to Lunch && Learn DevHub - 6 Things to Learn to become an AWS Genius (7)

PPTX
Simplifying Microsoft Architectures with AWS Services
PDF
Scale, baby, scale!
PDF
Scale, baby, scale
PDF
"How to optimize the architecture of your platform" by Julien Simon
PDF
What is Amazon Web Services & How to Start to deploy your apps ?
PDF
Escalando hasta sus primeros 10 millones de usuarios
PDF
Innovation at Scale - Top 10 AWS questions when you start
Simplifying Microsoft Architectures with AWS Services
Scale, baby, scale!
Scale, baby, scale
"How to optimize the architecture of your platform" by Julien Simon
What is Amazon Web Services & How to Start to deploy your apps ?
Escalando hasta sus primeros 10 millones de usuarios
Innovation at Scale - Top 10 AWS questions when you start
Ad

Recently uploaded (20)

PDF
August Patch Tuesday
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Tartificialntelligence_presentation.pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Hybrid model detection and classification of lung cancer
PPTX
A Presentation on Artificial Intelligence
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Mushroom cultivation and it's methods.pdf
PDF
Approach and Philosophy of On baking technology
PDF
project resource management chapter-09.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PPTX
TLE Review Electricity (Electricity).pptx
August Patch Tuesday
A comparative study of natural language inference in Swahili using monolingua...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Tartificialntelligence_presentation.pptx
1. Introduction to Computer Programming.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Assigned Numbers - 2025 - Bluetooth® Document
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
gpt5_lecture_notes_comprehensive_20250812015547.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Hybrid model detection and classification of lung cancer
A Presentation on Artificial Intelligence
A comparative analysis of optical character recognition models for extracting...
Mushroom cultivation and it's methods.pdf
Approach and Philosophy of On baking technology
project resource management chapter-09.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
WOOl fibre morphology and structure.pdf for textiles
TLE Review Electricity (Electricity).pptx

Lunch && Learn DevHub - 6 Things to Learn to become an AWS Genius

  • 1. Andrew Brown Nov 27 2018 andrew@exampro.co CEO of ExamPro 12 Year Full Stack Developer 4/9 AWS Certifications Loves StarTrek DS9 Lunch&&Learn
  • 2. 6 Things to Learn to become an AWS Genius Full-Stack Powerleveling
  • 3. !!!WARNING THIS IS A FAST TALK!!!
  • 4. What is AWS and Why Should I Care? +50% Market !!!!! +100 Services Support and Docs Servers, Databases, Storage etc... Powerleveling Learn 6 Things to become an AWS Genius exampro.co Highly Configurable🔧
  • 5. Résumé 1. If our web-app goes down our website will remain running 2. If our web-app goes down, our contact form still works 3. If our datacenter or entire region fails or we get lots of traffic our web-app will remain running 4. Keep our authentication separated so we can build and connect multiple web-apps 5. Encrypt, Failover, Backup, Monitor or Easily Connect to our Database 6. Create Rich Metrics Dashboards, Keep a audit trail of resource usages. and prevent Major Changes to our resources The Available, Scalable, and Durable Way Provisioning Authentication Databases Monitoring Static Website Hosting Serverless Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 6. Highly Available Be able to fail over at a moments notice Highly Scalable Be able to scale at a moment to meet the needs of service (elastic) Highly Durable Preventing Rott, Degradation or Corruption. Self-healing A web-app should be…. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 7. Résumé 1. If our web-app goes down our website will remain running 2. If our web-app goes down, our contact form still works 3. If our datacenter or entire region fails or we get lots of traffic our web-app will remain running 4. Keep our authentication separated so we can build and connect multiple web-apps 5. Encrypt, Failover, Backup, Monitor or Easily Connect to our Database 6. Create Rich Metrics Dashboards, Keep a audit trail of resource usages. and prevent Major Changes to our resources Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 8. Static Web Hosting * S3 - Simple Storage Service CloudFront - Content Distribution Network Route53 - DNS Hosting Certification Manager Manages our Domain eg. masterscript.co SSL Certificate eg. https://masterscript.co Distribute your website to multiple edge locations around the world eg. Really Fast and Available Website Super Cheap Storage that can be used to store files High Amounts of Traffic at the Cost of Pennies 2. 3. 4. 1. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 9. S3 Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 10. S3 Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 11. S3 Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 12. Certification Manager Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 13. CloudFront Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 14. Route53 Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 15. If our web-app goes down our website will remain running Our website loads instantly wherever you are in the world We don’t have to rely on front-end and full stack developers. As long as you know html and css you can update the website 99.999999999% durability 99.99% availability Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 16. Serverless Contact Form * API Gateway Connect AWS Services via URL Endpoints eg. POST /api/contact AWS Lambda Functions that only run when needed an perform one task eg. send an email and store record in database DynamoDB NoSQL Database to store non-transactional data that cost pennies and scales to millions of requests SNS Simple Notification Service that can send notifications eg. send a plain text email, text message when triggered 1. 2. 3. 4. Powerleveling Learn 6 Things to become an AWS Genius exampro.co 1
  • 17. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 18. API Gateway Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 19. API Gateway Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 20. Lambda Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 21. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 22. DynamoDB Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 23. SNS Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 24. If our web-app goes down our contact form will remain working Our web-app has less responsibilities with fewer things getting in the way of our primary development Our contact form is built using simple javascript making it easy for anyone come in an update it. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 25. Provisioning * CloudFormation Infrastructure as Code eg write a script that at a press of button create or destroy all the resources we need to run our service ELB Elastic Load Balancing distribute incoming traffic across multiple availability zones or based on a set of rules AutoScaling Groups Create or Destroy servers to meet the current traffic demand. EC2 Elastic Cloud Computing servers where we can choose our OS, Memory, Storage and configure it for our web-application Powerleveling Learn 6 Things to become an AWS Genius exampro.co 3
  • 26. *Region and scenarios are fake to make a point Planning for Doomsday Our DataCenter was Flooded. Always run your web-app in two data centers (Availability Zone) eg. Toronto West, Toronto East Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 27. *Region and scenarios are fake to make a point Planning for Doomsday All data centers destroyed in Toronto due to a Nuke Always run your web-app in two different locations (Regions) eg. Vancouver, Toronto Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 28. *Region and scenarios are fake to make a point Planning for Doomsday The Dragon’s want to invest and we have insane amount of traffic! Our service should automatically create new servers to meet the demand Auto Scaling Groups Auto Scaling Group Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 29. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 30. Elastic Beanstalk Opsworks Cloudformation DIY eg. EC2 Infrastructure As Code Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 31. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 32. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 33. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 34. Powerleveling Learn 6 Things to become an AWS Genius exampro.co If a datacenter fails, our web-app will failover to another datacenter If all datacenters in a region fail our web-app will failover to another set of data centers in another region If we have an unexpected amount of traffic our web-app will scale to meet this demand.
  • 35. Authentication * Powerleveling Learn 6 Things to become an AWS Genius exampro.co AWS Cognito Sign-up, sign-in, and access control Both mobile and web scales to millions of users 4
  • 36. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 37. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 38. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 39. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 40. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 41. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 42. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 43. Databases * Powerleveling Learn 6 Things to become an AWS Genius exampro.co RDS Amazon Relational Database Service Managed SQL database with lots of rich features to make it easy to scale your database 5
  • 44. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 45. Powerleveling Learn 6 Things to become an AWS Genius exampro.co RDS is Easy to Encrypt, Backup, Failover, Increase Reads
  • 46. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 47. Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 48. Monitoring * Powerleveling Learn 6 Things to become an AWS Genius exampro.co AWS CloudWatch AWS CloudTrail AWS Config Set Alarms, Create Data Dashboards, Trigger Events See what services are being used and by who See what resources are being changed 6
  • 49. Powerleveling Learn 6 Things to become an AWS Genius exampro.co CloudWatch CloudWatch Lets You Set Billing Alarms So You Don’t Go Over Budget
  • 50. CloudWatch Dashboard To Visualize Your Metrics Import Metrics from AWS or Anywhere Powerleveling Learn 6 Things to become an AWS Genius exampro.co CloudWatch
  • 51. CloudTrail Tracks Who is Using What in AWS Powerleveling Learn 6 Things to become an AWS Genius exampro.co CloudTrail
  • 52. Powerleveling Learn 6 Things to become an AWS Genius exampro.co Config
  • 53. Powerleveling Learn 6 Things to become an AWS Genius exampro.co Config
  • 54. Résumé 1. If our web-app goes down our website will remain running 2. If our web-app goes down, our contact form still works 3. If our datacenter or entire region fails or we get lots of traffic our web-app will remain running 4. Keep our authentication separated so we can build and connect multiple web-apps 5. Encrypt, Failover, Backup, Monitor or Easily Connect to our Database 6. Create Rich Metrics Dashboards, Keep a audit trail of resource usages. and prevent Major Changes to our resources Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 55. Résumé 1. If our web-app goes down our website will remain running 2. If our web-app goes down, our contact form still works 3. If our datacenter or entire region fails or we get lots of traffic our web-app will remain running 4. Keep our authentication separated so we can build and connect multiple web-apps 5. Encrypt, Failover, Backup, Monitor or Easily Connect to our Database 6. Create Rich Metrics Dashboards, Keep a audit trail of resource usages. and prevent Major Changes to our resources The Available, Scalable, and Durable Way Provisioning Authentication Databases Monitoring Static Website Hosting Serverless Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 56. ● 6 Hour Workshop at DevHub lead by 2 AWS Certified Professionals ● With 1 Hour Dedicated to each of the 6 Things from this Lunch&&Learn * AWS Workshop ● Step by Step Video Instructions in-case you forget ● Ask Questions in our Private Forum if you get stuck on your own 100% Support $100 Ticket 2 Months of learning condense into 6 Hours workshop@exampro.co Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 57. Questions? Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 58. Appendix Powerleveling Learn 6 Things to become an AWS Genius exampro.co
  • 59. MONOLITHIC STACK Powerleveling Learn 6 Things to become an AWS Genius exampro.co