Getting AWS certified can be a challenge for some of us. The main question remains, where do I start? I understand it can be overwhelming, so many products, some many names, so many configurations to try out and learn.

Depending on the level of entry some parts may be common if you have been working in IT for a while, but where other new components maybe new and can be hard to manage at first. Since there are many ways to study I would like to share mine. It may be be not the best, but it was the most fun (which I guess is also important). Being a dyslexic person, and have to read so many pdf’s, docs, white papers. etc. is not the most efficient way for me. And if not mistaken to many IT folks out there (It appears many IT nerds suffer from dyslexia).

So my method was watching most of all online training videos. The one I most liked was created by Stephane Maarek posted on Udemy.com Ultimate AWS Certified Cloud Practitioner - 2021.

This Ultimate AWS Certified Cloud Practitioner - CLF-C01 online training contains:

  • 11 hours of on-demand video
  • 5 docs
  • 1 practice exams
  • livelong Access
  • access via PC, App, or TV

Practice exams

Although you have a single option to test your gained knowledge I recommend signing up for the additional practice exams. 5 extra practice exams cannot hurt I guess.

In case you like to do some more testing and prep yourself for the exam then go to https://www.examtopics.com/. They have more than 520 questions to test yourself against.

Exam score

To pass the AWS Certified Cloud Practitioner exam you need a score of 700 or higher. This sounds doable and it is, but only if you prepped well. The exam has 65 single and multiple-choice questions. Some are easy, some harder but the takeaway lies in reading the question multiple times before you pick your answer. Take your time, you have 90 minutes which should be fine. In case you have prepped well and taken multiple practice exams it will take you on average ~60 minutes to complete the exam.

Don’t worry about time, and in case you need more time please watch the “Ultimate AWS Certified Cloud Practitioner” video on Udemy. The last chapter will share a tip to gain 30 extra minutes during the live exam. This means you can have 120 minutes to PASS the AWS Certified Cloud Practitioner - CLF-C01 exam.

Getting started

Below you will find a ton of links, white papers, product names/acronyms, screenshots, and much more. These notes helped me to structure what I needed to pass the Amazon AWS Certified Cloud Practitioner Exam.

Take all the time you need, but depending on the study time you have prepping for the exam is doable within 2 months’. Of course depending on your background knowledge. I spend on average 1.5 hours per day, 4 days per week for 2 months on it.

White Papers

Resources

https://infrastructure.aws/ https://aws.amazon.com/compliance/shared-responsibility-model/ https://aws.amazon.com/s3/storage-classes/ http://s3-accelerate-speedtest.s3-accelerate.amazonaws.com/en/accelerate-speed-comparsion.html https://pages.awscloud.com/Global-Challenge-Resources.html https://towardsdatascience.com/how-to-become-an-aws-certified-cloud-practitioner-in-10-days-83a08e316e72?gi=49a6f7a9d7d8

AWS Products/Acronyms

The following AWS products/acronyms are important to know by heart. Lots of them will be asked for during the exam. Get yourself familiarized!

  • AWS Regions - Cluster of data centers (AWS Availability Zones - in side the Region)
  • IAM - Identity and Access Management
  • AWS CLI - Command line Interface
  • AWS SDK - Software Developer Kit
  • EC2 - Elastic Computing Cloud (On-demand, Reserved [standard + convertible +scheduled], Spot Instance, Dedicated host, Dedicated Instances)
  • EBS - Elastic Block Store
  • AMI - Amazon Machine Image
  • EC2 Instance Store - Temporary storage, high perf hardware disk
  • EFS - Elastic File System (NFS)
  • ELB - Elastic Load Balancer (Classic, Application, Network Load Balancer)
  • ALB - Application Load Balancer
  • ASG - Auto Scaling Group
  • S3 - Simple Cloud Storage
  • CRR - Cross Region Replication
  • SRR - Same Region Replication
  • AWS Store Gateway - a hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage
  • RDS - Relational Database Service (Online Transaction Processing (OLTP) )
  • ElastiCache - Redis/Memcache
  • DynamoDB - noSQL/Serverless DB
  • Redshift - OLAP (Online Analytical Processing) [data warehouse]
  • EMR - Elastic MapReduce (Hadoop Cluster)
  • Athena - Serverless DB (query data S3)
  • DMS - Database Migration Service
  • Glue - ETL
  • ECS - Elastic Container Service
  • ECR - Elastic Container Registry
  • Fargate - Serverless Container Service/Cluster
  • Lambda - Function as a Service/Serverless Computing
  • Step Functions - serverless function orchestrator that makes it easy to sequence AWS Lambda functions and multiple AWS services into business-critical applications
  • AWS Batch - (managed service like Lambda but on EC2 and can run more than 15 min and has no restrictions)
  • Amazon Lightsail - cloud computing for dummies - click an go
  • CloudFormation - Infrastructure as code (infra focus)
  • AWS Elastic BeanStalk - Platform as a Service (PaaS) (application focus)
  • AWS CodeDeploy - (hybrid): deploy & upgrade any application onto servers
  • SSM - AWS System Manager (hybrid) (patches your fleet of multi servers/ run command on multi server at once) - operational insights
  • AWS OpsWorks - (hybrid) server configuration automatically (Chef or Puppet)
  • Route53 - Domain Name Service (DNS)
  • CloudFront - Content Delivery Network (CDN)
  • S3 Transfer Acceleration
  • AWS Global Accelerator
  • SQS - Simple Queue Service
  • SNS - Simple Notification Service
  • AWS CloudWatch - Metrics/Alarms/Logs/Events = (Amazon EventBridge “next evolution”)
  • AWS CloudTrail - governance, compliance, audit
  • AWS X-Ray - debugging in production
  • AWS Status - Service Health Dashboard (https://status.aws.amazon.com/) - RSS output
  • AWS Personal Health Dashboard - (https://phd.aws.amazon.com/)
  • AWS Outpost - Fully managed service that extends AWS infra AWS services, APIs, and tools to any datacenter, co-location space, or on-premises facility. 
  • Amazon Kendra - highly accurate and easy to use enterprise search service that’s powered by machine learning.
  • VPC - Virtual Private Cloud
  • Internet Gateway
  • NAT Gateway
  • CIDR - Classless Inter-Domain Routing (https://cidr.xyz/)
  • NACL - Network Access Control List
  • VPC Flow Log - Network traffic logs
  • VPC Peering - Connect 2 VPC’s
  • VPC Endpoint - (private access to AWS services within the VPS [internally]) (S3, DynamoDB)
  • Direct Connect - Direct private connection
  • Site-to-Site VPN - (CGW - Customer Gateway <–> VGW - Virtual Private Gateway)
  • Transit Gateway - Thousands of VPC/on premises - hub-and-spoke [star] connect
  • AWS Shield Standard - Free DDOS protection
  • AWS Shield Advanced - Premium DDOS protection
  • AWS WAF - Filter based on rules (DOS)
  • Penetration testing
  • AWS KMS - Key Management System
  • CloudHSM - Hardware Software Module
  • AWS Secrets Manager - storing secrets, rotation of secrets,
  • AWS Artifact - Get access to compliance report as PCI, ISO etc..
  • Amazon GuardDuty - Find malicious  behavior with VPC,DNS, CloudTrail
  • Amazon Inspector - For EC2 only, install agent and find vulnerabilities
  • AWS Config - Track config changes and compliance audit/monitor
  • Amazon Macie - Find sensitive data (eg. PII data) in S3 buckets
  • Amazon Rekognition -  Face dedication, labeling, celebrity recognition
  • Amazon Transcribe - Audio to text
  • Amazon Polly - Text to audio
  • Amazon Translate -  Translate
  • Amazon Lex -  Conversational bots, chatbot
  • Amazon Connect - Cloud contact center
  • Amazon Comprehend - Natural language processing (NLP)
  • Amazon SageMaker - Machine learning for every developer and data scientist
  • AWS Organizations - Main account is the master account (Consolidated Billing, Pricing benefits from aggregated usage, Pooling of Reserved EC2)
  • SCP - Service Control Policies (Restrict account privileges)
  • AWS Total Cost of Ownership (TCO) Calulator - https://calculator.aws/
  • AWS Cost Explorer - Visualize, understand, and manage your AWS costs and usage over time (3 month forecast on cost)
  • AWS Budgets - (Cost, Usage, Reservation, Saving plans)
  • Amazon Cognito - (Identity management) Database of user for your mobile/web applications login (sign-in/sign-up)
  • AWS Single Sign-On (SSO) - One login on AWS or web applications
  • AWS Directory Services - (AWS Managed AD, AD Connector [proxy], Simple AD)
  • AWS Quick Starts - Quick Starts are built by AWS solutions architects and partners to help you deploy popular technologies on AWS quickly
  • AWS Cloud9 - Is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser.
  • Amazon Quicksight - is a scalable, serverless, embeddable, machine learning-powered business intelligence (BI) service built for the cloud

AWS Support Plans

  • Basic
  • Developer
  • Business
  • Enterprise

AWS Trusted Advisor -  Analyze your AWS accounts and provides recommendation:

  • Cost Optimization
  • Performance
  • Security
  • Fault Tolerance
  • Service Limits

Well Architected Framework

  • Operational Excellence
  • Security
  • Reliability
  • Performance Efficiency
  • Cost Optimisation

AWS Shared Responsibility Model

AWS Partner Network

  • AWS Professional Services
  • APN - AWS Partner Network
  • APN Technology Partners
  • APN Consulting Partners
  • AWS Training Partners
  • AWS Competency Partners
  • AWS Navigate Program

AWS Simple Monthly Calculator

The Simple Monthly Calculator provides an estimate of usage charges for AWS services based on certain information you provide. It helps customers and prospects estimate their monthly AWS bill more efficiently.

This calculator provides a visual interface to enter details about the AWS services that you plan to use and then it outputs a detailed estimate of the monthly AWS bill. Please see the illustration for more details: 

AWS Total Cost of Ownership (TCO) Calculator

TCO calculator helps to compare the cost of your applications in an on-premises or traditional hosting environment to AWS.

AWS helps reduce Total Cost of Ownership (TCO) by reducing the need to invest in large capital expenditures and providing a pay-as-you-go model that empowers to invest in the capacity you need and use it only when the business requires it.

Once you describe your on-premises or hosting environment configuration, it produces a detailed cost comparison with AWS. TCO Calculator cannot provide the estimate of the monthly AWS bill based on the list of AWS services.

AWS Cost Explorer

AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time.

AWS Cost Explorer includes a default report that helps you visualize the costs and usage associated with your top five cost-accruing AWS services, and gives you a detailed breakdown of all services in the table view.

The reports let you adjust the time range to view historical data going back up to twelve months to gain an understanding of your cost trends.

AWS Cost Explorer cannot provide the estimate of the monthly AWS bill based on the list of AWS services.

AWS Budgets

AWS Budgets gives the ability to set custom budgets that alert you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount. Y

You can also use AWS Budgets to set reservation utilization or coverage targets and receive alerts when your utilization drops below the threshold you define. Budgets can be created at the monthly, quarterly, or yearly level, and you can customize the start and end dates. You can further refine your budget to track costs associated with multiple dimensions, such as AWS service, linked account, tag, and others.

AWS Budgets cannot provide the estimate of the monthly AWS bill based on the list of AWS services.

Additional Resources

https://aws.amazon.com/ru/quickstart/architecture/magento/ https://docs.aws.amazon.com/quickstart/latest/magento/welcome.html https://d1.awsstatic.com/whitepapers/migrating-magento-to-aws.pdf https://aws.amazon.com/marketplace/pp/Bitnami-Magento-Container-Solution/B07LGF9MK7 https://www.coursera.org/lecture/containerized-apps-on-aws/introduction-to-aws-fargate-psW4r https://www.examtopics.com/exams/amazon/aws-certified-cloud-practitioner/view/ https://www.exam4training.com/one-of-the-advantages-to-moving-infrastructure-from-an-on-premises-data-center-to-the-aws-cloud-is-2/

Enjoy your journey to get AWS Certified!

Why getting AWS Certified?

Being a member of the Magento/Adobe company and working daily with one of the largest e-commerce companies globally I liked to upscale my knowledge to support them. Since the future of Magento and Adobe product ain’t standing still and new inspiring product releases are ahead of us my goal was to be ready. The new Magento Cloud and Adobe AEP (Adobe Experience Platform) are all based on Amazon AWS this was a no-brainer.

The next journey is to become a certified AWS Solutions Architect Associate. So many more prep notes to come…


Ray Bogman

Senior Business Solutions Architect - Magento, An Adobe Company