Prep for AWS Certified Cloud Practitioner Exam - Core Services Flashcards

1
Q

What is the Technology Domain

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Elastic Compute Cloud?

A

EC2

  • Virtual server running on AWS
  • Config by a number of virtual CPUs, GBs of RAM, size/type of storage, and network speed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Elastic Beanstalk?

A
  • Deploy and scale web applications by uploading your code

- Handles the deployment process including capacity, load balancing auto scaling and health monitoring, provisioning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What languages does Elastic Beanstalk support?

A

Java, .NET, PHP, Node.js, Python, Ruby, Go and Docker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Elastic Load Balancing?

A
  • Automatically distributes web traffic to different servers, so that anyone server is not overloaded and crashes
  • Fault-tolerant
  • Monitor health of servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Lambda?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Lightsail?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are your options for deploying code to the AWS Cloud?

A
  • AWS Management Console
  • AWS CLI
  • AWS SDK
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are Availability Zones?

A
  • AWS data centers around the world
  • Independent of each other in network and power source
  • around 6 dozen zones
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Region?

A
  • Region is made up of two or more availability zones

- Compliances and resources vary by region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a high availability?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give two examples of infrastructure as code

A

AWS Elastic Beanstalk
AWS Lamdba
AWS CloudFormation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe Amazon S3

A
  • Object storage service
  • High Availability, security and performance
  • Scalable
  • Charged for what you use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the S3 tiers

A
  • Standard
  • Intelligent- Tiering
  • Standard-Infrequent Access
  • One Zone-Infrequent Access
  • Glacier
  • Glacier Deep Archive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Elastic Block Store?

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is AWS Snowball?

A
  • Data migration tool
  • AWS will physically ship you a snowball to move your data onto, then ship back
  • Can move 50 terabytes with regular snowball, up to 100 petabytes with a snowmobile (45 foot long shipping container)
  • Free for 10 days of onsite usage
  • Service fee per job starting at 200$
  • Stored in S3 with storage fees, but no transfer fee
17
Q

What is AWS Storage Gateway?

A
  • Hybrid storage solution

- Feeds on premises storage with cloud storage, integrates on prem with AWS cloud storage services via a virtual machine

18
Q

What is DynamoDB?

A
  • Server less, nearly unlimited throughput and storage, NoSQL database
  • Automatically scales your tables
19
Q

What is Amazon Relational Database Service?

A

RDS

  • Setup, operate and scale a relational database
  • Pay what you use
  • Compatible with PostreSQL, MySQL, MariaDB, Oracle Database, Microsoft SQL Server and Amazon Aurora
20
Q

What is Amazon Aurora

A
  • Managed by RDS
  • Monitor through AWS alerting services
  • Compatible with MySQL and PostgreSQL, but five times faster
  • Supports up to 64 tbs per instance
21
Q

What is Amazon Redshift

A
  • Petabyte-scale data warehouse service
  • Super fast, super cheap
  • Integrate with data lakes
  • Analyze data from different sources
22
Q

What is Virtual Private Cloud?

A

VPC

  • Isolated section in the cloud to deploy your resources (your corner of the cloud)
  • Allows setting up security groups, network access control lists
23
Q

What is CloudFront?

A
  • AWS Global CDN

- Integrates with AWS services to provide optimal performance

24
Q

What is Route53?

A
  • Domain name registrar

- Connect user requests to infrastructure on AWS or outside of AWS as a DNS service

25
Q

What is CloudFormation?

A
  • Allows Templates or recipes for resource deployment in AWS
  • Provision and deploy fully configured infrastructure
  • Free to use
  • Infrastructure as code
26
Q

What is AWS CloudTrail?

A
  • Helps track user activity and API usage
  • Discover/troubleshoot security and operational issues
  • Provide visibility into user/resource activities
  • Auto response to security threats
27
Q

What is AWS CloudWatch?

A
  • Monitoring and management system for AWS Infrastructure
  • Natively integrated with over 70 AWS services
  • System wide visibility into resource utilitization, application performance, and operational health
28
Q

What are the differences between CloudWatch and CloudTrail?

A

CloudTrail audits logs, while CloudWatch monitors live activity and can react to events