AWS Service Definitions Quiz Flashcards
What is a comprehensive cloud platform delivering on demand, online technology services?
AWS Amazon Web Services
What is a building or space dedicated to housing many computers called?
datacenter
What AWS service manages the physical hardware;
you control everything else?
You have the most control. All you get is the space and an Operating System.
Infrastructure as a Service (IaaS)
What type of cloud computing is when STANDARD software is provided and configured as needed?
The software is ready to go, and you don’t have access to the infrastructure. Examples: Elastic Beanstalk, Cloud Formation, Lambda, RDS, S3.
Platform as a Service (PaaS)
What type of Cloud computing is where pre-packaged software is provided “as-is” by the vendor?
Email, chat clients, apps, etc… Some examples are: WhatsApp, Google Maps, DocuSign, Slack.
Software as a Service (SaaS)
What Cloud is your home unit?
You own the hardware and the software, you do the updates, you maintain security.
On-Premise cloud
What Cloud service is where you rent space on a cloud? You continue to maintain your on-premise equipment and software, but now you have, for example, a storage locker to help your on-premise capacity.
Hybrid Cloud
What Amazon service is where the host handles most of your needs?
Like a maid service that handles all of your needs, but you still own and run the web application.
Amazon Cloud
What is defined as a separate geographical area?
Region
What are multiple isolated locations within each Region?
Availability Zones
What is defined as areas that provide you the ability to place resources, such as compute and storage, in multiple locations closer to your end users?
These are often located near large population centers.
Local Zones
What is defined as locations between regions that serve as a content delivery network (CDN), or caches, so that content is closer to users in areas that are far from regions?
Edge Locations
What zones enable developers to build applications that deliver ultra-low latencies to mobile devices and end users? It also deploys standard AWS compute and storage to the edge of telecommunication carriers’ 5G networks.
Wavelength Zones
What is defined as a fully managed service that extends AWS infrastructure, services, APIs, and tools to customer premises?
It is a pool of AWS compute and storage capacity deployed at a customer site. AWS operates, monitors, and manages this capacity as part of an AWS Region.
AWS Outposts
What is defined as a telecommunications cable owned by a company?
Network Line
What is defined as “When an object is updated in S3 by many users across the availability zones, the object that is wrote last will be the one that all other copies become”?
Eventual Consistency
What are the Five Pillars of the Framework?
- Operational Excellence
- Security
- Reliability
- Performance Efficiency
- Cost Optimization
What user is defined as a single sign-in identity that has complete access to all AWS services and resources in an account?
Root User
What is a 20 digit alphanumeric key?
Access Key
What kind of policies are standalone policies that are created and administered by AWS, and are designed to provide permissions for many common use cases?
AWS Managed Policies
What kind of POLICY is stuck to, or embedded into, an IAM identity?
Inline Policy
What is defined as a job identifier in terms of Identity and Access Management?
a Role
What is defined as the creation of a trust relationship between an external identity provider and AWS, like Facebook?
Federation
What kind of account do you use to create the organization, can issue an Invitation, and is responsible for paying all charges that are accrued by the member accounts?
Management Account
What is it called when you ask a stranger’s account to join your organization’s account?
Invitation
What policy specifies the services and actions that users and roles can use within accounts?
Service Control Policies (SCP)
What list type assumes that all actions are denied?
Allow List
What list type assumes that all actions are accepted?
Deny list
What policy do you use to configure and deploy backup plans for your resources?
What policies automate backup management?
Backup Policy
What type of policy helps you standardize tags across resources across all of the accounts in your organization?
Tag Policy
What has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time explorer?
AWS Cost Explorer
Which BUDGET monitors your COSTs against a specified dollar amount and sends alerts when your user-defined thresholds are met?
Cost budget
Which BUDGET plans how much you want to USE on one or more services?
Usage budget
Which BUDGET lets you define a USAGE threshold and receive alerts when the usage falls below that threshold?
Reserved Instance (RI) Utilization Budgets or Savings Plans Utilization Budgets
Which BUDGET lets you receive alerts when the number of instance hours falls below a certain threshold coverage?
Reserved Instance (RI) Coverage Budgets or Savings Plans Coverage Budgets
What is the name of a fully managed messaging service for both application-to-application (A2A) and application-to-person (A2P) communication?
Amazon Simple Notification Service (SNS)
What can you use to explore AWS services and calculate the cost of your use cases on AWS?
AWS Pricing Calculator
What storage class is general purpose storage?
S3 Standard storage
What stores objects in different storage tiers depending on the objects’ usage?
S3 Intelligent-Tiering storage
What service is for storage of data that is accessed less frequently, but requires rapid access when needed?
S3 Standard-Infrequent Access storage
What service is for storage of data that is accessed less frequently, but requires rapid access when needed, but it is stored only in one AZ?
S3 One Zone-Infrequent Access storage
What service is for secure, durable, low-cost storage for data archiving?
S3 Glacier storage
What service is for low-cost storage and long-term retention and digital preservation for data that may be accessed once or twice in a year?
S3 Glacier Deep Archive storage
What is defined as a set of rules that define actions that Amazon S3 applies to a group of objects, so that you can either transition to another storage class or delete expired objects?
S3 Lifecycle management
What can you use to monitor access patterns in order to help you decide when to transition the right data to the right storage class?
S3 Storage Class Analysis
What tool will help you to make a cost estimate that fits your unique business needs?
Pricing Calculator
What feature allows you to add your own code to S3 GET requests to modify and process data as it is returned to an application?
Amazon S3 Object Lambda
What do you use to easily preserve, retrieve, and restore every version of an object stored in S3, allowing you to recover from unintended user actions and application failures?
S3 Versioning
What can you use to prevent accidental deletions?
Multi-Factor Authentication (MFA) Delete
What can be used to replicate objects to one or more destination buckets into the same or different AWS Regions?
S3 Replication
What can be used to replicate from a source S3 bucket to one or more destination buckets in different AWS Regions?
S3 Cross-Region Replication (CRR)
What can replicate objects between buckets in the same AWS Region?
S3 Same-Region Replication (SRR)
What can help you meet compliance requirements for data replication by providing a Service Level Agreement (SLA) and visibility into replication times?
S3 Replication Time Control
What can you use to ensure data is not deleted for a specified time period?
S3 Object Lock
What Reports show usage and Costs aggregated by your buckets? x x x x x x x x x x x C A R
AWS Cost Allocation Reports
What can you use to track the operational health of your AWS resources?
Amazon CloudWatch
What tracks and reports on buckets-level and object-level activities?
AWS CloudTrail
What can you configure to trigger workflows, alerts, and invoke AWS Lambda when a specific change is made to your S3 resources?
S3 Event Notification
What provides a single view of object storage usage and activity across all accounts in an organization, with drill-downs to generate insights at all levels?
S3 Storage Lens
What can observe and analyze data access patterns to help you determine when to transition less frequently accessed storage to a lower-cost STORAGE CLASS?
S3 Storage Class Analysis
What controls access to individual objects to individual users?
ACL Access Control List
What configures permissions for all objects within a single S3 bucket?
Bucket Policies
What grants time-limited access to others with temporary URLs?
Query String Authentication
What can you use to check the encryption status of your S3 objects?
S3 Inventory
What can you use to protect your buckets from the public?
S3 Block Public Access
What S3 service alerts you to S3 buckets that are configured to allow access to anyone on the internet or other AWS accounts, including accounts outside of your organization?
Access Analyzer for S3
What Amazon tool uses machine learning and pattern matching in order to discover and protect sensitive data stored in Amazon S3?
Amazon Macie
What provides private connectivity between Amazon S3 and on-premises?
AWS PrivateLink for S3
What can you use to query your data in S3 without needing to extract and load it into a separate service or platform?
Amazon Athena
What can you use to query more data than Amazon Athena?
Amazon Redshift Spectrum
What data transfer method can be used for hybrid cloud storage?
AWS Storage Gateway
What do you use to transfer data online to AWS?
AWS DataSync
What family of tools provide fully managed, simple and seamless file transfer to Amazon S3 using SFTP, FTPS, and FTP?
AWS Transfer Family
What can you use to enable fast transfers of files over long distances between your client and your Amazon S3 bucket?
Amazon S3 Transfer Acceleration
What can you use to transfer 8 TB of data offline to S3?
AWS Snowcone
What can you use to transfer 80 TB of data offline to S3?
AWS Snowball
What can you use to transfer 100 PB of data offline to S3?
AWS Snowmobile
What allows you to upload a single object as a set of parts? (a single object is broken into many parts, stored, and then assembled in the correct order to recreate the object)
Multipart upload
What can you use for faster transfers?
Amazon S3 Transfer Acceleration
Which service can a Cloud Practitioner use to configure custom cost and usage limits and enable alerts for when defined thresholds are exceeded?
AWS Budgets
What is a type of database that stores information where a significant amount of the value is the relationship between the data points?
graph database
What is a service that allows you to assess, audit, and evaluate the configuration of individual resources?
AWS Config
Which AWS support plan comes with a Technical Account Manager (TAM)?
Enterprise
What is an easy to use, high-performance, block-storage service designed for use with Amazon Elastic Compute Cloud (EC2) for both throughput and transaction intensive workloads at any scale?
EBS Ephemeral Storage
Which routing policy is used when you want to route traffic based on the location of your resources and, optionally, shift traffic from resources in one location to resources in another?
Geoproximity routing
What is an interactive query service used to analyze data within S3?
Amazon Athena
What policies are standalone policies that you administer in your own AWS account?
Custom Managed Policies
What role is a role that a service assumes to perform actions in your account on your behalf?
AWS Service Role
What allows you to grant additional roles for up to one hour at a time?
Role Chaining
What is defined as the creation of a trust relationship between an external identity provider and AWS?
Federation
What is defined as an entity that you create to consolidate your AWS accounts so that you can administer them as a single unit?
Organization
What is the parent container for all the accounts for your organization?
Root
What is a container for accounts within a root?
Organization Unit (OU)
What is defined as a standard AWS account that contains your AWS resources and the identities that can access those resources?
Account
What is defined as a policy that specifies the services and actions that users and roles can use within accounts?
Service Control Policy (SCP)
What list assumes denial of everything?
Allow List
What list assumes allowance of everything?
Deny List