AWS Skill Builder Flashcards
(31 cards)
What are the deployment models for cloud computing?
Cloud, On-premises, Hybrid
What are the benefits of cloud computing?
Trade upfront expense for variable expense
Stop spending money to run and maintain data centers
Stop guessing capacity
Benefit from massive economies of scale
Increase speed and agility
Go global in minutes
What is cloud computing?
On-demand delivery of IT resources and applications through the internet with pay-as-you-go pricing
What is another name for on-premises deployment?
Private cloud deployment
How does the scale of cloud computing help you to save costs?
The aggregated cloud usage from a large number of customers results in lower pay-as-you-go prices.
You want to use an Amazon EC2 instance for a batch processing workload. What would be the best Amazon EC2 instance type to use?
Compute optimized
What are the contract length options for Amazon EC2 Reserved Instances?
1 and 3 years
You have a workload that will run for a total of 6 months and can withstand interruptions. What would be the most cost-efficient Amazon EC2 purchasing option?
Spot Instance
Which process is an example of Elastic Load Balancing?
Ensuring that no single Amazon EC2 instance has to carry the full workload on its own
You want to deploy and manage containerized applications. Which service should you use?
Amazon Elastic Kubernetes Service (Amazon EKS) or Amazon Elastic Container Service (Amazon ECS)
A ___ consists of two or more Availability Zones.
Region. For example, the South America (São Paulo) Region is sa-east-1. It includes three Availability Zones: sa-east-1a, sa-east-1b, and sa-east-1c.
Which factors should be considered when selecting a Region?
- . Compliance with data governance and legal requirements
- Proximity to your customers
- Feature availability - Available services within a region
- Pricing - depends on tax per country
What is Amazon CloudFront?
A global content delivery service
Which site does Amazon CloudFront use to cache copies of content for faster delivery to users at any location?
Edge location
What is DNS resolution?
Translating a domain name to an IP address
Your company has an application that uses Amazon EC2 instances to run the customer-facing website and Amazon RDS database instances to store customers’ personal information. How should the developer configure the VPC according to best practices?
Place the Amazon EC2 instances in a public subnet and the Amazon RDS database instances in a private subnet.
Which component can be used to establish a private dedicated connection between your company’s data center and AWS?
AWS Direct Connect
What are security groups?
They are stateful and deny all inbound traffic by default. Security groups are stateful. This means that they use previous traffic patterns and flows when evaluating new requests for an instance. By default, security groups deny all inbound traffic, but you can add custom rules to fit your operational and security needs.
What is used to connect a VPC to the internet?
Internet gateway
Which service is used to manage the DNS records for domain names?
Amazon Route 53
Guess if it is EC2 Instance stores or Amazon EBS volumes:
Best for Data that requires retention
Amazon EBS Volume
Guess if it is EC2 Instance stores or Amazon EBS volumes:
Best for temporary data that is not kept long term
Instance Stores
Guess if it is EC2 Instance stores or Amazon EBS volumes:
When stopping or terminating an EC2 instances, data is deleted
Instance stores
Guess if it is EC2 Instance stores or Amazon EBS volumes:
When stopping or terminating an EC2 instances, data remains available
Amazon EBS Volume