Prep for AWS Certified Cloud Practitioner Exam - Core Services Flashcards
What is the Technology Domain
33% of the certification exam (largest portion)
- Four parts
- Define methods of deploying and operating in the AWS cloud
- Define the AWS global infrastructure
- Identify the core AWS services
- Identify resources for technology support
What is Elastic Compute Cloud?
EC2
- Virtual server running on AWS
- Config by a number of virtual CPUs, GBs of RAM, size/type of storage, and network speed
What is Elastic Beanstalk?
- Deploy and scale web applications by uploading your code
- Handles the deployment process including capacity, load balancing auto scaling and health monitoring, provisioning
What languages does Elastic Beanstalk support?
Java, .NET, PHP, Node.js, Python, Ruby, Go and Docker
What is Elastic Load Balancing?
- Automatically distributes web traffic to different servers, so that anyone server is not overloaded and crashes
- Fault-tolerant
- Monitor health of servers
What is Lambda?
- Runs code (a lambda function) in response to an event, like hitting a button on a site to buy an item
- Only pay for the time the code is running and each event trigger
- No need to provision or manage servers
What is Lightsail?
- Preconfigured and ready-to-use operating systems, web apps, and development stacks
- Easily scale and deploy
- One click to launch services, like wordpress, windows os, ubuntu and node.js
What are your options for deploying code to the AWS Cloud?
- AWS Management Console
- AWS CLI
- AWS SDK
What are Availability Zones?
- AWS data centers around the world
- Independent of each other in network and power source
- around 6 dozen zones
What is a Region?
- Region is made up of two or more availability zones
- Compliances and resources vary by region
What is a high availability?
- Resources that have duplicate copies in multiple availability zones or regions
- Resiliency: Ability to provide uninterrupted performance, even during natural disasters
- Redundancy: Multiple copies of data in different data centers
Give two examples of infrastructure as code
AWS Elastic Beanstalk
AWS Lamdba
AWS CloudFormation
Describe Amazon S3
- Object storage service
- High Availability, security and performance
- Scalable
- Charged for what you use
What are the S3 tiers
- Standard
- Intelligent- Tiering
- Standard-Infrequent Access
- One Zone-Infrequent Access
- Glacier
- Glacier Deep Archive
What is Elastic Block Store?
EBS
- Unformatted block devices attached to an EC2 instance to increase storage
- Add multiple EBS volumes to one EC2 instance
- Use as file systems or hard drives
- Dynamically change configurations to attached volumes