Udemy: Practice Test #4 Flashcards
Which AWS services can be used together to send alerts whenever the AWS account root user signs in? (Select two)
AWS Step Functions
Amazon CloudWatch
Amazon Simple Notification Service (Amazon SNS)
Amazon Simple Queue Service (Amazon SQS)
AWS Lambda
Amazon CloudWatch
Amazon Simple Notification Service (Amazon SNS)
AWS Trusted Advisor can provide alerts on which of the following common security misconfigurations? (Select two)
When you allow public access to Amazon S3 buckets
When you don’t tag objects in Amazon S3 buckets
When you share IAM user credentials with others
When you don’t turn on user activity logging (AWS CloudTrail)
When you don’t enable data encryption on Amazon S3 Glacier
When you allow public access to Amazon S3 buckets
When you don’t turn on user activity logging (AWS CloudTrail)
AWS Shield Advanced provides expanded DDoS attack protection for web applications running on which of the following resources? (Select two)
Amazon CloudFront
AWS Identity and Access Management (AWS IAM)
Amazon Simple Storage Service (Amazon S3)
AWS Elastic Beanstalk
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon CloudFront
Amazon Elastic Compute Cloud (Amazon EC2)
Which AWS entity enables you to privately connect your Amazon Virtual Private Cloud (Amazon VPC) to an Amazon Simple Queue Service (Amazon SQS) queue?
Internet Gateway
AWS Direct Connect
VPC Interface Endpoint
VPC Gateway Endpoint
VPC Interface Endpoint
Which of the following AWS authentication mechanisms supports an AWS Multi-Factor Authentication (AWS MFA) device that you can plug into a USB port on your computer?
SMS text message-based Multi-Factor Authentication (AWS MFA)
U2F security key
Hardware Multi-Factor Authentication (AWS MFA) device
Virtual Multi-Factor Authentication (AWS MFA) device
U2F security key
Universal 2nd Factor (U2F) Security Key is a device that you can plug into a USB port
Which of the following entities should be used for an Amazon Elastic Compute Cloud (Amazon EC2) Instance to access a DynamoDB table?
Amazon Cognito
IAM role
AWS IAM user access keys
AWS Key Management Service (KMS)
IAM role
Which of the following AWS services can be used to forecast your AWS account usage and costs?
AWS Pricing Calculator
AWS Cost & Usage Report (AWS CUR)
AWS Cost Explorer
AWS Budgets
AWS Cost Explorer
Bob and Susan each have an AWS account in AWS Organizations. Susan has five Reserved Instances (RIs) of the same type and Bob has none. During one particular hour, Susan uses three instances and Bob uses six for a total of nine instances on the organization’s consolidated bill.
Which of the following statements are correct about consolidated billing in AWS Organizations? (Select two)
AWS bills five instances as Reserved Instances, and the remaining four instances as regular instances
AWS bills three instances as Reserved Instances (RI), and the remaining six instances as regular instances
Bob receives the cost-benefit from Susan’s Reserved Instance (RI) only if he launches his instances in the same AWS Region where Susan purchased her Reserved Instances (RI)
Bob does not receive any cost-benefit since he hasn’t purchased any Reserved Instance (RI). If his account has even one RI, then the cost-benefit from Susan’s account is also added to his account
Bob receives the cost-benefit from Susan’s Reserved Instances (RI) only if he launches his instances in the same Availability Zone (AZ) where Susan purchased her Reserved Instances
AWS bills five instances as Reserved Instances, and the remaining four instances as regular instances
Bob receives the cost-benefit from Susan’s Reserved Instances (RI) only if he launches his instances in the same Availability Zone (AZ) where Susan purchased her Reserved Instances
if Susan specifies us-west-2a when she purchases her Reserved Instances, Bob must specify us-west-2a when he launches his instances to get the cost-benefit on the organization’s consolidated bill.
Which of the following AWS Support plans provide programmatic access to AWS Support Center features to create, manage and close your support cases? (Select two)
AWS Business Support
AWS Corporate Support
AWS Enterprise Support
AWS Developer Support
AWS Basic Support
AWS Business Support
AWS Enterprise Support
Which of the following types are free under the Amazon Simple Storage Service (Amazon S3) pricing model? (Select two)
Data transferred out to an Amazon Elastic Compute Cloud (Amazon EC2) instance, when the instance is in the same AWS Region as the S3 bucket
Data transferred out to an Amazon Elastic Compute Cloud (Amazon EC2) instance in any AWS Region
Data storage fee for objects stored in S3 Glacier
Data transferred in from the internet
Data storage fee for objects stored in S3 Standard
Data transferred in from the internet
Data transferred out to an Amazon Elastic Compute Cloud (Amazon EC2) instance, when the instance is in the same AWS Region as the S3 bucket
Reserved Instance (RI) pricing is available for which of the following AWS services? (Select two)
AWS Identity and Access Management (AWS IAM)
Amazon CloudFront
Amazon Relational Database Service (Amazon RDS)
Amazon Simple Storage Service (Amazon S3)
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Relational Database Service (Amazon RDS)
Which of the following is the MOST cost-effective Amazon Elastic Compute Cloud (Amazon EC2) instance purchasing option for short-term, spiky and critical workloads on AWS Cloud?
On-Demand Instance
Spot Instance
Reserved Instance (RI)
Dedicated Host
On-Demand Instance
On-demand instances cannot be interrupted. Therefore On-Demand instances are the best fit for short-term, spiky and critical workloads.
Which of the following Amazon Simple Storage Service (Amazon S3) storage classes do not charge any data retrieval fee? (Select two)
Amazon S3 Standard-Infrequent Access (S3 Standard-IA)
Amazon S3 Standard
Amazon S3 Glacier Flexible Retrieval
Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
Amazon S3 Intelligent-Tiering
Amazon S3 Standard
Amazon S3 Intelligent-Tiering
Which AWS service would you choose for a data processing project that needs a schemaless database?
Amazon DynamoDB
Amazon Relational Database Service (Amazon RDS)
Amazon RedShift
Amazon Aurora
Amazon DynamoDB
DynamoDB is schemaless. DynamoDB can manage structured or semistructured data, including JSON documents.