AWS Certified Cloud Practitioner 2020 Flashcards
(115 cards)
What are the Six Advantages of Cloud Computing?
- Trade fixed expense for variable expense
- Benefit from massive economies of scale
- Stop guessing capacity
- Increase speed and agility
- Stop spending money running and maintaining data centers
- Go global in minutes
What is Infrastructure as a Service (IaaS)?
Infrastructure as a Service (IaaS) contains the basic building blocks for cloud IT and typically provides access to networking features, computers (virtual or on dedicated hardware), and data storage space.
e.g. EC2
What is Platform as a Service (PaaS)?
Platform as a Service (PaaS) removes the need for your organization to manage the underlying infrastructure (usually hardware and operating systems) and allows you to focus on the deployment and management of your applications.
e.g. Elastic Beanstalk, Amazon Lightsail
What is Software as a Service (SaaS)?
Software as a Service (SaaS) provides you with a completed product that is run and managed by the service provider.
e.g. GMail
What does Public Cloud mean?
A cloud-based application is fully deployed in the cloud and all parts of the application run in the cloud.
What does Hybrid cloud mean?
A hybrid deployment is a way to connect infrastructure and applications between cloud-based resources and existing resources that are not located in the cloud.
What does On-premises cloud mean?
The deployment of resources on-premises, using virtualization and resource management tools, is sometimes called the “private cloud.”
What defines an AWS Region?
- An AWS Region is a physical location in the world where we have multiple Availability Zones. Each Availability Zone is isolated, but the Availability Zones in a Region are connected through low-latency links.
- Each Amazon Region is designed to be completely isolated from the other Amazon Regions.
What is an Availability Zone?
- Availability Zones consist of one or more discrete data centers, each with redundant power, networking, and connectivity, housed in separate facilities. These Availability Zones offer you the ability to operate production applications and databases that are more highly available, fault tolerant, and scalable than would be possible from a single data center.
- Each Availability Zone is designed as an independent failure zone.
AWS Cloud Compliance supports what standards
- SOC 1/ISAE 3402, SOC 2, SOC 3
- FISMA, DIACAP, and FedRAMP
- PCI DSS Level 1
- ISO 9001, ISO 27001, ISO 27017, ISO 27018
Why choose a particular AWS region?
- Data sovereignty laws - where can the data legally be kept?
- Latency to end users
- Availability of AWS services in the region
What support plans exist?
- Basic - free
- Developer - 29/mo, scales
- Business - 100/mo, scales
- Enterprise - 15k/mo, scales - Get a TAM (Technical Account Manager)
Which support plan gets you a TAM?
Enterprise - 15k/mo, scales
What is CloudWatch?
- All about performance (analogy is personal trainer)
- Can monitor most of AWS
- Monitors your AWS resources and the applications they run
- Can create alarms which trigger notifications
What Cloudwatch monitoring periods exist for EC2?
Every 5 minutes by default
Every 1 minute for detailed monitoring
Is IAM global or regional?
Global
3 ways user can access AWS
- AWS management console
- Command Line Interface (CLI) - requires access key ID and secret access key
- Amazon SDK
IAM policies are which format?
JSON
IAM policies are applied in what structure?
Groups
IAM best practices
- Only use root account to create other accounts
- 1 user = 1 human, no phantom users
- Always place users in groups and apply policies at the group level
- Strong password policies
- Always use MFA
- Use roles to access other AWS services
- Use access keys for programmatic access to AWS
- Use IAM credential reports to audit
What is AWS credential reports?
Audit the permissions of users/accounts
S3 suited for what storage uses?
Object-based storage, for flat files (Not suitable for an OS)
Files can be 0-5TB in size
Unlimited storage
Namespace of S3 buckets?
universal namespace!
How to know if S3 upload successful?
HTTP 200