In this short series, I outline the notes that I took while preparing for the AWS Cloud Practitioner exam.
These are my personal notes that I have made while working through the A Cloud Guru exam practitioner course. They are in no way official notes from AWS.
I would advise you that if you do use my notes to help you revise for this exam, that you use them as a supplement to the most recent information in the White Papers, Exam Guide and go over your knowledge with practice exam papers.
Previous notes within this blog series:
- Cloud Computing and the Topics To Cover
- AWS Global Infrastructure
- AWS Cost Management
- Identity Access Management (IAM)
- Simple Storage Service (S3)
- CloudFront
- Elastic Compute Cloud (EC2)
- Roles
- Load Balancers
- Databases
- Domain Name System
- Elastic Beanstalk
- CloudFormation
- Architecting for the Cloud Best Practices: Part 1
- Architecting for the Cloud Best Practices: Part 2
Global AWS Services
Which AWS Services Are Global?
- IAM
- Route53
- CloudFront
- SNS
- SES
Some services give Global Views but are regional
- S3
What AWS Services Can Be Used On Premise?
Snowball
- Gigantic disk (can 80TB per disk)
- Delivered to your office.
- You load your files onto it and ship it back to Amazon to upload to S3
Snowball Edge
- Like Snowball but comes with CPU (like a computer)
- Allows you to deploy Lambda functions on premise
- Used when you can’t get AWS connectivity
Storage Gateway
- Like Snowball but stays on premise
- Can be physical or virtual
- Way of caching files inside data center and replicates the files directly to S3
CodeDeploy
- Deploys code and application to EC2 instances and also to on premise web servers
Opsworks
- Similar to ElasticBeanstalk
- Uses Chef for automated deployments
- Can be used to deploy to EC2 instances and on prem web servers
IoT Greengrass
- Basically IoT
- Connects devices to AWS cloud
Which AWS Services Can Be Used To Deploy Applications On Premise?
- CodeDeploy
- Opsworks